|
@@ -29,15 +29,13 @@ Partial Class 採購單申請
|
29
|
29
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
30
|
Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
31
|
Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
32
|
|
- Me.列印產品標籤_bt = New System.Windows.Forms.Button()
|
33
|
|
- Me.列印採購單_bt = New System.Windows.Forms.Button()
|
|
32
|
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(採購單申請))
|
34
|
33
|
Me.非當天日期_ch = New System.Windows.Forms.CheckBox()
|
35
|
34
|
Me.供應商交期_dtp = New System.Windows.Forms.DateTimePicker()
|
36
|
35
|
Me.Label14 = New System.Windows.Forms.Label()
|
37
|
36
|
Me.單據複製_bt = New System.Windows.Forms.Button()
|
38
|
37
|
Me.已完全入庫的單據_rb = New System.Windows.Forms.RadioButton()
|
39
|
38
|
Me.未完全入庫的單據_rb = New System.Windows.Forms.RadioButton()
|
40
|
|
- Me.修改存檔_bt = New System.Windows.Forms.Button()
|
41
|
39
|
Me.總金額_tb = New System.Windows.Forms.TextBox()
|
42
|
40
|
Me.Label21 = New System.Windows.Forms.Label()
|
43
|
41
|
Me.修改匯率_bt = New System.Windows.Forms.Button()
|
|
@@ -88,55 +86,31 @@ Partial Class 採購單申請
|
88
|
86
|
Me.Label3 = New System.Windows.Forms.Label()
|
89
|
87
|
Me.Label20 = New System.Windows.Forms.Label()
|
90
|
88
|
Me.明細_dgv = New System.Windows.Forms.DataGridView()
|
|
89
|
+ Me.Panel1 = New System.Windows.Forms.Panel()
|
|
90
|
+ Me.關鍵字查詢_bt = New System.Windows.Forms.Button()
|
|
91
|
+ Me.新增_bt = New System.Windows.Forms.Button()
|
91
|
92
|
Me.物料圖_pb = New System.Windows.Forms.PictureBox()
|
92
|
|
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
93
|
|
- Me.重新整理ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
94
|
|
- Me.ToolStripSeparator3 = New System.Windows.Forms.ToolStripSeparator()
|
95
|
|
- Me.開立新的採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
96
|
|
- Me.新增物料到採購單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
97
|
|
- Me.刪除採購單中選中的物料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
98
|
|
- Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
99
|
|
- Me.修改匯率ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
100
|
|
- Me.修改存檔ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
101
|
|
- Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator()
|
102
|
|
- Me.列印成EXCELToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
103
|
|
- Me.列印產品標籤ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
93
|
+ Me.列印產品標籤_bt = New System.Windows.Forms.Button()
|
|
94
|
+ Me.列印採購單_bt = New System.Windows.Forms.Button()
|
|
95
|
+ Me.修改存檔_bt = New System.Windows.Forms.Button()
|
|
96
|
+ Me.刪除採購單中選中的物料_bt = New System.Windows.Forms.Button()
|
|
97
|
+ Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
104
|
98
|
CType(Me.匯率_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
105
|
99
|
CType(Me.採購金額_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
106
|
100
|
CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
107
|
101
|
CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
108
|
102
|
CType(Me.物料檔案_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
109
|
103
|
CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
104
|
+ Me.Panel1.SuspendLayout()
|
110
|
105
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
111
|
|
- Me.ContextMenuStrip1.SuspendLayout()
|
112
|
106
|
Me.SuspendLayout()
|
113
|
107
|
'
|
114
|
|
- '列印產品標籤_bt
|
115
|
|
- '
|
116
|
|
- Me.列印產品標籤_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
117
|
|
- Me.列印產品標籤_bt.Location = New System.Drawing.Point(1122, 576)
|
118
|
|
- Me.列印產品標籤_bt.Name = "列印產品標籤_bt"
|
119
|
|
- Me.列印產品標籤_bt.Size = New System.Drawing.Size(120, 30)
|
120
|
|
- Me.列印產品標籤_bt.TabIndex = 1131
|
121
|
|
- Me.列印產品標籤_bt.Text = "列印產品標籤"
|
122
|
|
- Me.列印產品標籤_bt.UseVisualStyleBackColor = True
|
123
|
|
- '
|
124
|
|
- '列印採購單_bt
|
125
|
|
- '
|
126
|
|
- Me.列印採購單_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
127
|
|
- Me.列印採購單_bt.Location = New System.Drawing.Point(996, 576)
|
128
|
|
- Me.列印採購單_bt.Name = "列印採購單_bt"
|
129
|
|
- Me.列印採購單_bt.Size = New System.Drawing.Size(120, 30)
|
130
|
|
- Me.列印採購單_bt.TabIndex = 1130
|
131
|
|
- Me.列印採購單_bt.Text = "列印成EXCEL"
|
132
|
|
- Me.列印採購單_bt.UseVisualStyleBackColor = True
|
133
|
|
- '
|
134
|
108
|
'非當天日期_ch
|
135
|
109
|
'
|
136
|
110
|
Me.非當天日期_ch.AutoSize = True
|
137
|
111
|
Me.非當天日期_ch.Checked = True
|
138
|
112
|
Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
139
|
|
- Me.非當天日期_ch.Location = New System.Drawing.Point(1098, 7)
|
|
113
|
+ Me.非當天日期_ch.Location = New System.Drawing.Point(1057, 29)
|
140
|
114
|
Me.非當天日期_ch.Name = "非當天日期_ch"
|
141
|
115
|
Me.非當天日期_ch.Size = New System.Drawing.Size(38, 20)
|
142
|
116
|
Me.非當天日期_ch.TabIndex = 1129
|
|
@@ -145,10 +119,11 @@ Partial Class 採購單申請
|
145
|
119
|
'
|
146
|
120
|
'供應商交期_dtp
|
147
|
121
|
'
|
148
|
|
- Me.供應商交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
149
|
|
- Me.供應商交期_dtp.Location = New System.Drawing.Point(998, 31)
|
|
122
|
+ Me.供應商交期_dtp.CustomFormat = "yyyy/MM/dd"
|
|
123
|
+ Me.供應商交期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
124
|
+ Me.供應商交期_dtp.Location = New System.Drawing.Point(1162, 27)
|
150
|
125
|
Me.供應商交期_dtp.Name = "供應商交期_dtp"
|
151
|
|
- Me.供應商交期_dtp.Size = New System.Drawing.Size(94, 23)
|
|
126
|
+ Me.供應商交期_dtp.Size = New System.Drawing.Size(85, 23)
|
152
|
127
|
Me.供應商交期_dtp.TabIndex = 1127
|
153
|
128
|
'
|
154
|
129
|
'Label14
|
|
@@ -156,7 +131,7 @@ Partial Class 採購單申請
|
156
|
131
|
Me.Label14.AutoSize = True
|
157
|
132
|
Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
158
|
133
|
Me.Label14.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
159
|
|
- Me.Label14.Location = New System.Drawing.Point(933, 34)
|
|
134
|
+ Me.Label14.Location = New System.Drawing.Point(1097, 30)
|
160
|
135
|
Me.Label14.Name = "Label14"
|
161
|
136
|
Me.Label14.Size = New System.Drawing.Size(67, 16)
|
162
|
137
|
Me.Label14.TabIndex = 1128
|
|
@@ -167,7 +142,7 @@ Partial Class 採購單申請
|
167
|
142
|
Me.單據複製_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
168
|
143
|
Me.單據複製_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
169
|
144
|
Me.單據複製_bt.ForeColor = System.Drawing.Color.Green
|
170
|
|
- Me.單據複製_bt.Location = New System.Drawing.Point(309, 330)
|
|
145
|
+ Me.單據複製_bt.Location = New System.Drawing.Point(3, 59)
|
171
|
146
|
Me.單據複製_bt.Name = "單據複製_bt"
|
172
|
147
|
Me.單據複製_bt.Size = New System.Drawing.Size(82, 24)
|
173
|
148
|
Me.單據複製_bt.TabIndex = 1126
|
|
@@ -198,24 +173,11 @@ Partial Class 採購單申請
|
198
|
173
|
Me.未完全入庫的單據_rb.Text = "未完全入庫的單據"
|
199
|
174
|
Me.未完全入庫的單據_rb.UseVisualStyleBackColor = True
|
200
|
175
|
'
|
201
|
|
- '修改存檔_bt
|
202
|
|
- '
|
203
|
|
- Me.修改存檔_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
204
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
205
|
|
- Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
206
|
|
- Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
|
207
|
|
- Me.修改存檔_bt.Location = New System.Drawing.Point(393, 576)
|
208
|
|
- Me.修改存檔_bt.Name = "修改存檔_bt"
|
209
|
|
- Me.修改存檔_bt.Size = New System.Drawing.Size(597, 30)
|
210
|
|
- Me.修改存檔_bt.TabIndex = 1122
|
211
|
|
- Me.修改存檔_bt.Text = "修 改 存 檔"
|
212
|
|
- Me.修改存檔_bt.UseVisualStyleBackColor = True
|
213
|
|
- '
|
214
|
176
|
'總金額_tb
|
215
|
177
|
'
|
216
|
178
|
Me.總金額_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
217
|
179
|
Me.總金額_tb.ForeColor = System.Drawing.Color.Green
|
218
|
|
- Me.總金額_tb.Location = New System.Drawing.Point(822, 108)
|
|
180
|
+ Me.總金額_tb.Location = New System.Drawing.Point(822, 100)
|
219
|
181
|
Me.總金額_tb.Name = "總金額_tb"
|
220
|
182
|
Me.總金額_tb.Size = New System.Drawing.Size(108, 23)
|
221
|
183
|
Me.總金額_tb.TabIndex = 1121
|
|
@@ -227,7 +189,7 @@ Partial Class 採購單申請
|
227
|
189
|
Me.Label21.AutoSize = True
|
228
|
190
|
Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
229
|
191
|
Me.Label21.ForeColor = System.Drawing.Color.Green
|
230
|
|
- Me.Label21.Location = New System.Drawing.Point(764, 111)
|
|
192
|
+ Me.Label21.Location = New System.Drawing.Point(764, 103)
|
231
|
193
|
Me.Label21.Name = "Label21"
|
232
|
194
|
Me.Label21.Size = New System.Drawing.Size(43, 16)
|
233
|
195
|
Me.Label21.TabIndex = 1120
|
|
@@ -238,19 +200,20 @@ Partial Class 採購單申請
|
238
|
200
|
Me.修改匯率_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
239
|
201
|
Me.修改匯率_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
240
|
202
|
Me.修改匯率_bt.ForeColor = System.Drawing.Color.Green
|
241
|
|
- Me.修改匯率_bt.Location = New System.Drawing.Point(309, 306)
|
|
203
|
+ Me.修改匯率_bt.Location = New System.Drawing.Point(309, 317)
|
242
|
204
|
Me.修改匯率_bt.Name = "修改匯率_bt"
|
243
|
|
- Me.修改匯率_bt.Size = New System.Drawing.Size(82, 24)
|
|
205
|
+ Me.修改匯率_bt.Size = New System.Drawing.Size(82, 37)
|
244
|
206
|
Me.修改匯率_bt.TabIndex = 1119
|
245
|
207
|
Me.修改匯率_bt.Text = "修改匯率"
|
246
|
208
|
Me.修改匯率_bt.UseVisualStyleBackColor = True
|
247
|
209
|
'
|
248
|
210
|
'採購下單_dtp
|
249
|
211
|
'
|
250
|
|
- Me.採購下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
251
|
|
- Me.採購下單_dtp.Location = New System.Drawing.Point(998, 5)
|
|
212
|
+ Me.採購下單_dtp.CustomFormat = "yyyy/MM/dd"
|
|
213
|
+ Me.採購下單_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
214
|
+ Me.採購下單_dtp.Location = New System.Drawing.Point(1162, 2)
|
252
|
215
|
Me.採購下單_dtp.Name = "採購下單_dtp"
|
253
|
|
- Me.採購下單_dtp.Size = New System.Drawing.Size(94, 23)
|
|
216
|
+ Me.採購下單_dtp.Size = New System.Drawing.Size(85, 23)
|
254
|
217
|
Me.採購下單_dtp.TabIndex = 1117
|
255
|
218
|
'
|
256
|
219
|
'Label19
|
|
@@ -258,7 +221,7 @@ Partial Class 採購單申請
|
258
|
221
|
Me.Label19.AutoSize = True
|
259
|
222
|
Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
260
|
223
|
Me.Label19.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
261
|
|
- Me.Label19.Location = New System.Drawing.Point(396, 111)
|
|
224
|
+ Me.Label19.Location = New System.Drawing.Point(394, 103)
|
262
|
225
|
Me.Label19.Name = "Label19"
|
263
|
226
|
Me.Label19.Size = New System.Drawing.Size(55, 16)
|
264
|
227
|
Me.Label19.TabIndex = 1116
|
|
@@ -268,7 +231,7 @@ Partial Class 採購單申請
|
268
|
231
|
'
|
269
|
232
|
Me.選擇_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
270
|
233
|
Me.選擇_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
271
|
|
- Me.選擇_tb.Location = New System.Drawing.Point(457, 108)
|
|
234
|
+ Me.選擇_tb.Location = New System.Drawing.Point(457, 100)
|
272
|
235
|
Me.選擇_tb.Name = "選擇_tb"
|
273
|
236
|
Me.選擇_tb.Size = New System.Drawing.Size(103, 23)
|
274
|
237
|
Me.選擇_tb.TabIndex = 1115
|
|
@@ -320,9 +283,9 @@ Partial Class 採購單申請
|
320
|
283
|
'
|
321
|
284
|
Me.單據編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
322
|
285
|
Me.單據編號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
323
|
|
- Me.單據編號_tb.Location = New System.Drawing.Point(456, 6)
|
|
286
|
+ Me.單據編號_tb.Location = New System.Drawing.Point(962, 3)
|
324
|
287
|
Me.單據編號_tb.Name = "單據編號_tb"
|
325
|
|
- Me.單據編號_tb.Size = New System.Drawing.Size(152, 25)
|
|
288
|
+ Me.單據編號_tb.Size = New System.Drawing.Size(135, 25)
|
326
|
289
|
Me.單據編號_tb.TabIndex = 1109
|
327
|
290
|
'
|
328
|
291
|
'Label16
|
|
@@ -330,17 +293,17 @@ Partial Class 採購單申請
|
330
|
293
|
Me.Label16.AutoSize = True
|
331
|
294
|
Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
332
|
295
|
Me.Label16.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
333
|
|
- Me.Label16.Location = New System.Drawing.Point(396, 10)
|
|
296
|
+ Me.Label16.Location = New System.Drawing.Point(929, 8)
|
334
|
297
|
Me.Label16.Name = "Label16"
|
335
|
|
- Me.Label16.Size = New System.Drawing.Size(55, 16)
|
|
298
|
+ Me.Label16.Size = New System.Drawing.Size(31, 16)
|
336
|
299
|
Me.Label16.TabIndex = 1108
|
337
|
|
- Me.Label16.Text = "單據編號"
|
|
300
|
+ Me.Label16.Text = "單號"
|
338
|
301
|
'
|
339
|
302
|
'供應商關鍵字_tb
|
340
|
303
|
'
|
341
|
304
|
Me.供應商關鍵字_tb.Font = New System.Drawing.Font("微軟正黑體", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
342
|
305
|
Me.供應商關鍵字_tb.ForeColor = System.Drawing.Color.Green
|
343
|
|
- Me.供應商關鍵字_tb.Location = New System.Drawing.Point(679, 5)
|
|
306
|
+ Me.供應商關鍵字_tb.Location = New System.Drawing.Point(72, 33)
|
344
|
307
|
Me.供應商關鍵字_tb.Name = "供應商關鍵字_tb"
|
345
|
308
|
Me.供應商關鍵字_tb.Size = New System.Drawing.Size(93, 25)
|
346
|
309
|
Me.供應商關鍵字_tb.TabIndex = 1107
|
|
@@ -350,7 +313,7 @@ Partial Class 採購單申請
|
350
|
313
|
Me.Label15.AutoSize = True
|
351
|
314
|
Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
352
|
315
|
Me.Label15.ForeColor = System.Drawing.Color.Green
|
353
|
|
- Me.Label15.Location = New System.Drawing.Point(610, 10)
|
|
316
|
+ Me.Label15.Location = New System.Drawing.Point(3, 38)
|
354
|
317
|
Me.Label15.Name = "Label15"
|
355
|
318
|
Me.Label15.Size = New System.Drawing.Size(67, 16)
|
356
|
319
|
Me.Label15.TabIndex = 1106
|
|
@@ -363,7 +326,7 @@ Partial Class 採購單申請
|
363
|
326
|
Me.供應商編號_cb.ForeColor = System.Drawing.Color.Green
|
364
|
327
|
Me.供應商編號_cb.FormattingEnabled = True
|
365
|
328
|
Me.供應商編號_cb.Items.AddRange(New Object() {"男", "女", "NA"})
|
366
|
|
- Me.供應商編號_cb.Location = New System.Drawing.Point(408, 151)
|
|
329
|
+ Me.供應商編號_cb.Location = New System.Drawing.Point(3, 3)
|
367
|
330
|
Me.供應商編號_cb.Name = "供應商編號_cb"
|
368
|
331
|
Me.供應商編號_cb.Size = New System.Drawing.Size(152, 24)
|
369
|
332
|
Me.供應商編號_cb.TabIndex = 1105
|
|
@@ -375,9 +338,9 @@ Partial Class 採購單申請
|
375
|
338
|
Me.供應商_cb.ForeColor = System.Drawing.Color.Green
|
376
|
339
|
Me.供應商_cb.FormattingEnabled = True
|
377
|
340
|
Me.供應商_cb.Items.AddRange(New Object() {"NA", "女", "男"})
|
378
|
|
- Me.供應商_cb.Location = New System.Drawing.Point(840, 5)
|
|
341
|
+ Me.供應商_cb.Location = New System.Drawing.Point(719, 3)
|
379
|
342
|
Me.供應商_cb.Name = "供應商_cb"
|
380
|
|
- Me.供應商_cb.Size = New System.Drawing.Size(90, 24)
|
|
343
|
+ Me.供應商_cb.Size = New System.Drawing.Size(86, 24)
|
381
|
344
|
Me.供應商_cb.TabIndex = 1104
|
382
|
345
|
'
|
383
|
346
|
'Label9
|
|
@@ -385,17 +348,17 @@ Partial Class 採購單申請
|
385
|
348
|
Me.Label9.AutoSize = True
|
386
|
349
|
Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
387
|
350
|
Me.Label9.ForeColor = System.Drawing.Color.Green
|
388
|
|
- Me.Label9.Location = New System.Drawing.Point(771, 9)
|
|
351
|
+ Me.Label9.Location = New System.Drawing.Point(687, 7)
|
389
|
352
|
Me.Label9.Name = "Label9"
|
390
|
|
- Me.Label9.Size = New System.Drawing.Size(67, 16)
|
|
353
|
+ Me.Label9.Size = New System.Drawing.Size(31, 16)
|
391
|
354
|
Me.Label9.TabIndex = 1103
|
392
|
|
- Me.Label9.Text = "供應商簡稱"
|
|
355
|
+ Me.Label9.Text = "簡稱"
|
393
|
356
|
'
|
394
|
357
|
'付款方式_tb
|
395
|
358
|
'
|
396
|
359
|
Me.付款方式_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
397
|
360
|
Me.付款方式_tb.ForeColor = System.Drawing.Color.Green
|
398
|
|
- Me.付款方式_tb.Location = New System.Drawing.Point(617, 108)
|
|
361
|
+ Me.付款方式_tb.Location = New System.Drawing.Point(617, 100)
|
399
|
362
|
Me.付款方式_tb.Name = "付款方式_tb"
|
400
|
363
|
Me.付款方式_tb.Size = New System.Drawing.Size(141, 23)
|
401
|
364
|
Me.付款方式_tb.TabIndex = 1102
|
|
@@ -405,7 +368,7 @@ Partial Class 採購單申請
|
405
|
368
|
'
|
406
|
369
|
Me.公司電話2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
407
|
370
|
Me.公司電話2_tb.ForeColor = System.Drawing.Color.Green
|
408
|
|
- Me.公司電話2_tb.Location = New System.Drawing.Point(998, 83)
|
|
371
|
+ Me.公司電話2_tb.Location = New System.Drawing.Point(998, 76)
|
409
|
372
|
Me.公司電話2_tb.Name = "公司電話2_tb"
|
410
|
373
|
Me.公司電話2_tb.Size = New System.Drawing.Size(165, 23)
|
411
|
374
|
Me.公司電話2_tb.TabIndex = 1101
|
|
@@ -416,7 +379,7 @@ Partial Class 採購單申請
|
416
|
379
|
Me.Label2.AutoSize = True
|
417
|
380
|
Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
418
|
381
|
Me.Label2.ForeColor = System.Drawing.Color.Green
|
419
|
|
- Me.Label2.Location = New System.Drawing.Point(559, 111)
|
|
382
|
+ Me.Label2.Location = New System.Drawing.Point(559, 103)
|
420
|
383
|
Me.Label2.Name = "Label2"
|
421
|
384
|
Me.Label2.Size = New System.Drawing.Size(55, 16)
|
422
|
385
|
Me.Label2.TabIndex = 1100
|
|
@@ -426,9 +389,9 @@ Partial Class 採購單申請
|
426
|
389
|
'
|
427
|
390
|
Me.統編_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
428
|
391
|
Me.統編_tb.ForeColor = System.Drawing.Color.Green
|
429
|
|
- Me.統編_tb.Location = New System.Drawing.Point(840, 32)
|
|
392
|
+ Me.統編_tb.Location = New System.Drawing.Point(839, 4)
|
430
|
393
|
Me.統編_tb.Name = "統編_tb"
|
431
|
|
- Me.統編_tb.Size = New System.Drawing.Size(90, 23)
|
|
394
|
+ Me.統編_tb.Size = New System.Drawing.Size(86, 23)
|
432
|
395
|
Me.統編_tb.TabIndex = 1098
|
433
|
396
|
Me.統編_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
434
|
397
|
'
|
|
@@ -437,17 +400,17 @@ Partial Class 採購單申請
|
437
|
400
|
Me.Label26.AutoSize = True
|
438
|
401
|
Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
439
|
402
|
Me.Label26.ForeColor = System.Drawing.Color.Green
|
440
|
|
- Me.Label26.Location = New System.Drawing.Point(772, 35)
|
|
403
|
+ Me.Label26.Location = New System.Drawing.Point(806, 8)
|
441
|
404
|
Me.Label26.Name = "Label26"
|
442
|
|
- Me.Label26.Size = New System.Drawing.Size(55, 16)
|
|
405
|
+ Me.Label26.Size = New System.Drawing.Size(31, 16)
|
443
|
406
|
Me.Label26.TabIndex = 1099
|
444
|
|
- Me.Label26.Text = "統一編號"
|
|
407
|
+ Me.Label26.Text = "統編"
|
445
|
408
|
'
|
446
|
409
|
'郵號2_tb
|
447
|
410
|
'
|
448
|
411
|
Me.郵號2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
449
|
412
|
Me.郵號2_tb.ForeColor = System.Drawing.Color.Green
|
450
|
|
- Me.郵號2_tb.Location = New System.Drawing.Point(457, 83)
|
|
413
|
+ Me.郵號2_tb.Location = New System.Drawing.Point(457, 76)
|
451
|
414
|
Me.郵號2_tb.Name = "郵號2_tb"
|
452
|
415
|
Me.郵號2_tb.Size = New System.Drawing.Size(45, 23)
|
453
|
416
|
Me.郵號2_tb.TabIndex = 1096
|
|
@@ -458,7 +421,7 @@ Partial Class 採購單申請
|
458
|
421
|
Me.Label12.AutoSize = True
|
459
|
422
|
Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
460
|
423
|
Me.Label12.ForeColor = System.Drawing.Color.Green
|
461
|
|
- Me.Label12.Location = New System.Drawing.Point(504, 86)
|
|
424
|
+ Me.Label12.Location = New System.Drawing.Point(504, 79)
|
462
|
425
|
Me.Label12.Name = "Label12"
|
463
|
426
|
Me.Label12.Size = New System.Drawing.Size(38, 16)
|
464
|
427
|
Me.Label12.TabIndex = 1095
|
|
@@ -468,7 +431,7 @@ Partial Class 採購單申請
|
468
|
431
|
'
|
469
|
432
|
Me.地址2_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
470
|
433
|
Me.地址2_tb.ForeColor = System.Drawing.Color.Green
|
471
|
|
- Me.地址2_tb.Location = New System.Drawing.Point(544, 83)
|
|
434
|
+ Me.地址2_tb.Location = New System.Drawing.Point(544, 76)
|
472
|
435
|
Me.地址2_tb.Name = "地址2_tb"
|
473
|
436
|
Me.地址2_tb.Size = New System.Drawing.Size(386, 23)
|
474
|
437
|
Me.地址2_tb.TabIndex = 1094
|
|
@@ -477,7 +440,7 @@ Partial Class 採購單申請
|
477
|
440
|
'
|
478
|
441
|
Me.郵號1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
479
|
442
|
Me.郵號1_tb.ForeColor = System.Drawing.Color.Green
|
480
|
|
- Me.郵號1_tb.Location = New System.Drawing.Point(456, 58)
|
|
443
|
+ Me.郵號1_tb.Location = New System.Drawing.Point(456, 53)
|
481
|
444
|
Me.郵號1_tb.Name = "郵號1_tb"
|
482
|
445
|
Me.郵號1_tb.Size = New System.Drawing.Size(45, 23)
|
483
|
446
|
Me.郵號1_tb.TabIndex = 1092
|
|
@@ -488,7 +451,7 @@ Partial Class 採購單申請
|
488
|
451
|
Me.Label10.AutoSize = True
|
489
|
452
|
Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
490
|
453
|
Me.Label10.ForeColor = System.Drawing.Color.Green
|
491
|
|
- Me.Label10.Location = New System.Drawing.Point(504, 61)
|
|
454
|
+ Me.Label10.Location = New System.Drawing.Point(504, 56)
|
492
|
455
|
Me.Label10.Name = "Label10"
|
493
|
456
|
Me.Label10.Size = New System.Drawing.Size(38, 16)
|
494
|
457
|
Me.Label10.TabIndex = 1091
|
|
@@ -498,7 +461,7 @@ Partial Class 採購單申請
|
498
|
461
|
'
|
499
|
462
|
Me.地址1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
500
|
463
|
Me.地址1_tb.ForeColor = System.Drawing.Color.Green
|
501
|
|
- Me.地址1_tb.Location = New System.Drawing.Point(544, 58)
|
|
464
|
+ Me.地址1_tb.Location = New System.Drawing.Point(544, 53)
|
502
|
465
|
Me.地址1_tb.Name = "地址1_tb"
|
503
|
466
|
Me.地址1_tb.Size = New System.Drawing.Size(386, 23)
|
504
|
467
|
Me.地址1_tb.TabIndex = 1090
|
|
@@ -508,7 +471,7 @@ Partial Class 採購單申請
|
508
|
471
|
Me.Label8.AutoSize = True
|
509
|
472
|
Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
510
|
473
|
Me.Label8.ForeColor = System.Drawing.Color.Green
|
511
|
|
- Me.Label8.Location = New System.Drawing.Point(932, 111)
|
|
474
|
+ Me.Label8.Location = New System.Drawing.Point(932, 103)
|
512
|
475
|
Me.Label8.Name = "Label8"
|
513
|
476
|
Me.Label8.Size = New System.Drawing.Size(62, 16)
|
514
|
477
|
Me.Label8.TabIndex = 1089
|
|
@@ -518,7 +481,7 @@ Partial Class 採購單申請
|
518
|
481
|
'
|
519
|
482
|
Me.傳真1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
520
|
483
|
Me.傳真1_tb.ForeColor = System.Drawing.Color.Green
|
521
|
|
- Me.傳真1_tb.Location = New System.Drawing.Point(998, 108)
|
|
484
|
+ Me.傳真1_tb.Location = New System.Drawing.Point(998, 100)
|
522
|
485
|
Me.傳真1_tb.Name = "傳真1_tb"
|
523
|
486
|
Me.傳真1_tb.Size = New System.Drawing.Size(165, 23)
|
524
|
487
|
Me.傳真1_tb.TabIndex = 1088
|
|
@@ -528,7 +491,7 @@ Partial Class 採購單申請
|
528
|
491
|
'
|
529
|
492
|
Me.公司電話1_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
530
|
493
|
Me.公司電話1_tb.ForeColor = System.Drawing.Color.Green
|
531
|
|
- Me.公司電話1_tb.Location = New System.Drawing.Point(998, 57)
|
|
494
|
+ Me.公司電話1_tb.Location = New System.Drawing.Point(998, 52)
|
532
|
495
|
Me.公司電話1_tb.Name = "公司電話1_tb"
|
533
|
496
|
Me.公司電話1_tb.Size = New System.Drawing.Size(165, 23)
|
534
|
497
|
Me.公司電話1_tb.TabIndex = 1085
|
|
@@ -539,7 +502,7 @@ Partial Class 採購單申請
|
539
|
502
|
Me.Label5.AutoSize = True
|
540
|
503
|
Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
541
|
504
|
Me.Label5.ForeColor = System.Drawing.Color.Green
|
542
|
|
- Me.Label5.Location = New System.Drawing.Point(396, 36)
|
|
505
|
+ Me.Label5.Location = New System.Drawing.Point(687, 31)
|
543
|
506
|
Me.Label5.Name = "Label5"
|
544
|
507
|
Me.Label5.Size = New System.Drawing.Size(43, 16)
|
545
|
508
|
Me.Label5.TabIndex = 1084
|
|
@@ -549,9 +512,9 @@ Partial Class 採購單申請
|
549
|
512
|
'
|
550
|
513
|
Me.供應商_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
551
|
514
|
Me.供應商_tb.ForeColor = System.Drawing.Color.Green
|
552
|
|
- Me.供應商_tb.Location = New System.Drawing.Point(456, 33)
|
|
515
|
+ Me.供應商_tb.Location = New System.Drawing.Point(731, 28)
|
553
|
516
|
Me.供應商_tb.Name = "供應商_tb"
|
554
|
|
- Me.供應商_tb.Size = New System.Drawing.Size(316, 23)
|
|
517
|
+ Me.供應商_tb.Size = New System.Drawing.Size(313, 23)
|
555
|
518
|
Me.供應商_tb.TabIndex = 1083
|
556
|
519
|
'
|
557
|
520
|
'Label7
|
|
@@ -559,7 +522,7 @@ Partial Class 採購單申請
|
559
|
522
|
Me.Label7.AutoSize = True
|
560
|
523
|
Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
561
|
524
|
Me.Label7.ForeColor = System.Drawing.Color.Green
|
562
|
|
- Me.Label7.Location = New System.Drawing.Point(932, 86)
|
|
525
|
+ Me.Label7.Location = New System.Drawing.Point(932, 79)
|
563
|
526
|
Me.Label7.Name = "Label7"
|
564
|
527
|
Me.Label7.Size = New System.Drawing.Size(62, 16)
|
565
|
528
|
Me.Label7.TabIndex = 1087
|
|
@@ -570,7 +533,7 @@ Partial Class 採購單申請
|
570
|
533
|
Me.Label6.AutoSize = True
|
571
|
534
|
Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
572
|
535
|
Me.Label6.ForeColor = System.Drawing.Color.Green
|
573
|
|
- Me.Label6.Location = New System.Drawing.Point(932, 60)
|
|
536
|
+ Me.Label6.Location = New System.Drawing.Point(932, 55)
|
574
|
537
|
Me.Label6.Name = "Label6"
|
575
|
538
|
Me.Label6.Size = New System.Drawing.Size(62, 16)
|
576
|
539
|
Me.Label6.TabIndex = 1086
|
|
@@ -598,9 +561,9 @@ Partial Class 採購單申請
|
598
|
561
|
Me.新增物料_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
599
|
562
|
Me.新增物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
600
|
563
|
Me.新增物料_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
601
|
|
- Me.新增物料_bt.Location = New System.Drawing.Point(309, 282)
|
|
564
|
+ Me.新增物料_bt.Location = New System.Drawing.Point(309, 281)
|
602
|
565
|
Me.新增物料_bt.Name = "新增物料_bt"
|
603
|
|
- Me.新增物料_bt.Size = New System.Drawing.Size(82, 24)
|
|
566
|
+ Me.新增物料_bt.Size = New System.Drawing.Size(82, 37)
|
604
|
567
|
Me.新增物料_bt.TabIndex = 1081
|
605
|
568
|
Me.新增物料_bt.Text = "新增物料"
|
606
|
569
|
Me.新增物料_bt.UseVisualStyleBackColor = True
|
|
@@ -707,7 +670,7 @@ Partial Class 採購單申請
|
707
|
670
|
Me.Label4.AutoSize = True
|
708
|
671
|
Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
709
|
672
|
Me.Label4.ForeColor = System.Drawing.Color.Green
|
710
|
|
- Me.Label4.Location = New System.Drawing.Point(393, 61)
|
|
673
|
+ Me.Label4.Location = New System.Drawing.Point(393, 56)
|
711
|
674
|
Me.Label4.Name = "Label4"
|
712
|
675
|
Me.Label4.Size = New System.Drawing.Size(62, 16)
|
713
|
676
|
Me.Label4.TabIndex = 1093
|
|
@@ -718,7 +681,7 @@ Partial Class 採購單申請
|
718
|
681
|
Me.Label3.AutoSize = True
|
719
|
682
|
Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
720
|
683
|
Me.Label3.ForeColor = System.Drawing.Color.Green
|
721
|
|
- Me.Label3.Location = New System.Drawing.Point(392, 86)
|
|
684
|
+ Me.Label3.Location = New System.Drawing.Point(392, 79)
|
722
|
685
|
Me.Label3.Name = "Label3"
|
723
|
686
|
Me.Label3.Size = New System.Drawing.Size(62, 16)
|
724
|
687
|
Me.Label3.TabIndex = 1097
|
|
@@ -729,7 +692,7 @@ Partial Class 採購單申請
|
729
|
692
|
Me.Label20.AutoSize = True
|
730
|
693
|
Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
731
|
694
|
Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
732
|
|
- Me.Label20.Location = New System.Drawing.Point(933, 8)
|
|
695
|
+ Me.Label20.Location = New System.Drawing.Point(1097, 5)
|
733
|
696
|
Me.Label20.Name = "Label20"
|
734
|
697
|
Me.Label20.Size = New System.Drawing.Size(67, 16)
|
735
|
698
|
Me.Label20.TabIndex = 1118
|
|
@@ -745,115 +708,132 @@ Partial Class 採購單申請
|
745
|
708
|
Me.明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
746
|
709
|
Me.明細_dgv.BackgroundColor = System.Drawing.Color.White
|
747
|
710
|
Me.明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
748
|
|
- Me.明細_dgv.Location = New System.Drawing.Point(393, 133)
|
|
711
|
+ Me.明細_dgv.Location = New System.Drawing.Point(391, 126)
|
749
|
712
|
Me.明細_dgv.Name = "明細_dgv"
|
750
|
713
|
Me.明細_dgv.RowHeadersWidth = 5
|
751
|
714
|
DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
752
|
715
|
Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6
|
753
|
716
|
Me.明細_dgv.RowTemplate.Height = 24
|
754
|
|
- Me.明細_dgv.Size = New System.Drawing.Size(849, 440)
|
|
717
|
+ Me.明細_dgv.Size = New System.Drawing.Size(854, 480)
|
755
|
718
|
Me.明細_dgv.TabIndex = 1114
|
756
|
719
|
'
|
|
720
|
+ 'Panel1
|
|
721
|
+ '
|
|
722
|
+ Me.Panel1.Controls.Add(Me.供應商編號_cb)
|
|
723
|
+ Me.Panel1.Controls.Add(Me.供應商關鍵字_tb)
|
|
724
|
+ Me.Panel1.Controls.Add(Me.Label15)
|
|
725
|
+ Me.Panel1.Controls.Add(Me.單據複製_bt)
|
|
726
|
+ Me.Panel1.Location = New System.Drawing.Point(526, 211)
|
|
727
|
+ Me.Panel1.Name = "Panel1"
|
|
728
|
+ Me.Panel1.Size = New System.Drawing.Size(200, 100)
|
|
729
|
+ Me.Panel1.TabIndex = 1143
|
|
730
|
+ '
|
|
731
|
+ '關鍵字查詢_bt
|
|
732
|
+ '
|
|
733
|
+ Me.關鍵字查詢_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.Search
|
|
734
|
+ Me.關鍵字查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
735
|
+ Me.關鍵字查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
736
|
+ Me.關鍵字查詢_bt.ForeColor = System.Drawing.Color.Black
|
|
737
|
+ Me.關鍵字查詢_bt.Location = New System.Drawing.Point(637, 2)
|
|
738
|
+ Me.關鍵字查詢_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
739
|
+ Me.關鍵字查詢_bt.Name = "關鍵字查詢_bt"
|
|
740
|
+ Me.關鍵字查詢_bt.Size = New System.Drawing.Size(50, 50)
|
|
741
|
+ Me.關鍵字查詢_bt.TabIndex = 1179
|
|
742
|
+ Me.關鍵字查詢_bt.UseVisualStyleBackColor = True
|
|
743
|
+ '
|
|
744
|
+ '新增_bt
|
|
745
|
+ '
|
|
746
|
+ Me.新增_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.add_2
|
|
747
|
+ Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
748
|
+ Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
749
|
+ Me.新增_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
750
|
+ Me.新增_bt.Location = New System.Drawing.Point(391, 2)
|
|
751
|
+ Me.新增_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
752
|
+ Me.新增_bt.Name = "新增_bt"
|
|
753
|
+ Me.新增_bt.Size = New System.Drawing.Size(50, 50)
|
|
754
|
+ Me.新增_bt.TabIndex = 1142
|
|
755
|
+ Me.新增_bt.UseVisualStyleBackColor = True
|
|
756
|
+ '
|
757
|
757
|
'物料圖_pb
|
758
|
758
|
'
|
759
|
759
|
Me.物料圖_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
760
|
760
|
Me.物料圖_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
761
|
|
- Me.物料圖_pb.Location = New System.Drawing.Point(1166, 55)
|
|
761
|
+ Me.物料圖_pb.Location = New System.Drawing.Point(1166, 54)
|
762
|
762
|
Me.物料圖_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
763
|
763
|
Me.物料圖_pb.Name = "物料圖_pb"
|
764
|
|
- Me.物料圖_pb.Size = New System.Drawing.Size(76, 76)
|
|
764
|
+ Me.物料圖_pb.Size = New System.Drawing.Size(80, 70)
|
765
|
765
|
Me.物料圖_pb.TabIndex = 1123
|
766
|
766
|
Me.物料圖_pb.TabStop = False
|
767
|
767
|
'
|
768
|
|
- 'ContextMenuStrip1
|
769
|
|
- '
|
770
|
|
- Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新整理ToolStripMenuItem, Me.ToolStripSeparator3, Me.開立新的採購單ToolStripMenuItem, Me.新增物料到採購單ToolStripMenuItem, Me.刪除採購單中選中的物料ToolStripMenuItem, Me.ToolStripSeparator1, Me.修改匯率ToolStripMenuItem, Me.修改存檔ToolStripMenuItem, Me.ToolStripSeparator2, Me.列印成EXCELToolStripMenuItem, Me.列印產品標籤ToolStripMenuItem})
|
771
|
|
- Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
772
|
|
- Me.ContextMenuStrip1.Size = New System.Drawing.Size(207, 198)
|
773
|
|
- '
|
774
|
|
- '重新整理ToolStripMenuItem
|
775
|
|
- '
|
776
|
|
- Me.重新整理ToolStripMenuItem.Name = "重新整理ToolStripMenuItem"
|
777
|
|
- Me.重新整理ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
778
|
|
- Me.重新整理ToolStripMenuItem.Text = "重新整理"
|
779
|
|
- '
|
780
|
|
- 'ToolStripSeparator3
|
781
|
|
- '
|
782
|
|
- Me.ToolStripSeparator3.Name = "ToolStripSeparator3"
|
783
|
|
- Me.ToolStripSeparator3.Size = New System.Drawing.Size(203, 6)
|
784
|
|
- '
|
785
|
|
- '開立新的採購單ToolStripMenuItem
|
786
|
|
- '
|
787
|
|
- Me.開立新的採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
788
|
|
- Me.開立新的採購單ToolStripMenuItem.Name = "開立新的採購單ToolStripMenuItem"
|
789
|
|
- Me.開立新的採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
790
|
|
- Me.開立新的採購單ToolStripMenuItem.Text = "開立新的採購單"
|
791
|
|
- '
|
792
|
|
- '新增物料到採購單ToolStripMenuItem
|
793
|
|
- '
|
794
|
|
- Me.新增物料到採購單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
795
|
|
- Me.新增物料到採購單ToolStripMenuItem.Name = "新增物料到採購單ToolStripMenuItem"
|
796
|
|
- Me.新增物料到採購單ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
797
|
|
- Me.新增物料到採購單ToolStripMenuItem.Text = "新增物料到採購單"
|
798
|
|
- '
|
799
|
|
- '刪除採購單中選中的物料ToolStripMenuItem
|
800
|
|
- '
|
801
|
|
- Me.刪除採購單中選中的物料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red
|
802
|
|
- Me.刪除採購單中選中的物料ToolStripMenuItem.Name = "刪除採購單中選中的物料ToolStripMenuItem"
|
803
|
|
- Me.刪除採購單中選中的物料ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
804
|
|
- Me.刪除採購單中選中的物料ToolStripMenuItem.Text = "刪除採購單中選中的物料"
|
805
|
|
- '
|
806
|
|
- 'ToolStripSeparator1
|
807
|
|
- '
|
808
|
|
- Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
809
|
|
- Me.ToolStripSeparator1.Size = New System.Drawing.Size(203, 6)
|
810
|
|
- '
|
811
|
|
- '修改匯率ToolStripMenuItem
|
|
768
|
+ '列印產品標籤_bt
|
812
|
769
|
'
|
813
|
|
- Me.修改匯率ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
|
814
|
|
- Me.修改匯率ToolStripMenuItem.Name = "修改匯率ToolStripMenuItem"
|
815
|
|
- Me.修改匯率ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
816
|
|
- Me.修改匯率ToolStripMenuItem.Text = "修改匯率"
|
|
770
|
+ Me.列印產品標籤_bt.BackgroundImage = CType(resources.GetObject("列印產品標籤_bt.BackgroundImage"), System.Drawing.Image)
|
|
771
|
+ Me.列印產品標籤_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
772
|
+ Me.列印產品標籤_bt.Location = New System.Drawing.Point(587, 2)
|
|
773
|
+ Me.列印產品標籤_bt.Name = "列印產品標籤_bt"
|
|
774
|
+ Me.列印產品標籤_bt.Size = New System.Drawing.Size(50, 50)
|
|
775
|
+ Me.列印產品標籤_bt.TabIndex = 1131
|
|
776
|
+ Me.列印產品標籤_bt.UseVisualStyleBackColor = True
|
817
|
777
|
'
|
818
|
|
- '修改存檔ToolStripMenuItem
|
|
778
|
+ '列印採購單_bt
|
819
|
779
|
'
|
820
|
|
- Me.修改存檔ToolStripMenuItem.ForeColor = System.Drawing.Color.Green
|
821
|
|
- Me.修改存檔ToolStripMenuItem.Name = "修改存檔ToolStripMenuItem"
|
822
|
|
- Me.修改存檔ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
823
|
|
- Me.修改存檔ToolStripMenuItem.Text = "修改存檔"
|
|
780
|
+ Me.列印採購單_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.EXCELOUT
|
|
781
|
+ Me.列印採購單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
782
|
+ Me.列印採購單_bt.Location = New System.Drawing.Point(538, 2)
|
|
783
|
+ Me.列印採購單_bt.Name = "列印採購單_bt"
|
|
784
|
+ Me.列印採購單_bt.Size = New System.Drawing.Size(50, 50)
|
|
785
|
+ Me.列印採購單_bt.TabIndex = 1130
|
|
786
|
+ Me.列印採購單_bt.UseVisualStyleBackColor = True
|
824
|
787
|
'
|
825
|
|
- 'ToolStripSeparator2
|
|
788
|
+ '修改存檔_bt
|
826
|
789
|
'
|
827
|
|
- Me.ToolStripSeparator2.Name = "ToolStripSeparator2"
|
828
|
|
- Me.ToolStripSeparator2.Size = New System.Drawing.Size(203, 6)
|
|
790
|
+ Me.修改存檔_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.SAVER
|
|
791
|
+ Me.修改存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
792
|
+ Me.修改存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
793
|
+ Me.修改存檔_bt.ForeColor = System.Drawing.Color.Green
|
|
794
|
+ Me.修改存檔_bt.Location = New System.Drawing.Point(440, 2)
|
|
795
|
+ Me.修改存檔_bt.Name = "修改存檔_bt"
|
|
796
|
+ Me.修改存檔_bt.Size = New System.Drawing.Size(50, 50)
|
|
797
|
+ Me.修改存檔_bt.TabIndex = 1122
|
|
798
|
+ Me.修改存檔_bt.UseVisualStyleBackColor = True
|
829
|
799
|
'
|
830
|
|
- '列印成EXCELToolStripMenuItem
|
|
800
|
+ '刪除採購單中選中的物料_bt
|
831
|
801
|
'
|
832
|
|
- Me.列印成EXCELToolStripMenuItem.Name = "列印成EXCELToolStripMenuItem"
|
833
|
|
- Me.列印成EXCELToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
834
|
|
- Me.列印成EXCELToolStripMenuItem.Text = "列印成EXCEL"
|
|
802
|
+ Me.刪除採購單中選中的物料_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.GarbageEmpty
|
|
803
|
+ Me.刪除採購單中選中的物料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
804
|
+ Me.刪除採購單中選中的物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
805
|
+ Me.刪除採購單中選中的物料_bt.ForeColor = System.Drawing.Color.Black
|
|
806
|
+ Me.刪除採購單中選中的物料_bt.Location = New System.Drawing.Point(489, 3)
|
|
807
|
+ Me.刪除採購單中選中的物料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
808
|
+ Me.刪除採購單中選中的物料_bt.Name = "刪除採購單中選中的物料_bt"
|
|
809
|
+ Me.刪除採購單中選中的物料_bt.Size = New System.Drawing.Size(50, 50)
|
|
810
|
+ Me.刪除採購單中選中的物料_bt.TabIndex = 1178
|
|
811
|
+ Me.刪除採購單中選中的物料_bt.UseVisualStyleBackColor = True
|
835
|
812
|
'
|
836
|
|
- '列印產品標籤ToolStripMenuItem
|
|
813
|
+ 'ToolTip1
|
837
|
814
|
'
|
838
|
|
- Me.列印產品標籤ToolStripMenuItem.Name = "列印產品標籤ToolStripMenuItem"
|
839
|
|
- Me.列印產品標籤ToolStripMenuItem.Size = New System.Drawing.Size(206, 22)
|
840
|
|
- Me.列印產品標籤ToolStripMenuItem.Text = "列印產品標籤"
|
|
815
|
+ Me.ToolTip1.AutoPopDelay = 5000
|
|
816
|
+ Me.ToolTip1.InitialDelay = 500
|
|
817
|
+ Me.ToolTip1.IsBalloon = True
|
|
818
|
+ Me.ToolTip1.ReshowDelay = 100
|
|
819
|
+ Me.ToolTip1.ToolTipTitle = "系統說明"
|
841
|
820
|
'
|
842
|
821
|
'採購單申請
|
843
|
822
|
'
|
844
|
823
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
845
|
824
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
846
|
825
|
Me.ClientSize = New System.Drawing.Size(1249, 611)
|
847
|
|
- Me.Controls.Add(Me.明細_dgv)
|
|
826
|
+ Me.Controls.Add(Me.關鍵字查詢_bt)
|
|
827
|
+ Me.Controls.Add(Me.Panel1)
|
|
828
|
+ Me.Controls.Add(Me.新增_bt)
|
|
829
|
+ Me.Controls.Add(Me.物料圖_pb)
|
848
|
830
|
Me.Controls.Add(Me.列印產品標籤_bt)
|
849
|
831
|
Me.Controls.Add(Me.列印採購單_bt)
|
850
|
832
|
Me.Controls.Add(Me.非當天日期_ch)
|
851
|
833
|
Me.Controls.Add(Me.供應商交期_dtp)
|
852
|
834
|
Me.Controls.Add(Me.Label14)
|
853
|
|
- Me.Controls.Add(Me.單據複製_bt)
|
854
|
835
|
Me.Controls.Add(Me.已完全入庫的單據_rb)
|
855
|
836
|
Me.Controls.Add(Me.未完全入庫的單據_rb)
|
856
|
|
- Me.Controls.Add(Me.物料圖_pb)
|
857
|
837
|
Me.Controls.Add(Me.修改存檔_bt)
|
858
|
838
|
Me.Controls.Add(Me.總金額_tb)
|
859
|
839
|
Me.Controls.Add(Me.Label21)
|
|
@@ -867,9 +847,6 @@ Partial Class 採購單申請
|
867
|
847
|
Me.Controls.Add(Me.Label17)
|
868
|
848
|
Me.Controls.Add(Me.單據編號_tb)
|
869
|
849
|
Me.Controls.Add(Me.Label16)
|
870
|
|
- Me.Controls.Add(Me.供應商關鍵字_tb)
|
871
|
|
- Me.Controls.Add(Me.Label15)
|
872
|
|
- Me.Controls.Add(Me.供應商編號_cb)
|
873
|
850
|
Me.Controls.Add(Me.供應商_cb)
|
874
|
851
|
Me.Controls.Add(Me.Label9)
|
875
|
852
|
Me.Controls.Add(Me.付款方式_tb)
|
|
@@ -904,6 +881,8 @@ Partial Class 採購單申請
|
904
|
881
|
Me.Controls.Add(Me.Label4)
|
905
|
882
|
Me.Controls.Add(Me.Label3)
|
906
|
883
|
Me.Controls.Add(Me.Label20)
|
|
884
|
+ Me.Controls.Add(Me.明細_dgv)
|
|
885
|
+ Me.Controls.Add(Me.刪除採購單中選中的物料_bt)
|
907
|
886
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
908
|
887
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
909
|
888
|
Me.Name = "採購單申請"
|
|
@@ -915,8 +894,9 @@ Partial Class 採購單申請
|
915
|
894
|
CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
|
916
|
895
|
CType(Me.物料檔案_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
917
|
896
|
CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
897
|
+ Me.Panel1.ResumeLayout(False)
|
|
898
|
+ Me.Panel1.PerformLayout()
|
918
|
899
|
CType(Me.物料圖_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
919
|
|
- Me.ContextMenuStrip1.ResumeLayout(False)
|
920
|
900
|
Me.ResumeLayout(False)
|
921
|
901
|
Me.PerformLayout()
|
922
|
902
|
|
|
@@ -982,16 +962,9 @@ Partial Class 採購單申請
|
982
|
962
|
Friend WithEvents Label3 As Label
|
983
|
963
|
Friend WithEvents Label20 As Label
|
984
|
964
|
Friend WithEvents 明細_dgv As DataGridView
|
985
|
|
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
|
986
|
|
- Friend WithEvents 重新整理ToolStripMenuItem As ToolStripMenuItem
|
987
|
|
- Friend WithEvents ToolStripSeparator3 As ToolStripSeparator
|
988
|
|
- Friend WithEvents 開立新的採購單ToolStripMenuItem As ToolStripMenuItem
|
989
|
|
- Friend WithEvents 新增物料到採購單ToolStripMenuItem As ToolStripMenuItem
|
990
|
|
- Friend WithEvents 刪除採購單中選中的物料ToolStripMenuItem As ToolStripMenuItem
|
991
|
|
- Friend WithEvents ToolStripSeparator1 As ToolStripSeparator
|
992
|
|
- Friend WithEvents 修改匯率ToolStripMenuItem As ToolStripMenuItem
|
993
|
|
- Friend WithEvents 修改存檔ToolStripMenuItem As ToolStripMenuItem
|
994
|
|
- Friend WithEvents ToolStripSeparator2 As ToolStripSeparator
|
995
|
|
- Friend WithEvents 列印成EXCELToolStripMenuItem As ToolStripMenuItem
|
996
|
|
- Friend WithEvents 列印產品標籤ToolStripMenuItem As ToolStripMenuItem
|
|
965
|
+ Friend WithEvents 新增_bt As Button
|
|
966
|
+ Friend WithEvents 刪除採購單中選中的物料_bt As Button
|
|
967
|
+ Friend WithEvents Panel1 As Panel
|
|
968
|
+ Friend WithEvents 關鍵字查詢_bt As Button
|
|
969
|
+ Friend WithEvents ToolTip1 As ToolTip
|
997
|
970
|
End Class
|