|
@@ -96,6 +96,7 @@ Partial Class 物料資料庫
|
96
|
96
|
Me.停用_ch = New System.Windows.Forms.CheckBox()
|
97
|
97
|
Me.啟用_ch = New System.Windows.Forms.CheckBox()
|
98
|
98
|
Me.全部_ch = New System.Windows.Forms.CheckBox()
|
|
99
|
+ Me.刪除物料_bt = New System.Windows.Forms.Button()
|
99
|
100
|
CType(Me.最低庫存量_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
100
|
101
|
CType(Me.件數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
101
|
102
|
CType(Me.售價_nud, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -113,7 +114,7 @@ Partial Class 物料資料庫
|
113
|
114
|
Me.導出EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
114
|
115
|
Me.導出EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
115
|
116
|
Me.導出EXCEL_bt.ForeColor = System.Drawing.Color.Black
|
116
|
|
- Me.導出EXCEL_bt.Location = New System.Drawing.Point(466, 2)
|
|
117
|
+ Me.導出EXCEL_bt.Location = New System.Drawing.Point(453, 2)
|
117
|
118
|
Me.導出EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
118
|
119
|
Me.導出EXCEL_bt.Name = "導出EXCEL_bt"
|
119
|
120
|
Me.導出EXCEL_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -157,7 +158,7 @@ Partial Class 物料資料庫
|
157
|
158
|
Me.批量修改_ch.AutoSize = True
|
158
|
159
|
Me.批量修改_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
159
|
160
|
Me.批量修改_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
160
|
|
- Me.批量修改_ch.Location = New System.Drawing.Point(319, 1)
|
|
161
|
+ Me.批量修改_ch.Location = New System.Drawing.Point(333, 1)
|
161
|
162
|
Me.批量修改_ch.Name = "批量修改_ch"
|
162
|
163
|
Me.批量修改_ch.Size = New System.Drawing.Size(74, 20)
|
163
|
164
|
Me.批量修改_ch.TabIndex = 1164
|
|
@@ -433,9 +434,9 @@ Partial Class 物料資料庫
|
433
|
434
|
Me.頁碼_cb.ForeColor = System.Drawing.Color.Green
|
434
|
435
|
Me.頁碼_cb.FormattingEnabled = True
|
435
|
436
|
Me.頁碼_cb.Items.AddRange(New Object() {"男", "女", "NA"})
|
436
|
|
- Me.頁碼_cb.Location = New System.Drawing.Point(85, 2)
|
|
437
|
+ Me.頁碼_cb.Location = New System.Drawing.Point(84, 2)
|
437
|
438
|
Me.頁碼_cb.Name = "頁碼_cb"
|
438
|
|
- Me.頁碼_cb.Size = New System.Drawing.Size(47, 24)
|
|
439
|
+ Me.頁碼_cb.Size = New System.Drawing.Size(70, 24)
|
439
|
440
|
Me.頁碼_cb.TabIndex = 1124
|
440
|
441
|
'
|
441
|
442
|
'Label27
|
|
@@ -443,7 +444,7 @@ Partial Class 物料資料庫
|
443
|
444
|
Me.Label27.AutoSize = True
|
444
|
445
|
Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
445
|
446
|
Me.Label27.ForeColor = System.Drawing.Color.Green
|
446
|
|
- Me.Label27.Location = New System.Drawing.Point(53, 7)
|
|
447
|
+ Me.Label27.Location = New System.Drawing.Point(53, 6)
|
447
|
448
|
Me.Label27.Name = "Label27"
|
448
|
449
|
Me.Label27.Size = New System.Drawing.Size(31, 16)
|
449
|
450
|
Me.Label27.TabIndex = 1123
|
|
@@ -711,7 +712,7 @@ Partial Class 物料資料庫
|
711
|
712
|
Me.導入EXCEL_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
712
|
713
|
Me.導入EXCEL_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
713
|
714
|
Me.導入EXCEL_bt.ForeColor = System.Drawing.Color.Black
|
714
|
|
- Me.導入EXCEL_bt.Location = New System.Drawing.Point(415, 2)
|
|
715
|
+ Me.導入EXCEL_bt.Location = New System.Drawing.Point(404, 2)
|
715
|
716
|
Me.導入EXCEL_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
716
|
717
|
Me.導入EXCEL_bt.Name = "導入EXCEL_bt"
|
717
|
718
|
Me.導入EXCEL_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -724,7 +725,7 @@ Partial Class 物料資料庫
|
724
|
725
|
Me.批量存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
725
|
726
|
Me.批量存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
726
|
727
|
Me.批量存檔_bt.ForeColor = System.Drawing.Color.Green
|
727
|
|
- Me.批量存檔_bt.Location = New System.Drawing.Point(317, 17)
|
|
728
|
+ Me.批量存檔_bt.Location = New System.Drawing.Point(331, 17)
|
728
|
729
|
Me.批量存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
729
|
730
|
Me.批量存檔_bt.Name = "批量存檔_bt"
|
730
|
731
|
Me.批量存檔_bt.Size = New System.Drawing.Size(74, 35)
|
|
@@ -737,7 +738,7 @@ Partial Class 物料資料庫
|
737
|
738
|
Me.單筆存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
738
|
739
|
Me.單筆存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
739
|
740
|
Me.單筆存檔_bt.ForeColor = System.Drawing.Color.Green
|
740
|
|
- Me.單筆存檔_bt.Location = New System.Drawing.Point(265, 2)
|
|
741
|
+ Me.單筆存檔_bt.Location = New System.Drawing.Point(282, 2)
|
741
|
742
|
Me.單筆存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
742
|
743
|
Me.單筆存檔_bt.Name = "單筆存檔_bt"
|
743
|
744
|
Me.單筆存檔_bt.Size = New System.Drawing.Size(50, 50)
|
|
@@ -763,7 +764,7 @@ Partial Class 物料資料庫
|
763
|
764
|
Me.新增物料資料.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
764
|
765
|
Me.新增物料資料.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
765
|
766
|
Me.新增物料資料.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
766
|
|
- Me.新增物料資料.Location = New System.Drawing.Point(212, 2)
|
|
767
|
+ Me.新增物料資料.Location = New System.Drawing.Point(233, 2)
|
767
|
768
|
Me.新增物料資料.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
768
|
769
|
Me.新增物料資料.Name = "新增物料資料"
|
769
|
770
|
Me.新增物料資料.Size = New System.Drawing.Size(50, 50)
|
|
@@ -775,7 +776,7 @@ Partial Class 物料資料庫
|
775
|
776
|
Me.停用_ch.AutoSize = True
|
776
|
777
|
Me.停用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
777
|
778
|
Me.停用_ch.ForeColor = System.Drawing.Color.Green
|
778
|
|
- Me.停用_ch.Location = New System.Drawing.Point(138, 29)
|
|
779
|
+ Me.停用_ch.Location = New System.Drawing.Point(159, 29)
|
779
|
780
|
Me.停用_ch.Name = "停用_ch"
|
780
|
781
|
Me.停用_ch.Size = New System.Drawing.Size(74, 20)
|
781
|
782
|
Me.停用_ch.TabIndex = 1174
|
|
@@ -789,7 +790,7 @@ Partial Class 物料資料庫
|
789
|
790
|
Me.啟用_ch.CheckState = System.Windows.Forms.CheckState.Checked
|
790
|
791
|
Me.啟用_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
791
|
792
|
Me.啟用_ch.ForeColor = System.Drawing.Color.Green
|
792
|
|
- Me.啟用_ch.Location = New System.Drawing.Point(138, 3)
|
|
793
|
+ Me.啟用_ch.Location = New System.Drawing.Point(159, 3)
|
793
|
794
|
Me.啟用_ch.Name = "啟用_ch"
|
794
|
795
|
Me.啟用_ch.Size = New System.Drawing.Size(74, 20)
|
795
|
796
|
Me.啟用_ch.TabIndex = 1175
|
|
@@ -801,18 +802,32 @@ Partial Class 物料資料庫
|
801
|
802
|
Me.全部_ch.AutoSize = True
|
802
|
803
|
Me.全部_ch.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
803
|
804
|
Me.全部_ch.ForeColor = System.Drawing.Color.Green
|
804
|
|
- Me.全部_ch.Location = New System.Drawing.Point(58, 29)
|
|
805
|
+ Me.全部_ch.Location = New System.Drawing.Point(83, 29)
|
805
|
806
|
Me.全部_ch.Name = "全部_ch"
|
806
|
807
|
Me.全部_ch.Size = New System.Drawing.Size(74, 20)
|
807
|
808
|
Me.全部_ch.TabIndex = 1176
|
808
|
809
|
Me.全部_ch.Text = "全部資料"
|
809
|
810
|
Me.全部_ch.UseVisualStyleBackColor = True
|
810
|
811
|
'
|
|
812
|
+ '刪除物料_bt
|
|
813
|
+ '
|
|
814
|
+ Me.刪除物料_bt.BackgroundImage = Global.MAOJI_ERP_SYS.My.Resources.Resources.GarbageEmpty
|
|
815
|
+ Me.刪除物料_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
816
|
+ Me.刪除物料_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
817
|
+ Me.刪除物料_bt.ForeColor = System.Drawing.Color.Black
|
|
818
|
+ Me.刪除物料_bt.Location = New System.Drawing.Point(502, 2)
|
|
819
|
+ Me.刪除物料_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
820
|
+ Me.刪除物料_bt.Name = "刪除物料_bt"
|
|
821
|
+ Me.刪除物料_bt.Size = New System.Drawing.Size(50, 50)
|
|
822
|
+ Me.刪除物料_bt.TabIndex = 1177
|
|
823
|
+ Me.刪除物料_bt.UseVisualStyleBackColor = True
|
|
824
|
+ '
|
811
|
825
|
'物料資料庫
|
812
|
826
|
'
|
813
|
827
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
814
|
828
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
815
|
829
|
Me.ClientSize = New System.Drawing.Size(1249, 611)
|
|
830
|
+ Me.Controls.Add(Me.刪除物料_bt)
|
816
|
831
|
Me.Controls.Add(Me.全部_ch)
|
817
|
832
|
Me.Controls.Add(Me.導出EXCEL_bt)
|
818
|
833
|
Me.Controls.Add(Me.導入EXCEL_bt)
|
|
@@ -834,7 +849,6 @@ Partial Class 物料資料庫
|
834
|
849
|
Me.Controls.Add(Me.材質_tb)
|
835
|
850
|
Me.Controls.Add(Me.Label4)
|
836
|
851
|
Me.Controls.Add(Me.尺寸_tb)
|
837
|
|
- Me.Controls.Add(Me.Label27)
|
838
|
852
|
Me.Controls.Add(Me.頁碼_cb)
|
839
|
853
|
Me.Controls.Add(Me.Label3)
|
840
|
854
|
Me.Controls.Add(Me.品名_tb)
|
|
@@ -849,6 +863,7 @@ Partial Class 物料資料庫
|
849
|
863
|
Me.Controls.Add(Me.Panel1)
|
850
|
864
|
Me.Controls.Add(Me.物料清單_dgv)
|
851
|
865
|
Me.Controls.Add(Me.Label15)
|
|
866
|
+ Me.Controls.Add(Me.Label27)
|
852
|
867
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
853
|
868
|
Me.Margin = New System.Windows.Forms.Padding(4)
|
854
|
869
|
Me.Name = "物料資料庫"
|
|
@@ -937,4 +952,5 @@ Partial Class 物料資料庫
|
937
|
952
|
Friend WithEvents 停用_ch As CheckBox
|
938
|
953
|
Friend WithEvents 啟用_ch As CheckBox
|
939
|
954
|
Friend WithEvents 全部_ch As CheckBox
|
|
955
|
+ Friend WithEvents 刪除物料_bt As Button
|
940
|
956
|
End Class
|