|
@@ -138,6 +138,9 @@ Partial Class 電板帳務明細查詢表
|
138
|
138
|
Me.天天樂_ch = New System.Windows.Forms.CheckBox()
|
139
|
139
|
Me.Label21 = New System.Windows.Forms.Label()
|
140
|
140
|
Me.迦納彩_ch = New System.Windows.Forms.CheckBox()
|
|
141
|
+ Me.Label22 = New System.Windows.Forms.Label()
|
|
142
|
+ Me.Label23 = New System.Windows.Forms.Label()
|
|
143
|
+ Me.TextBox1 = New System.Windows.Forms.TextBox()
|
141
|
144
|
CType(Me.流水帳_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
142
|
145
|
CType(Me.客戶下_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
143
|
146
|
CType(Me.日期_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -1311,11 +1314,44 @@ Partial Class 電板帳務明細查詢表
|
1311
|
1314
|
Me.迦納彩_ch.Text = "迦納彩"
|
1312
|
1315
|
Me.迦納彩_ch.UseVisualStyleBackColor = True
|
1313
|
1316
|
'
|
|
1317
|
+ 'Label22
|
|
1318
|
+ '
|
|
1319
|
+ Me.Label22.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1320
|
+ Me.Label22.AutoSize = True
|
|
1321
|
+ Me.Label22.Location = New System.Drawing.Point(1221, 65)
|
|
1322
|
+ Me.Label22.Name = "Label22"
|
|
1323
|
+ Me.Label22.Size = New System.Drawing.Size(19, 16)
|
|
1324
|
+ Me.Label22.TabIndex = 1714
|
|
1325
|
+ Me.Label22.Text = "共"
|
|
1326
|
+ '
|
|
1327
|
+ 'Label23
|
|
1328
|
+ '
|
|
1329
|
+ Me.Label23.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1330
|
+ Me.Label23.AutoSize = True
|
|
1331
|
+ Me.Label23.Location = New System.Drawing.Point(1301, 65)
|
|
1332
|
+ Me.Label23.Name = "Label23"
|
|
1333
|
+ Me.Label23.Size = New System.Drawing.Size(43, 16)
|
|
1334
|
+ Me.Label23.TabIndex = 1716
|
|
1335
|
+ Me.Label23.Text = "筆資料"
|
|
1336
|
+ '
|
|
1337
|
+ 'TextBox1
|
|
1338
|
+ '
|
|
1339
|
+ Me.TextBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1340
|
+ Me.TextBox1.ForeColor = System.Drawing.Color.Red
|
|
1341
|
+ Me.TextBox1.Location = New System.Drawing.Point(1240, 62)
|
|
1342
|
+ Me.TextBox1.Name = "TextBox1"
|
|
1343
|
+ Me.TextBox1.Size = New System.Drawing.Size(61, 23)
|
|
1344
|
+ Me.TextBox1.TabIndex = 1717
|
|
1345
|
+ Me.TextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
1346
|
+ '
|
1314
|
1347
|
'電板帳務明細查詢表
|
1315
|
1348
|
'
|
1316
|
1349
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
1317
|
1350
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
1318
|
1351
|
Me.ClientSize = New System.Drawing.Size(1350, 701)
|
|
1352
|
+ Me.Controls.Add(Me.TextBox1)
|
|
1353
|
+ Me.Controls.Add(Me.Label23)
|
|
1354
|
+ Me.Controls.Add(Me.Label22)
|
1319
|
1355
|
Me.Controls.Add(Me.迦納彩_ch)
|
1320
|
1356
|
Me.Controls.Add(Me.Label21)
|
1321
|
1357
|
Me.Controls.Add(Me.天天樂_ch)
|
|
@@ -1525,4 +1561,7 @@ Partial Class 電板帳務明細查詢表
|
1525
|
1561
|
Friend WithEvents 天天樂_ch As CheckBox
|
1526
|
1562
|
Friend WithEvents Label21 As Label
|
1527
|
1563
|
Friend WithEvents 迦納彩_ch As CheckBox
|
|
1564
|
+ Friend WithEvents Label22 As Label
|
|
1565
|
+ Friend WithEvents Label23 As Label
|
|
1566
|
+ Friend WithEvents TextBox1 As TextBox
|
1528
|
1567
|
End Class
|