hytos / DTI_PID / SPPIDConverter / Settings.Designer.vb @ db81d269
이력 | 보기 | 이력해설 | 다운로드 (7.74 KB)
1 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ |
---|---|
2 |
Partial Class Settings |
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.Label1 = New System.Windows.Forms.Label() |
26 |
Me.Txt_DBPath = New System.Windows.Forms.TextBox() |
27 |
Me.Btn_Save = New System.Windows.Forms.Button() |
28 |
Me.Btn_Cancel = New System.Windows.Forms.Button() |
29 |
Me.Btn_SelectPath = New System.Windows.Forms.Button() |
30 |
Me.Btn_Plant_Hierarchy = New System.Windows.Forms.Button() |
31 |
Me.Txt_Plant_Hierarchy = New System.Windows.Forms.TextBox() |
32 |
Me.Label2 = New System.Windows.Forms.Label() |
33 |
Me.Btn_SymbolLibrary = New System.Windows.Forms.Button() |
34 |
Me.Txt_SymbolLibrary = New System.Windows.Forms.TextBox() |
35 |
Me.Label3 = New System.Windows.Forms.Label() |
36 |
Me.SuspendLayout() |
37 |
' |
38 |
'Label1 |
39 |
' |
40 |
Me.Label1.AutoSize = True |
41 |
Me.Label1.Location = New System.Drawing.Point(12, 29) |
42 |
Me.Label1.Name = "Label1" |
43 |
Me.Label1.Size = New System.Drawing.Size(58, 12) |
44 |
Me.Label1.TabIndex = 0 |
45 |
Me.Label1.Text = "DB Path :" |
46 |
' |
47 |
'Txt_DBPath |
48 |
' |
49 |
Me.Txt_DBPath.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
50 |
Me.Txt_DBPath.Location = New System.Drawing.Point(119, 26) |
51 |
Me.Txt_DBPath.Name = "Txt_DBPath" |
52 |
Me.Txt_DBPath.Size = New System.Drawing.Size(511, 21) |
53 |
Me.Txt_DBPath.TabIndex = 1 |
54 |
' |
55 |
'Btn_Save |
56 |
' |
57 |
Me.Btn_Save.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
58 |
Me.Btn_Save.Location = New System.Drawing.Point(548, 113) |
59 |
Me.Btn_Save.Name = "Btn_Save" |
60 |
Me.Btn_Save.Size = New System.Drawing.Size(58, 31) |
61 |
Me.Btn_Save.TabIndex = 2 |
62 |
Me.Btn_Save.Text = "Save" |
63 |
Me.Btn_Save.UseVisualStyleBackColor = True |
64 |
' |
65 |
'Btn_Cancel |
66 |
' |
67 |
Me.Btn_Cancel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
68 |
Me.Btn_Cancel.Location = New System.Drawing.Point(612, 113) |
69 |
Me.Btn_Cancel.Name = "Btn_Cancel" |
70 |
Me.Btn_Cancel.Size = New System.Drawing.Size(58, 31) |
71 |
Me.Btn_Cancel.TabIndex = 3 |
72 |
Me.Btn_Cancel.Text = "Cancel" |
73 |
Me.Btn_Cancel.UseVisualStyleBackColor = True |
74 |
' |
75 |
'Btn_SelectPath |
76 |
' |
77 |
Me.Btn_SelectPath.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
78 |
Me.Btn_SelectPath.Location = New System.Drawing.Point(636, 26) |
79 |
Me.Btn_SelectPath.Name = "Btn_SelectPath" |
80 |
Me.Btn_SelectPath.Size = New System.Drawing.Size(34, 21) |
81 |
Me.Btn_SelectPath.TabIndex = 4 |
82 |
Me.Btn_SelectPath.Text = "..." |
83 |
Me.Btn_SelectPath.UseVisualStyleBackColor = True |
84 |
' |
85 |
'Btn_Plant_Hierarchy |
86 |
' |
87 |
Me.Btn_Plant_Hierarchy.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
88 |
Me.Btn_Plant_Hierarchy.Location = New System.Drawing.Point(636, 55) |
89 |
Me.Btn_Plant_Hierarchy.Name = "Btn_Plant_Hierarchy" |
90 |
Me.Btn_Plant_Hierarchy.Size = New System.Drawing.Size(34, 21) |
91 |
Me.Btn_Plant_Hierarchy.TabIndex = 7 |
92 |
Me.Btn_Plant_Hierarchy.Text = "..." |
93 |
Me.Btn_Plant_Hierarchy.UseVisualStyleBackColor = True |
94 |
' |
95 |
'Txt_Plant_Hierarchy |
96 |
' |
97 |
Me.Txt_Plant_Hierarchy.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
98 |
Me.Txt_Plant_Hierarchy.Location = New System.Drawing.Point(119, 55) |
99 |
Me.Txt_Plant_Hierarchy.Name = "Txt_Plant_Hierarchy" |
100 |
Me.Txt_Plant_Hierarchy.Size = New System.Drawing.Size(511, 21) |
101 |
Me.Txt_Plant_Hierarchy.TabIndex = 6 |
102 |
' |
103 |
'Label2 |
104 |
' |
105 |
Me.Label2.AutoSize = True |
106 |
Me.Label2.Location = New System.Drawing.Point(12, 58) |
107 |
Me.Label2.Name = "Label2" |
108 |
Me.Label2.Size = New System.Drawing.Size(99, 12) |
109 |
Me.Label2.TabIndex = 5 |
110 |
Me.Label2.Text = "Plant Hierarchy :" |
111 |
' |
112 |
'Btn_SymbolLibrary |
113 |
' |
114 |
Me.Btn_SymbolLibrary.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
115 |
Me.Btn_SymbolLibrary.Location = New System.Drawing.Point(636, 84) |
116 |
Me.Btn_SymbolLibrary.Name = "Btn_SymbolLibrary" |
117 |
Me.Btn_SymbolLibrary.Size = New System.Drawing.Size(34, 21) |
118 |
Me.Btn_SymbolLibrary.TabIndex = 10 |
119 |
Me.Btn_SymbolLibrary.Text = "..." |
120 |
Me.Btn_SymbolLibrary.UseVisualStyleBackColor = True |
121 |
' |
122 |
'Txt_SymbolLibrary |
123 |
' |
124 |
Me.Txt_SymbolLibrary.Anchor = CType((System.Windows.Forms.AnchorStyles.Left Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) |
125 |
Me.Txt_SymbolLibrary.Location = New System.Drawing.Point(119, 84) |
126 |
Me.Txt_SymbolLibrary.Name = "Txt_SymbolLibrary" |
127 |
Me.Txt_SymbolLibrary.Size = New System.Drawing.Size(511, 21) |
128 |
Me.Txt_SymbolLibrary.TabIndex = 9 |
129 |
' |
130 |
'Label3 |
131 |
' |
132 |
Me.Label3.AutoSize = True |
133 |
Me.Label3.Location = New System.Drawing.Point(12, 87) |
134 |
Me.Label3.Name = "Label3" |
135 |
Me.Label3.Size = New System.Drawing.Size(99, 12) |
136 |
Me.Label3.TabIndex = 8 |
137 |
Me.Label3.Text = "Symbol Library :" |
138 |
' |
139 |
'Settings |
140 |
' |
141 |
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 12.0!) |
142 |
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font |
143 |
Me.ClientSize = New System.Drawing.Size(677, 150) |
144 |
Me.Controls.Add(Me.Btn_SymbolLibrary) |
145 |
Me.Controls.Add(Me.Txt_SymbolLibrary) |
146 |
Me.Controls.Add(Me.Label3) |
147 |
Me.Controls.Add(Me.Btn_Plant_Hierarchy) |
148 |
Me.Controls.Add(Me.Txt_Plant_Hierarchy) |
149 |
Me.Controls.Add(Me.Label2) |
150 |
Me.Controls.Add(Me.Btn_SelectPath) |
151 |
Me.Controls.Add(Me.Btn_Cancel) |
152 |
Me.Controls.Add(Me.Btn_Save) |
153 |
Me.Controls.Add(Me.Txt_DBPath) |
154 |
Me.Controls.Add(Me.Label1) |
155 |
Me.MaximumSize = New System.Drawing.Size(1000, 189) |
156 |
Me.MinimumSize = New System.Drawing.Size(600, 153) |
157 |
Me.Name = "Settings" |
158 |
Me.ShowIcon = False |
159 |
Me.Text = "Settings" |
160 |
Me.ResumeLayout(False) |
161 |
Me.PerformLayout() |
162 |
|
163 |
End Sub |
164 |
|
165 |
Friend WithEvents Label1 As Label |
166 |
Friend WithEvents Txt_DBPath As TextBox |
167 |
Friend WithEvents Btn_Save As Button |
168 |
Friend WithEvents Btn_Cancel As Button |
169 |
Friend WithEvents Btn_SelectPath As Button |
170 |
Friend WithEvents Btn_Plant_Hierarchy As Button |
171 |
Friend WithEvents Txt_Plant_Hierarchy As TextBox |
172 |
Friend WithEvents Label2 As Label |
173 |
Friend WithEvents Btn_SymbolLibrary As Button |
174 |
Friend WithEvents Txt_SymbolLibrary As TextBox |
175 |
Friend WithEvents Label3 As Label |
176 |
End Class |