hytos / DTI_PID / SPPIDConverter / Mapping.Designer.vb @ e8af48af
이력 | 보기 | 이력해설 | 다운로드 (4.83 KB)
1 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> |
---|---|
2 |
Partial Class Mapping |
3 |
Inherits System.Windows.Forms.Form |
4 |
|
5 |
'Form은 Dispose를 재정의하여 구성 요소 목록을 정리합니다. |
6 |
<System.Diagnostics.DebuggerNonUserCode()> |
7 |
Protected Overrides Sub Dispose(ByVal disposing As Boolean) |
8 |
Try |
9 |
If disposing AndAlso components IsNot Nothing Then |
10 |
components.Dispose() |
11 |
End If |
12 |
Finally |
13 |
MyBase.Dispose(disposing) |
14 |
End Try |
15 |
End Sub |
16 |
|
17 |
'Windows Form 디자이너에 필요합니다. |
18 |
Private components As System.ComponentModel.IContainer |
19 |
|
20 |
'참고: 다음 프로시저는 Windows Form 디자이너에 필요합니다. |
21 |
'수정하려면 Windows Form 디자이너를 사용하십시오. |
22 |
'코드 편집기에서는 수정하지 마세요. |
23 |
<System.Diagnostics.DebuggerStepThrough()> |
24 |
Private Sub InitializeComponent() |
25 |
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() |
26 |
Me.TabControl_Mapping = New DevExpress.XtraTab.XtraTabPage() |
27 |
Me.XtraTabPage2 = New DevExpress.XtraTab.XtraTabPage() |
28 |
Me.PanelControl1 = New DevExpress.XtraEditors.PanelControl() |
29 |
Me.Btn_Save = New DevExpress.XtraEditors.SimpleButton() |
30 |
Me.Btn_Load = New DevExpress.XtraEditors.SimpleButton() |
31 |
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() |
32 |
Me.XtraTabControl1.SuspendLayout |
33 |
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit() |
34 |
Me.PanelControl1.SuspendLayout |
35 |
Me.SuspendLayout() |
36 |
' |
37 |
'XtraTabControl1 |
38 |
' |
39 |
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill |
40 |
Me.XtraTabControl1.HeaderLocation = DevExpress.XtraTab.TabHeaderLocation.Bottom |
41 |
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 37) |
42 |
Me.XtraTabControl1.Name = "XtraTabControl1" |
43 |
Me.XtraTabControl1.SelectedTabPage = Me.TabControl_Mapping |
44 |
Me.XtraTabControl1.Size = New System.Drawing.Size(665, 496) |
45 |
Me.XtraTabControl1.TabIndex = 0 |
46 |
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabControl_Mapping, Me.XtraTabPage2}) |
47 |
' |
48 |
'TabControl_Mapping |
49 |
' |
50 |
Me.TabControl_Mapping.Name = "TabControl_Mapping" |
51 |
Me.TabControl_Mapping.Size = New System.Drawing.Size(659, 467) |
52 |
Me.TabControl_Mapping.Text = "XtraTabPage1" |
53 |
' |
54 |
'XtraTabPage2 |
55 |
' |
56 |
Me.XtraTabPage2.Name = "XtraTabPage2" |
57 |
Me.XtraTabPage2.Size = New System.Drawing.Size(659, 467) |
58 |
Me.XtraTabPage2.Text = "XtraTabPage2" |
59 |
' |
60 |
'PanelControl1 |
61 |
' |
62 |
Me.PanelControl1.Controls.Add(Me.Btn_Save) |
63 |
Me.PanelControl1.Controls.Add(Me.Btn_Load) |
64 |
Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Top |
65 |
Me.PanelControl1.Location = New System.Drawing.Point(0, 0) |
66 |
Me.PanelControl1.Name = "PanelControl1" |
67 |
Me.PanelControl1.Size = New System.Drawing.Size(665, 37) |
68 |
Me.PanelControl1.TabIndex = 1 |
69 |
' |
70 |
'Btn_Save |
71 |
' |
72 |
Me.Btn_Save.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
73 |
Me.Btn_Save.Location = New System.Drawing.Point(585, 9) |
74 |
Me.Btn_Save.Name = "Btn_Save" |
75 |
Me.Btn_Save.Size = New System.Drawing.Size(75, 23) |
76 |
Me.Btn_Save.TabIndex = 1 |
77 |
Me.Btn_Save.Text = "Save" |
78 |
' |
79 |
'Btn_Load |
80 |
' |
81 |
Me.Btn_Load.Location = New System.Drawing.Point(12, 9) |
82 |
Me.Btn_Load.Name = "Btn_Load" |
83 |
Me.Btn_Load.Size = New System.Drawing.Size(75, 23) |
84 |
Me.Btn_Load.TabIndex = 0 |
85 |
Me.Btn_Load.Text = "Load" |
86 |
' |
87 |
'Mapping |
88 |
' |
89 |
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) |
90 |
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
91 |
Me.ClientSize = New System.Drawing.Size(665, 533) |
92 |
Me.Controls.Add(Me.XtraTabControl1) |
93 |
Me.Controls.Add(Me.PanelControl1) |
94 |
Me.Name = "Mapping" |
95 |
Me.ShowIcon = False |
96 |
Me.Text = "Mapping Table" |
97 |
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() |
98 |
Me.XtraTabControl1.ResumeLayout(False) |
99 |
CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit() |
100 |
Me.PanelControl1.ResumeLayout(False) |
101 |
Me.ResumeLayout(False) |
102 |
|
103 |
End Sub |
104 |
|
105 |
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl |
106 |
Friend WithEvents TabControl_Mapping As DevExpress.XtraTab.XtraTabPage |
107 |
Friend WithEvents XtraTabPage2 As DevExpress.XtraTab.XtraTabPage |
108 |
Friend WithEvents PanelControl1 As DevExpress.XtraEditors.PanelControl |
109 |
Friend WithEvents Btn_Save As DevExpress.XtraEditors.SimpleButton |
110 |
Friend WithEvents Btn_Load As DevExpress.XtraEditors.SimpleButton |
111 |
End Class |