frmiPoperties.Designer.vb 13.2 KB
Newer Older
leaky114's avatar
leaky114 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmiPoperties
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.btnStart = New System.Windows.Forms.Button()
        Me.btnClose = New System.Windows.Forms.Button()
        Me.lstFileLIst = New System.Windows.Forms.ListBox()
        Me.btnAddFile = New System.Windows.Forms.Button()
        Me.btnClearList = New System.Windows.Forms.Button()
        Me.tpCustom = New System.Windows.Forms.TabPage()
        Me.dtpDate = New System.Windows.Forms.DateTimePicker()
leaky114's avatar
leaky114 已提交
32 33 34 35 36 37 38 39 40
        Me.lblProperty = New System.Windows.Forms.Label()
        Me.txtDouble = New System.Windows.Forms.TextBox()
        Me.txtProperty = New System.Windows.Forms.TextBox()
        Me.txtString = New System.Windows.Forms.TextBox()
        Me.rdoString = New System.Windows.Forms.RadioButton()
        Me.rdoBool = New System.Windows.Forms.RadioButton()
        Me.rdoDate = New System.Windows.Forms.RadioButton()
        Me.rdoDouble = New System.Windows.Forms.RadioButton()
        Me.BoolP = New System.Windows.Forms.CheckBox()
leaky114's avatar
leaky114 已提交
41 42
        Me.tpProject = New System.Windows.Forms.TabPage()
        Me.txtData = New System.Windows.Forms.TextBox()
leaky114's avatar
leaky114 已提交
43 44 45
        Me.lblData = New System.Windows.Forms.Label()
        Me.lblProject = New System.Windows.Forms.Label()
        Me.cmbProject = New System.Windows.Forms.ComboBox()
leaky114's avatar
leaky114 已提交
46 47 48 49 50 51 52 53
        Me.tab1 = New System.Windows.Forms.TabControl()
        Me.tpCustom.SuspendLayout()
        Me.tpProject.SuspendLayout()
        Me.tab1.SuspendLayout()
        Me.SuspendLayout()
        '
        'btnStart
        '
leaky114's avatar
leaky114 已提交
54 55
        Me.btnStart.Anchor = System.Windows.Forms.AnchorStyles.None
        Me.btnStart.Location = New System.Drawing.Point(160, 189)
leaky114's avatar
leaky114 已提交
56
        Me.btnStart.Name = "btnStart"
leaky114's avatar
leaky114 已提交
57
        Me.btnStart.Size = New System.Drawing.Size(70, 28)
leaky114's avatar
leaky114 已提交
58 59 60 61 62
        Me.btnStart.TabIndex = 1
        Me.btnStart.Text = "开始"
        '
        'btnClose
        '
leaky114's avatar
leaky114 已提交
63
        Me.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None
leaky114's avatar
leaky114 已提交
64
        Me.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel
leaky114's avatar
leaky114 已提交
65
        Me.btnClose.Location = New System.Drawing.Point(238, 189)
leaky114's avatar
leaky114 已提交
66
        Me.btnClose.Name = "btnClose"
leaky114's avatar
leaky114 已提交
67
        Me.btnClose.Size = New System.Drawing.Size(70, 28)
leaky114's avatar
leaky114 已提交
68 69 70 71 72 73 74
        Me.btnClose.TabIndex = 1
        Me.btnClose.Text = "关闭"
        '
        'lstFileLIst
        '
        Me.lstFileLIst.FormattingEnabled = True
        Me.lstFileLIst.ItemHeight = 12
leaky114's avatar
leaky114 已提交
75
        Me.lstFileLIst.Location = New System.Drawing.Point(12, 226)
leaky114's avatar
leaky114 已提交
76 77 78 79 80 81 82 83
        Me.lstFileLIst.Name = "lstFileLIst"
        Me.lstFileLIst.Size = New System.Drawing.Size(271, 148)
        Me.lstFileLIst.TabIndex = 15
        Me.lstFileLIst.Visible = False
        '
        'btnAddFile
        '
        Me.btnAddFile.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
84
        Me.btnAddFile.Location = New System.Drawing.Point(4, 189)
leaky114's avatar
leaky114 已提交
85
        Me.btnAddFile.Name = "btnAddFile"
leaky114's avatar
leaky114 已提交
86
        Me.btnAddFile.Size = New System.Drawing.Size(70, 28)
leaky114's avatar
leaky114 已提交
87 88 89 90 91 92 93 94
        Me.btnAddFile.TabIndex = 0
        Me.btnAddFile.Text = "添加文件"
        Me.btnAddFile.UseVisualStyleBackColor = True
        Me.btnAddFile.Visible = False
        '
        'btnClearList
        '
        Me.btnClearList.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
leaky114's avatar
leaky114 已提交
95
        Me.btnClearList.Location = New System.Drawing.Point(82, 189)
leaky114's avatar
leaky114 已提交
96
        Me.btnClearList.Name = "btnClearList"
leaky114's avatar
leaky114 已提交
97
        Me.btnClearList.Size = New System.Drawing.Size(70, 28)
leaky114's avatar
leaky114 已提交
98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117
        Me.btnClearList.TabIndex = 20
        Me.btnClearList.Text = "清除列表"
        Me.btnClearList.UseVisualStyleBackColor = True
        Me.btnClearList.Visible = False
        '
        'tpCustom
        '
        Me.tpCustom.Controls.Add(Me.dtpDate)
        Me.tpCustom.Controls.Add(Me.lblProperty)
        Me.tpCustom.Controls.Add(Me.txtDouble)
        Me.tpCustom.Controls.Add(Me.txtProperty)
        Me.tpCustom.Controls.Add(Me.txtString)
        Me.tpCustom.Controls.Add(Me.rdoString)
        Me.tpCustom.Controls.Add(Me.rdoBool)
        Me.tpCustom.Controls.Add(Me.rdoDate)
        Me.tpCustom.Controls.Add(Me.rdoDouble)
        Me.tpCustom.Controls.Add(Me.BoolP)
        Me.tpCustom.Location = New System.Drawing.Point(4, 22)
        Me.tpCustom.Name = "tpCustom"
        Me.tpCustom.Padding = New System.Windows.Forms.Padding(3)
leaky114's avatar
leaky114 已提交
118
        Me.tpCustom.Size = New System.Drawing.Size(286, 146)
leaky114's avatar
leaky114 已提交
119 120 121 122
        Me.tpCustom.TabIndex = 1
        Me.tpCustom.Text = "自定义"
        Me.tpCustom.UseVisualStyleBackColor = True
        '
leaky114's avatar
leaky114 已提交
123
        'dtpDate
leaky114's avatar
leaky114 已提交
124
        '
leaky114's avatar
leaky114 已提交
125 126 127 128
        Me.dtpDate.Location = New System.Drawing.Point(81, 115)
        Me.dtpDate.Name = "dtpDate"
        Me.dtpDate.Size = New System.Drawing.Size(127, 21)
        Me.dtpDate.TabIndex = 11
leaky114's avatar
leaky114 已提交
129
        '
leaky114's avatar
leaky114 已提交
130
        'lblProperty
leaky114's avatar
leaky114 已提交
131
        '
leaky114's avatar
leaky114 已提交
132 133 134 135 136 137
        Me.lblProperty.AutoSize = True
        Me.lblProperty.Location = New System.Drawing.Point(17, 15)
        Me.lblProperty.Name = "lblProperty"
        Me.lblProperty.Size = New System.Drawing.Size(41, 12)
        Me.lblProperty.TabIndex = 13
        Me.lblProperty.Text = "特性名"
leaky114's avatar
leaky114 已提交
138
        '
leaky114's avatar
leaky114 已提交
139
        'txtDouble
leaky114's avatar
leaky114 已提交
140
        '
leaky114's avatar
leaky114 已提交
141 142 143 144
        Me.txtDouble.Location = New System.Drawing.Point(81, 87)
        Me.txtDouble.Name = "txtDouble"
        Me.txtDouble.Size = New System.Drawing.Size(127, 21)
        Me.txtDouble.TabIndex = 4
leaky114's avatar
leaky114 已提交
145
        '
leaky114's avatar
leaky114 已提交
146
        'txtProperty
leaky114's avatar
leaky114 已提交
147
        '
leaky114's avatar
leaky114 已提交
148 149 150 151 152 153 154 155 156 157 158
        Me.txtProperty.Location = New System.Drawing.Point(81, 9)
        Me.txtProperty.Name = "txtProperty"
        Me.txtProperty.Size = New System.Drawing.Size(127, 21)
        Me.txtProperty.TabIndex = 12
        '
        'txtString
        '
        Me.txtString.Location = New System.Drawing.Point(81, 36)
        Me.txtString.Name = "txtString"
        Me.txtString.Size = New System.Drawing.Size(127, 21)
        Me.txtString.TabIndex = 2
leaky114's avatar
leaky114 已提交
159 160 161 162 163 164 165 166 167 168 169 170
        '
        'rdoString
        '
        Me.rdoString.AutoSize = True
        Me.rdoString.Location = New System.Drawing.Point(15, 43)
        Me.rdoString.Name = "rdoString"
        Me.rdoString.Size = New System.Drawing.Size(47, 16)
        Me.rdoString.TabIndex = 6
        Me.rdoString.TabStop = True
        Me.rdoString.Text = "字串"
        Me.rdoString.UseVisualStyleBackColor = True
        '
leaky114's avatar
leaky114 已提交
171
        'rdoBool
leaky114's avatar
leaky114 已提交
172
        '
leaky114's avatar
leaky114 已提交
173 174 175 176 177 178 179 180
        Me.rdoBool.AutoSize = True
        Me.rdoBool.Location = New System.Drawing.Point(15, 67)
        Me.rdoBool.Name = "rdoBool"
        Me.rdoBool.Size = New System.Drawing.Size(59, 16)
        Me.rdoBool.TabIndex = 7
        Me.rdoBool.TabStop = True
        Me.rdoBool.Text = "布尔值"
        Me.rdoBool.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
181
        '
leaky114's avatar
leaky114 已提交
182
        'rdoDate
leaky114's avatar
leaky114 已提交
183
        '
leaky114's avatar
leaky114 已提交
184 185 186 187 188 189 190 191
        Me.rdoDate.AutoSize = True
        Me.rdoDate.Location = New System.Drawing.Point(15, 115)
        Me.rdoDate.Name = "rdoDate"
        Me.rdoDate.Size = New System.Drawing.Size(47, 16)
        Me.rdoDate.TabIndex = 9
        Me.rdoDate.TabStop = True
        Me.rdoDate.Text = "日期"
        Me.rdoDate.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
192
        '
leaky114's avatar
leaky114 已提交
193
        'rdoDouble
leaky114's avatar
leaky114 已提交
194
        '
leaky114's avatar
leaky114 已提交
195 196 197 198 199 200 201 202
        Me.rdoDouble.AutoSize = True
        Me.rdoDouble.Location = New System.Drawing.Point(15, 91)
        Me.rdoDouble.Name = "rdoDouble"
        Me.rdoDouble.Size = New System.Drawing.Size(47, 16)
        Me.rdoDouble.TabIndex = 8
        Me.rdoDouble.TabStop = True
        Me.rdoDouble.Text = "实数"
        Me.rdoDouble.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
203
        '
leaky114's avatar
leaky114 已提交
204
        'BoolP
leaky114's avatar
leaky114 已提交
205
        '
leaky114's avatar
leaky114 已提交
206 207 208 209 210 211 212
        Me.BoolP.AutoSize = True
        Me.BoolP.Location = New System.Drawing.Point(83, 64)
        Me.BoolP.Name = "BoolP"
        Me.BoolP.Size = New System.Drawing.Size(102, 16)
        Me.BoolP.TabIndex = 3
        Me.BoolP.Text = "True 或 False"
        Me.BoolP.UseVisualStyleBackColor = True
leaky114's avatar
leaky114 已提交
213 214 215 216 217 218 219 220 221 222 223 224 225 226 227
        '
        'tpProject
        '
        Me.tpProject.Controls.Add(Me.txtData)
        Me.tpProject.Controls.Add(Me.lblData)
        Me.tpProject.Controls.Add(Me.lblProject)
        Me.tpProject.Controls.Add(Me.cmbProject)
        Me.tpProject.Location = New System.Drawing.Point(4, 22)
        Me.tpProject.Name = "tpProject"
        Me.tpProject.Padding = New System.Windows.Forms.Padding(3)
        Me.tpProject.Size = New System.Drawing.Size(267, 146)
        Me.tpProject.TabIndex = 0
        Me.tpProject.Text = "项目"
        Me.tpProject.UseVisualStyleBackColor = True
        '
leaky114's avatar
leaky114 已提交
228
        'txtData
leaky114's avatar
leaky114 已提交
229
        '
leaky114's avatar
leaky114 已提交
230 231 232 233
        Me.txtData.Location = New System.Drawing.Point(70, 39)
        Me.txtData.Name = "txtData"
        Me.txtData.Size = New System.Drawing.Size(143, 21)
        Me.txtData.TabIndex = 21
leaky114's avatar
leaky114 已提交
234 235 236 237 238 239 240 241 242 243
        '
        'lblData
        '
        Me.lblData.AutoSize = True
        Me.lblData.Location = New System.Drawing.Point(12, 41)
        Me.lblData.Name = "lblData"
        Me.lblData.Size = New System.Drawing.Size(53, 12)
        Me.lblData.TabIndex = 20
        Me.lblData.Text = "数  据:"
        '
leaky114's avatar
leaky114 已提交
244
        'lblProject
leaky114's avatar
leaky114 已提交
245
        '
leaky114's avatar
leaky114 已提交
246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261
        Me.lblProject.AutoSize = True
        Me.lblProject.Location = New System.Drawing.Point(12, 14)
        Me.lblProject.Name = "lblProject"
        Me.lblProject.Size = New System.Drawing.Size(53, 12)
        Me.lblProject.TabIndex = 19
        Me.lblProject.Text = "项目名:"
        '
        'cmbProject
        '
        Me.cmbProject.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
        Me.cmbProject.FormattingEnabled = True
        Me.cmbProject.Items.AddRange(New Object() {"零件代号", "库存编号", "描述", "修订号", "项目", "设计人", "工程师", "批准人", "成本中心", "预估成本", "供应商", "Web链接"})
        Me.cmbProject.Location = New System.Drawing.Point(70, 10)
        Me.cmbProject.Name = "cmbProject"
        Me.cmbProject.Size = New System.Drawing.Size(145, 20)
        Me.cmbProject.TabIndex = 18
leaky114's avatar
leaky114 已提交
262 263 264 265 266 267 268 269
        '
        'tab1
        '
        Me.tab1.Controls.Add(Me.tpProject)
        Me.tab1.Controls.Add(Me.tpCustom)
        Me.tab1.Location = New System.Drawing.Point(12, 12)
        Me.tab1.Name = "tab1"
        Me.tab1.SelectedIndex = 0
leaky114's avatar
leaky114 已提交
270
        Me.tab1.Size = New System.Drawing.Size(294, 172)
leaky114's avatar
leaky114 已提交
271 272 273 274 275 276 277 278
        Me.tab1.TabIndex = 19
        '
        'frmiPoperties
        '
        Me.AcceptButton = Me.btnStart
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.CancelButton = Me.btnClose
leaky114's avatar
leaky114 已提交
279
        Me.ClientSize = New System.Drawing.Size(318, 231)
leaky114's avatar
leaky114 已提交
280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
        Me.Controls.Add(Me.btnClose)
        Me.Controls.Add(Me.btnStart)
        Me.Controls.Add(Me.btnClearList)
        Me.Controls.Add(Me.tab1)
        Me.Controls.Add(Me.btnAddFile)
        Me.Controls.Add(Me.lstFileLIst)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
        Me.ImeMode = System.Windows.Forms.ImeMode.Off
        Me.MaximizeBox = False
        Me.MinimizeBox = False
        Me.Name = "frmiPoperties"
        Me.ShowInTaskbar = False
        Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
        Me.Text = "量产iPoperties"
        Me.tpCustom.ResumeLayout(False)
        Me.tpCustom.PerformLayout()
        Me.tpProject.ResumeLayout(False)
        Me.tpProject.PerformLayout()
        Me.tab1.ResumeLayout(False)
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents btnStart As System.Windows.Forms.Button
    Friend WithEvents btnClose As System.Windows.Forms.Button
    Friend WithEvents lstFileLIst As System.Windows.Forms.ListBox
    Friend WithEvents btnAddFile As System.Windows.Forms.Button
    Friend WithEvents btnClearList As System.Windows.Forms.Button
    Friend WithEvents tpCustom As System.Windows.Forms.TabPage
    Friend WithEvents dtpDate As System.Windows.Forms.DateTimePicker
    Friend WithEvents lblProperty As System.Windows.Forms.Label
    Friend WithEvents txtDouble As System.Windows.Forms.TextBox
    Friend WithEvents txtProperty As System.Windows.Forms.TextBox
    Friend WithEvents txtString As System.Windows.Forms.TextBox
    Friend WithEvents rdoString As System.Windows.Forms.RadioButton
    Friend WithEvents rdoBool As System.Windows.Forms.RadioButton
    Friend WithEvents rdoDate As System.Windows.Forms.RadioButton
    Friend WithEvents rdoDouble As System.Windows.Forms.RadioButton
    Friend WithEvents BoolP As System.Windows.Forms.CheckBox
    Friend WithEvents tpProject As System.Windows.Forms.TabPage
    Friend WithEvents txtData As System.Windows.Forms.TextBox
    Friend WithEvents lblData As System.Windows.Forms.Label
    Friend WithEvents lblProject As System.Windows.Forms.Label
    Friend WithEvents cmbProject As System.Windows.Forms.ComboBox
    Friend WithEvents tab1 As System.Windows.Forms.TabControl

End Class