Няма описание
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

工程項目BOM表.Designer.vb 67KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
  2. Partial Class 工程項目BOM表
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()> _
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()> _
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  28. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  29. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  30. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  31. Dim DataGridViewCellStyle9 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  32. Dim DataGridViewCellStyle10 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  33. Dim DataGridViewCellStyle11 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  34. Me.空間1 = New System.Windows.Forms.Panel()
  35. Me.群組編碼_lb = New System.Windows.Forms.Label()
  36. Me.料號1_tb = New System.Windows.Forms.TextBox()
  37. Me.搜尋_bt = New System.Windows.Forms.Button()
  38. Me.小間距_ch = New System.Windows.Forms.CheckBox()
  39. Me.中間距_ch = New System.Windows.Forms.CheckBox()
  40. Me.新群組1_cb = New System.Windows.Forms.ComboBox()
  41. Me.大間距_ch = New System.Windows.Forms.CheckBox()
  42. Me.物料清單_dgv = New System.Windows.Forms.DataGridView()
  43. Me.物料規格_dgv = New System.Windows.Forms.DataGridView()
  44. Me.Panel1 = New System.Windows.Forms.Panel()
  45. Me.明細流水_tb = New System.Windows.Forms.TextBox()
  46. Me.選擇項1_tb = New System.Windows.Forms.TextBox()
  47. Me.項目流水_tb = New System.Windows.Forms.TextBox()
  48. Me.選擇項3_tb = New System.Windows.Forms.TextBox()
  49. Me.選擇項2_tb = New System.Windows.Forms.TextBox()
  50. Me.DGV位置2 = New System.Windows.Forms.NumericUpDown()
  51. Me.DGV位置1 = New System.Windows.Forms.NumericUpDown()
  52. Me.Y_2_tb = New System.Windows.Forms.TextBox()
  53. Me.Y_3_tb = New System.Windows.Forms.TextBox()
  54. Me.群組編碼_cb = New System.Windows.Forms.ComboBox()
  55. Me.X_2_tb = New System.Windows.Forms.TextBox()
  56. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  57. Me.X_3_tb = New System.Windows.Forms.TextBox()
  58. Me.範例文本_dgv = New System.Windows.Forms.DataGridView()
  59. Me.群組碼_tb = New System.Windows.Forms.TextBox()
  60. Me.料號_lb = New System.Windows.Forms.Label()
  61. Me.TabControl1 = New System.Windows.Forms.TabControl()
  62. Me.工程項目BOM表_tp = New System.Windows.Forms.TabPage()
  63. Me.群組設定_bt = New System.Windows.Forms.Button()
  64. Me.群組碼印_cb = New System.Windows.Forms.ComboBox()
  65. Me.Label6 = New System.Windows.Forms.Label()
  66. Me.群組碼中_cb = New System.Windows.Forms.ComboBox()
  67. Me.Label5 = New System.Windows.Forms.Label()
  68. Me.翻譯_bt = New System.Windows.Forms.Button()
  69. Me.申請數_nud = New System.Windows.Forms.NumericUpDown()
  70. Me.申請數_lb = New System.Windows.Forms.Label()
  71. Me.Label32 = New System.Windows.Forms.Label()
  72. Me.料號_tb = New System.Windows.Forms.TextBox()
  73. Me.修改明細表上的材料指定_bt = New System.Windows.Forms.Button()
  74. Me.選擇材料新增到明細表_bt = New System.Windows.Forms.Button()
  75. Me.新增資料2_bt = New System.Windows.Forms.Button()
  76. Me.總表選擇刪除1_bt = New System.Windows.Forms.Button()
  77. Me.排序2_bt = New System.Windows.Forms.Button()
  78. Me.主項目_tb = New System.Windows.Forms.TextBox()
  79. Me.項目_tb = New System.Windows.Forms.TextBox()
  80. Me.刪除專案_bt = New System.Windows.Forms.Button()
  81. Me.存檔_bt = New System.Windows.Forms.Button()
  82. Me.新建_bt = New System.Windows.Forms.Button()
  83. Me.BOM表控制_dgv = New System.Windows.Forms.DataGridView()
  84. Me.IN_ch = New System.Windows.Forms.CheckBox()
  85. Me.TW_ch = New System.Windows.Forms.CheckBox()
  86. Me.Label1 = New System.Windows.Forms.Label()
  87. Me.Label2 = New System.Windows.Forms.Label()
  88. Me.BOM表明細_dgv = New System.Windows.Forms.DataGridView()
  89. Me.報價單資料轉BOM表_tp = New System.Windows.Forms.TabPage()
  90. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  91. Me.開始選擇_ch = New System.Windows.Forms.CheckBox()
  92. Me.選取主項_tb = New System.Windows.Forms.TextBox()
  93. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  94. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  95. Me.Label7 = New System.Windows.Forms.Label()
  96. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  97. Me.Label40 = New System.Windows.Forms.Label()
  98. Me.Label3 = New System.Windows.Forms.Label()
  99. Me.Label4 = New System.Windows.Forms.Label()
  100. Me.報價明細表_dgv = New System.Windows.Forms.DataGridView()
  101. Me.準備讀取_bt = New System.Windows.Forms.Button()
  102. Me.取消選取_bt = New System.Windows.Forms.Button()
  103. Me.選擇存檔_bt = New System.Windows.Forms.Button()
  104. Me.查詢_bt = New System.Windows.Forms.Button()
  105. Me.縮放2_bt = New System.Windows.Forms.Button()
  106. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  107. Me.等待翻譯1_tim = New System.Windows.Forms.Timer(Me.components)
  108. Me.詳細資料2_ch = New System.Windows.Forms.CheckBox()
  109. Me.語轉扭_bt = New System.Windows.Forms.Button()
  110. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  111. Me.Panel2 = New System.Windows.Forms.Panel()
  112. Me.群組碼_cb = New System.Windows.Forms.ComboBox()
  113. Me.物料圖1_pb = New System.Windows.Forms.PictureBox()
  114. Me.空間1.SuspendLayout()
  115. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  116. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  117. Me.Panel1.SuspendLayout()
  118. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).BeginInit()
  119. CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).BeginInit()
  120. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  121. CType(Me.範例文本_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  122. Me.TabControl1.SuspendLayout()
  123. Me.工程項目BOM表_tp.SuspendLayout()
  124. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  125. CType(Me.BOM表控制_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  126. CType(Me.BOM表明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  127. Me.報價單資料轉BOM表_tp.SuspendLayout()
  128. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  129. CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  130. Me.Panel2.SuspendLayout()
  131. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  132. Me.SuspendLayout()
  133. '
  134. '空間1
  135. '
  136. Me.空間1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  137. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  138. Me.空間1.BackColor = System.Drawing.Color.White
  139. Me.空間1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  140. Me.空間1.Controls.Add(Me.群組編碼_lb)
  141. Me.空間1.Controls.Add(Me.料號1_tb)
  142. Me.空間1.Controls.Add(Me.搜尋_bt)
  143. Me.空間1.Controls.Add(Me.小間距_ch)
  144. Me.空間1.Controls.Add(Me.中間距_ch)
  145. Me.空間1.Controls.Add(Me.新群組1_cb)
  146. Me.空間1.Controls.Add(Me.大間距_ch)
  147. Me.空間1.Controls.Add(Me.物料清單_dgv)
  148. Me.空間1.Controls.Add(Me.物料規格_dgv)
  149. Me.空間1.Controls.Add(Me.Panel1)
  150. Me.空間1.Controls.Add(Me.料號_lb)
  151. Me.空間1.Location = New System.Drawing.Point(1, 0)
  152. Me.空間1.Name = "空間1"
  153. Me.空間1.Size = New System.Drawing.Size(490, 680)
  154. Me.空間1.TabIndex = 1415
  155. '
  156. '群組編碼_lb
  157. '
  158. Me.群組編碼_lb.AutoSize = True
  159. Me.群組編碼_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  160. Me.群組編碼_lb.Location = New System.Drawing.Point(3, 6)
  161. Me.群組編碼_lb.Name = "群組編碼_lb"
  162. Me.群組編碼_lb.Size = New System.Drawing.Size(64, 16)
  163. Me.群組編碼_lb.TabIndex = 1341
  164. Me.群組編碼_lb.Text = "群 組 編 碼"
  165. Me.群組編碼_lb.TextAlign = System.Drawing.ContentAlignment.TopRight
  166. '
  167. '料號1_tb
  168. '
  169. Me.料號1_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  170. Me.料號1_tb.Location = New System.Drawing.Point(71, 416)
  171. Me.料號1_tb.Name = "料號1_tb"
  172. Me.料號1_tb.Size = New System.Drawing.Size(175, 23)
  173. Me.料號1_tb.TabIndex = 1416
  174. '
  175. '搜尋_bt
  176. '
  177. Me.搜尋_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  178. Me.搜尋_bt.ForeColor = System.Drawing.Color.Black
  179. Me.搜尋_bt.Location = New System.Drawing.Point(250, 3)
  180. Me.搜尋_bt.Name = "搜尋_bt"
  181. Me.搜尋_bt.Size = New System.Drawing.Size(114, 24)
  182. Me.搜尋_bt.TabIndex = 1344
  183. Me.搜尋_bt.Text = "搜尋"
  184. Me.搜尋_bt.UseVisualStyleBackColor = True
  185. '
  186. '小間距_ch
  187. '
  188. Me.小間距_ch.AutoSize = True
  189. Me.小間距_ch.Location = New System.Drawing.Point(366, 6)
  190. Me.小間距_ch.Name = "小間距_ch"
  191. Me.小間距_ch.Size = New System.Drawing.Size(39, 20)
  192. Me.小間距_ch.TabIndex = 1346
  193. Me.小間距_ch.Text = "L1"
  194. Me.小間距_ch.UseVisualStyleBackColor = True
  195. '
  196. '中間距_ch
  197. '
  198. Me.中間距_ch.AutoSize = True
  199. Me.中間距_ch.Checked = True
  200. Me.中間距_ch.CheckState = System.Windows.Forms.CheckState.Checked
  201. Me.中間距_ch.Location = New System.Drawing.Point(408, 6)
  202. Me.中間距_ch.Name = "中間距_ch"
  203. Me.中間距_ch.Size = New System.Drawing.Size(39, 20)
  204. Me.中間距_ch.TabIndex = 1347
  205. Me.中間距_ch.Text = "L2"
  206. Me.中間距_ch.UseVisualStyleBackColor = True
  207. '
  208. '新群組1_cb
  209. '
  210. Me.新群組1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  211. Me.新群組1_cb.FormattingEnabled = True
  212. Me.新群組1_cb.Items.AddRange(New Object() {"2019"})
  213. Me.新群組1_cb.Location = New System.Drawing.Point(68, 2)
  214. Me.新群組1_cb.Name = "新群組1_cb"
  215. Me.新群組1_cb.Size = New System.Drawing.Size(180, 24)
  216. Me.新群組1_cb.TabIndex = 1358
  217. '
  218. '大間距_ch
  219. '
  220. Me.大間距_ch.AutoSize = True
  221. Me.大間距_ch.Location = New System.Drawing.Point(450, 6)
  222. Me.大間距_ch.Name = "大間距_ch"
  223. Me.大間距_ch.Size = New System.Drawing.Size(39, 20)
  224. Me.大間距_ch.TabIndex = 1348
  225. Me.大間距_ch.Text = "L3"
  226. Me.大間距_ch.UseVisualStyleBackColor = True
  227. '
  228. '物料清單_dgv
  229. '
  230. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  231. Me.物料清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  232. Me.物料清單_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  233. Or System.Windows.Forms.AnchorStyles.Left) _
  234. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  235. Me.物料清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  236. Me.物料清單_dgv.BackgroundColor = System.Drawing.Color.White
  237. Me.物料清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  238. Me.物料清單_dgv.Location = New System.Drawing.Point(2, 28)
  239. Me.物料清單_dgv.Name = "物料清單_dgv"
  240. Me.物料清單_dgv.RowHeadersWidth = 5
  241. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  242. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  243. Me.物料清單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  244. Me.物料清單_dgv.RowTemplate.Height = 24
  245. Me.物料清單_dgv.Size = New System.Drawing.Size(484, 385)
  246. Me.物料清單_dgv.TabIndex = 1338
  247. '
  248. '物料規格_dgv
  249. '
  250. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
  251. Me.物料規格_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  252. Me.物料規格_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  253. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  254. Me.物料規格_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  255. Me.物料規格_dgv.BackgroundColor = System.Drawing.Color.White
  256. Me.物料規格_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  257. Me.物料規格_dgv.Location = New System.Drawing.Point(2, 440)
  258. Me.物料規格_dgv.Name = "物料規格_dgv"
  259. Me.物料規格_dgv.RowHeadersWidth = 5
  260. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  261. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  262. Me.物料規格_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  263. Me.物料規格_dgv.RowTemplate.Height = 24
  264. Me.物料規格_dgv.Size = New System.Drawing.Size(484, 237)
  265. Me.物料規格_dgv.TabIndex = 1339
  266. '
  267. 'Panel1
  268. '
  269. Me.Panel1.BackColor = System.Drawing.Color.Gainsboro
  270. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  271. Me.Panel1.Controls.Add(Me.明細流水_tb)
  272. Me.Panel1.Controls.Add(Me.選擇項1_tb)
  273. Me.Panel1.Controls.Add(Me.項目流水_tb)
  274. Me.Panel1.Controls.Add(Me.選擇項3_tb)
  275. Me.Panel1.Controls.Add(Me.選擇項2_tb)
  276. Me.Panel1.Controls.Add(Me.DGV位置2)
  277. Me.Panel1.Controls.Add(Me.DGV位置1)
  278. Me.Panel1.Controls.Add(Me.Y_2_tb)
  279. Me.Panel1.Controls.Add(Me.Y_3_tb)
  280. Me.Panel1.Controls.Add(Me.群組編碼_cb)
  281. Me.Panel1.Controls.Add(Me.X_2_tb)
  282. Me.Panel1.Controls.Add(Me.語言_dgv)
  283. Me.Panel1.Controls.Add(Me.X_3_tb)
  284. Me.Panel1.Controls.Add(Me.範例文本_dgv)
  285. Me.Panel1.Controls.Add(Me.群組碼_tb)
  286. Me.Panel1.Location = New System.Drawing.Point(36, 578)
  287. Me.Panel1.Name = "Panel1"
  288. Me.Panel1.Size = New System.Drawing.Size(422, 88)
  289. Me.Panel1.TabIndex = 1398
  290. '
  291. '明細流水_tb
  292. '
  293. Me.明細流水_tb.Location = New System.Drawing.Point(309, 29)
  294. Me.明細流水_tb.Name = "明細流水_tb"
  295. Me.明細流水_tb.Size = New System.Drawing.Size(101, 23)
  296. Me.明細流水_tb.TabIndex = 1436
  297. '
  298. '選擇項1_tb
  299. '
  300. Me.選擇項1_tb.Enabled = False
  301. Me.選擇項1_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  302. Me.選擇項1_tb.Location = New System.Drawing.Point(251, 55)
  303. Me.選擇項1_tb.Name = "選擇項1_tb"
  304. Me.選擇項1_tb.Size = New System.Drawing.Size(50, 23)
  305. Me.選擇項1_tb.TabIndex = 1435
  306. Me.選擇項1_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  307. '
  308. '項目流水_tb
  309. '
  310. Me.項目流水_tb.Location = New System.Drawing.Point(309, 3)
  311. Me.項目流水_tb.Name = "項目流水_tb"
  312. Me.項目流水_tb.Size = New System.Drawing.Size(101, 23)
  313. Me.項目流水_tb.TabIndex = 1434
  314. '
  315. '選擇項3_tb
  316. '
  317. Me.選擇項3_tb.Enabled = False
  318. Me.選擇項3_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  319. Me.選擇項3_tb.Location = New System.Drawing.Point(170, 29)
  320. Me.選擇項3_tb.Name = "選擇項3_tb"
  321. Me.選擇項3_tb.Size = New System.Drawing.Size(50, 23)
  322. Me.選擇項3_tb.TabIndex = 1433
  323. Me.選擇項3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  324. '
  325. '選擇項2_tb
  326. '
  327. Me.選擇項2_tb.Enabled = False
  328. Me.選擇項2_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  329. Me.選擇項2_tb.Location = New System.Drawing.Point(253, 2)
  330. Me.選擇項2_tb.Name = "選擇項2_tb"
  331. Me.選擇項2_tb.Size = New System.Drawing.Size(50, 23)
  332. Me.選擇項2_tb.TabIndex = 1430
  333. Me.選擇項2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  334. '
  335. 'DGV位置2
  336. '
  337. Me.DGV位置2.Location = New System.Drawing.Point(212, 3)
  338. Me.DGV位置2.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  339. Me.DGV位置2.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  340. Me.DGV位置2.Name = "DGV位置2"
  341. Me.DGV位置2.Size = New System.Drawing.Size(40, 23)
  342. Me.DGV位置2.TabIndex = 1355
  343. Me.DGV位置2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  344. Me.DGV位置2.ThousandsSeparator = True
  345. '
  346. 'DGV位置1
  347. '
  348. Me.DGV位置1.Location = New System.Drawing.Point(170, 3)
  349. Me.DGV位置1.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  350. Me.DGV位置1.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  351. Me.DGV位置1.Name = "DGV位置1"
  352. Me.DGV位置1.Size = New System.Drawing.Size(40, 23)
  353. Me.DGV位置1.TabIndex = 1354
  354. Me.DGV位置1.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  355. Me.DGV位置1.ThousandsSeparator = True
  356. '
  357. 'Y_2_tb
  358. '
  359. Me.Y_2_tb.Enabled = False
  360. Me.Y_2_tb.ForeColor = System.Drawing.Color.Red
  361. Me.Y_2_tb.Location = New System.Drawing.Point(211, 55)
  362. Me.Y_2_tb.Name = "Y_2_tb"
  363. Me.Y_2_tb.Size = New System.Drawing.Size(35, 23)
  364. Me.Y_2_tb.TabIndex = 1375
  365. Me.Y_2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  366. '
  367. 'Y_3_tb
  368. '
  369. Me.Y_3_tb.Enabled = False
  370. Me.Y_3_tb.Location = New System.Drawing.Point(266, 29)
  371. Me.Y_3_tb.Name = "Y_3_tb"
  372. Me.Y_3_tb.Size = New System.Drawing.Size(35, 23)
  373. Me.Y_3_tb.TabIndex = 1375
  374. Me.Y_3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  375. '
  376. '群組編碼_cb
  377. '
  378. Me.群組編碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  379. Me.群組編碼_cb.FormattingEnabled = True
  380. Me.群組編碼_cb.Items.AddRange(New Object() {"2019"})
  381. Me.群組編碼_cb.Location = New System.Drawing.Point(1, 2)
  382. Me.群組編碼_cb.Name = "群組編碼_cb"
  383. Me.群組編碼_cb.Size = New System.Drawing.Size(81, 24)
  384. Me.群組編碼_cb.TabIndex = 1340
  385. '
  386. 'X_2_tb
  387. '
  388. Me.X_2_tb.Enabled = False
  389. Me.X_2_tb.ForeColor = System.Drawing.Color.Red
  390. Me.X_2_tb.Location = New System.Drawing.Point(170, 55)
  391. Me.X_2_tb.Name = "X_2_tb"
  392. Me.X_2_tb.Size = New System.Drawing.Size(35, 23)
  393. Me.X_2_tb.TabIndex = 1374
  394. Me.X_2_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  395. '
  396. '語言_dgv
  397. '
  398. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  399. Me.語言_dgv.Location = New System.Drawing.Point(3, 29)
  400. Me.語言_dgv.Name = "語言_dgv"
  401. Me.語言_dgv.RowHeadersWidth = 5
  402. Me.語言_dgv.RowTemplate.Height = 24
  403. Me.語言_dgv.Size = New System.Drawing.Size(81, 49)
  404. Me.語言_dgv.TabIndex = 1345
  405. '
  406. 'X_3_tb
  407. '
  408. Me.X_3_tb.Enabled = False
  409. Me.X_3_tb.Location = New System.Drawing.Point(225, 29)
  410. Me.X_3_tb.Name = "X_3_tb"
  411. Me.X_3_tb.Size = New System.Drawing.Size(35, 23)
  412. Me.X_3_tb.TabIndex = 1374
  413. Me.X_3_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  414. '
  415. '範例文本_dgv
  416. '
  417. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  418. Me.範例文本_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  419. Me.範例文本_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  420. Me.範例文本_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  421. Me.範例文本_dgv.Location = New System.Drawing.Point(86, 29)
  422. Me.範例文本_dgv.Name = "範例文本_dgv"
  423. Me.範例文本_dgv.RowHeadersWidth = 5
  424. Me.範例文本_dgv.RowTemplate.Height = 24
  425. Me.範例文本_dgv.Size = New System.Drawing.Size(81, 49)
  426. Me.範例文本_dgv.TabIndex = 1146
  427. '
  428. '群組碼_tb
  429. '
  430. Me.群組碼_tb.Location = New System.Drawing.Point(85, 3)
  431. Me.群組碼_tb.Name = "群組碼_tb"
  432. Me.群組碼_tb.Size = New System.Drawing.Size(82, 23)
  433. Me.群組碼_tb.TabIndex = 1349
  434. '
  435. '料號_lb
  436. '
  437. Me.料號_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  438. Me.料號_lb.Location = New System.Drawing.Point(4, 419)
  439. Me.料號_lb.Name = "料號_lb"
  440. Me.料號_lb.Size = New System.Drawing.Size(68, 16)
  441. Me.料號_lb.TabIndex = 1417
  442. Me.料號_lb.Text = "Bagian No"
  443. Me.料號_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  444. '
  445. 'TabControl1
  446. '
  447. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  448. Or System.Windows.Forms.AnchorStyles.Left) _
  449. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  450. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  451. Me.TabControl1.Controls.Add(Me.工程項目BOM表_tp)
  452. Me.TabControl1.Controls.Add(Me.報價單資料轉BOM表_tp)
  453. Me.TabControl1.Location = New System.Drawing.Point(491, 3)
  454. Me.TabControl1.Name = "TabControl1"
  455. Me.TabControl1.SelectedIndex = 0
  456. Me.TabControl1.Size = New System.Drawing.Size(860, 680)
  457. Me.TabControl1.TabIndex = 1417
  458. '
  459. '工程項目BOM表_tp
  460. '
  461. Me.工程項目BOM表_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  462. Me.工程項目BOM表_tp.Controls.Add(Me.詳細資料2_ch)
  463. Me.工程項目BOM表_tp.Controls.Add(Me.翻譯_bt)
  464. Me.工程項目BOM表_tp.Controls.Add(Me.Label32)
  465. Me.工程項目BOM表_tp.Controls.Add(Me.料號_tb)
  466. Me.工程項目BOM表_tp.Controls.Add(Me.修改明細表上的材料指定_bt)
  467. Me.工程項目BOM表_tp.Controls.Add(Me.選擇材料新增到明細表_bt)
  468. Me.工程項目BOM表_tp.Controls.Add(Me.新增資料2_bt)
  469. Me.工程項目BOM表_tp.Controls.Add(Me.總表選擇刪除1_bt)
  470. Me.工程項目BOM表_tp.Controls.Add(Me.排序2_bt)
  471. Me.工程項目BOM表_tp.Controls.Add(Me.主項目_tb)
  472. Me.工程項目BOM表_tp.Controls.Add(Me.項目_tb)
  473. Me.工程項目BOM表_tp.Controls.Add(Me.刪除專案_bt)
  474. Me.工程項目BOM表_tp.Controls.Add(Me.存檔_bt)
  475. Me.工程項目BOM表_tp.Controls.Add(Me.新建_bt)
  476. Me.工程項目BOM表_tp.Controls.Add(Me.BOM表控制_dgv)
  477. Me.工程項目BOM表_tp.Controls.Add(Me.Label1)
  478. Me.工程項目BOM表_tp.Controls.Add(Me.Label2)
  479. Me.工程項目BOM表_tp.Controls.Add(Me.BOM表明細_dgv)
  480. Me.工程項目BOM表_tp.Controls.Add(Me.IN_ch)
  481. Me.工程項目BOM表_tp.Controls.Add(Me.TW_ch)
  482. Me.工程項目BOM表_tp.Controls.Add(Me.群組設定_bt)
  483. Me.工程項目BOM表_tp.Controls.Add(Me.群組碼印_cb)
  484. Me.工程項目BOM表_tp.Controls.Add(Me.Label6)
  485. Me.工程項目BOM表_tp.Controls.Add(Me.群組碼中_cb)
  486. Me.工程項目BOM表_tp.Controls.Add(Me.Label5)
  487. Me.工程項目BOM表_tp.Location = New System.Drawing.Point(4, 28)
  488. Me.工程項目BOM表_tp.Name = "工程項目BOM表_tp"
  489. Me.工程項目BOM表_tp.Padding = New System.Windows.Forms.Padding(3)
  490. Me.工程項目BOM表_tp.Size = New System.Drawing.Size(852, 648)
  491. Me.工程項目BOM表_tp.TabIndex = 0
  492. Me.工程項目BOM表_tp.Text = "工程項目BOM表"
  493. Me.工程項目BOM表_tp.UseVisualStyleBackColor = True
  494. '
  495. '群組設定_bt
  496. '
  497. Me.群組設定_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  498. Me.群組設定_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.setup
  499. Me.群組設定_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  500. Me.群組設定_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  501. Me.群組設定_bt.ForeColor = System.Drawing.Color.Blue
  502. Me.群組設定_bt.Location = New System.Drawing.Point(649, 46)
  503. Me.群組設定_bt.Name = "群組設定_bt"
  504. Me.群組設定_bt.Size = New System.Drawing.Size(50, 50)
  505. Me.群組設定_bt.TabIndex = 1833
  506. Me.群組設定_bt.UseVisualStyleBackColor = True
  507. '
  508. '群組碼印_cb
  509. '
  510. Me.群組碼印_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  511. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  512. Me.群組碼印_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  513. Me.群組碼印_cb.FormattingEnabled = True
  514. Me.群組碼印_cb.Items.AddRange(New Object() {"2019"})
  515. Me.群組碼印_cb.Location = New System.Drawing.Point(320, 49)
  516. Me.群組碼印_cb.Name = "群組碼印_cb"
  517. Me.群組碼印_cb.Size = New System.Drawing.Size(327, 24)
  518. Me.群組碼印_cb.TabIndex = 1832
  519. '
  520. 'Label6
  521. '
  522. Me.Label6.Location = New System.Drawing.Point(243, 52)
  523. Me.Label6.Name = "Label6"
  524. Me.Label6.Size = New System.Drawing.Size(78, 16)
  525. Me.Label6.TabIndex = 1831
  526. Me.Label6.Text = "Group No."
  527. Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  528. '
  529. '群組碼中_cb
  530. '
  531. Me.群組碼中_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  532. Me.群組碼中_cb.FormattingEnabled = True
  533. Me.群組碼中_cb.Items.AddRange(New Object() {"2019"})
  534. Me.群組碼中_cb.Location = New System.Drawing.Point(44, 47)
  535. Me.群組碼中_cb.Name = "群組碼中_cb"
  536. Me.群組碼中_cb.Size = New System.Drawing.Size(196, 24)
  537. Me.群組碼中_cb.TabIndex = 1830
  538. '
  539. 'Label5
  540. '
  541. Me.Label5.Location = New System.Drawing.Point(-3, 50)
  542. Me.Label5.Name = "Label5"
  543. Me.Label5.Size = New System.Drawing.Size(48, 16)
  544. Me.Label5.TabIndex = 1829
  545. Me.Label5.Text = "群組"
  546. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  547. '
  548. '翻譯_bt
  549. '
  550. Me.翻譯_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  551. Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
  552. Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  553. Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  554. Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  555. Me.翻譯_bt.Location = New System.Drawing.Point(535, 1)
  556. Me.翻譯_bt.Name = "翻譯_bt"
  557. Me.翻譯_bt.Size = New System.Drawing.Size(45, 45)
  558. Me.翻譯_bt.TabIndex = 1826
  559. Me.翻譯_bt.UseVisualStyleBackColor = True
  560. '
  561. '申請數_nud
  562. '
  563. Me.申請數_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  564. Me.申請數_nud.Location = New System.Drawing.Point(96, 4)
  565. Me.申請數_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
  566. Me.申請數_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
  567. Me.申請數_nud.Name = "申請數_nud"
  568. Me.申請數_nud.Size = New System.Drawing.Size(78, 23)
  569. Me.申請數_nud.TabIndex = 1824
  570. Me.申請數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  571. '
  572. '申請數_lb
  573. '
  574. Me.申請數_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  575. Me.申請數_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  576. Me.申請數_lb.Location = New System.Drawing.Point(34, 7)
  577. Me.申請數_lb.Name = "申請數_lb"
  578. Me.申請數_lb.Size = New System.Drawing.Size(59, 16)
  579. Me.申請數_lb.TabIndex = 1823
  580. Me.申請數_lb.Text = "Kuantitas"
  581. Me.申請數_lb.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  582. '
  583. 'Label32
  584. '
  585. Me.Label32.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  586. Me.Label32.ImageAlign = System.Drawing.ContentAlignment.MiddleRight
  587. Me.Label32.Location = New System.Drawing.Point(647, 103)
  588. Me.Label32.Name = "Label32"
  589. Me.Label32.Size = New System.Drawing.Size(32, 16)
  590. Me.Label32.TabIndex = 1822
  591. Me.Label32.Text = "料號"
  592. '
  593. '料號_tb
  594. '
  595. Me.料號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  596. Me.料號_tb.Enabled = False
  597. Me.料號_tb.Location = New System.Drawing.Point(680, 99)
  598. Me.料號_tb.Name = "料號_tb"
  599. Me.料號_tb.Size = New System.Drawing.Size(165, 23)
  600. Me.料號_tb.TabIndex = 1821
  601. '
  602. '修改明細表上的材料指定_bt
  603. '
  604. Me.修改明細表上的材料指定_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  605. Me.修改明細表上的材料指定_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Shipping3
  606. Me.修改明細表上的材料指定_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  607. Me.修改明細表上的材料指定_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  608. Me.修改明細表上的材料指定_bt.ForeColor = System.Drawing.Color.Purple
  609. Me.修改明細表上的材料指定_bt.Location = New System.Drawing.Point(372, 1)
  610. Me.修改明細表上的材料指定_bt.Name = "修改明細表上的材料指定_bt"
  611. Me.修改明細表上的材料指定_bt.Size = New System.Drawing.Size(120, 45)
  612. Me.修改明細表上的材料指定_bt.TabIndex = 1820
  613. Me.修改明細表上的材料指定_bt.UseVisualStyleBackColor = True
  614. '
  615. '選擇材料新增到明細表_bt
  616. '
  617. Me.選擇材料新增到明細表_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  618. Me.選擇材料新增到明細表_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Shipping4
  619. Me.選擇材料新增到明細表_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  620. Me.選擇材料新增到明細表_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  621. Me.選擇材料新增到明細表_bt.ForeColor = System.Drawing.Color.Purple
  622. Me.選擇材料新增到明細表_bt.Location = New System.Drawing.Point(252, 1)
  623. Me.選擇材料新增到明細表_bt.Name = "選擇材料新增到明細表_bt"
  624. Me.選擇材料新增到明細表_bt.Size = New System.Drawing.Size(120, 45)
  625. Me.選擇材料新增到明細表_bt.TabIndex = 1819
  626. Me.選擇材料新增到明細表_bt.UseVisualStyleBackColor = True
  627. '
  628. '新增資料2_bt
  629. '
  630. Me.新增資料2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  631. Me.新增資料2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  632. Me.新增資料2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  633. Me.新增資料2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  634. Me.新增資料2_bt.ForeColor = System.Drawing.Color.Blue
  635. Me.新增資料2_bt.Location = New System.Drawing.Point(206, 1)
  636. Me.新增資料2_bt.Name = "新增資料2_bt"
  637. Me.新增資料2_bt.Size = New System.Drawing.Size(45, 45)
  638. Me.新增資料2_bt.TabIndex = 1817
  639. Me.新增資料2_bt.UseVisualStyleBackColor = True
  640. '
  641. '總表選擇刪除1_bt
  642. '
  643. Me.總表選擇刪除1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  644. Me.總表選擇刪除1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  645. Me.總表選擇刪除1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  646. Me.總表選擇刪除1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. Me.總表選擇刪除1_bt.ForeColor = System.Drawing.Color.Red
  648. Me.總表選擇刪除1_bt.Location = New System.Drawing.Point(671, 1)
  649. Me.總表選擇刪除1_bt.Name = "總表選擇刪除1_bt"
  650. Me.總表選擇刪除1_bt.Size = New System.Drawing.Size(45, 45)
  651. Me.總表選擇刪除1_bt.TabIndex = 1818
  652. Me.總表選擇刪除1_bt.UseVisualStyleBackColor = True
  653. '
  654. '排序2_bt
  655. '
  656. Me.排序2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  657. Me.排序2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Filter_List
  658. Me.排序2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  659. Me.排序2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  660. Me.排序2_bt.ForeColor = System.Drawing.Color.Green
  661. Me.排序2_bt.Location = New System.Drawing.Point(581, 1)
  662. Me.排序2_bt.Name = "排序2_bt"
  663. Me.排序2_bt.Size = New System.Drawing.Size(45, 45)
  664. Me.排序2_bt.TabIndex = 1816
  665. Me.排序2_bt.UseVisualStyleBackColor = True
  666. '
  667. '主項目_tb
  668. '
  669. Me.主項目_tb.Location = New System.Drawing.Point(44, 76)
  670. Me.主項目_tb.Multiline = True
  671. Me.主項目_tb.Name = "主項目_tb"
  672. Me.主項目_tb.Size = New System.Drawing.Size(196, 46)
  673. Me.主項目_tb.TabIndex = 1814
  674. '
  675. '項目_tb
  676. '
  677. Me.項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  678. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  679. Me.項目_tb.Location = New System.Drawing.Point(320, 75)
  680. Me.項目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  681. Me.項目_tb.Multiline = True
  682. Me.項目_tb.Name = "項目_tb"
  683. Me.項目_tb.Size = New System.Drawing.Size(327, 47)
  684. Me.項目_tb.TabIndex = 1813
  685. '
  686. '刪除專案_bt
  687. '
  688. Me.刪除專案_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  689. Me.刪除專案_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  690. Me.刪除專案_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  691. Me.刪除專案_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  692. Me.刪除專案_bt.Location = New System.Drawing.Point(50, 1)
  693. Me.刪除專案_bt.Name = "刪除專案_bt"
  694. Me.刪除專案_bt.Size = New System.Drawing.Size(45, 45)
  695. Me.刪除專案_bt.TabIndex = 1811
  696. Me.刪除專案_bt.UseVisualStyleBackColor = True
  697. '
  698. '存檔_bt
  699. '
  700. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  701. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  702. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  703. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  704. Me.存檔_bt.ForeColor = System.Drawing.Color.Green
  705. Me.存檔_bt.Location = New System.Drawing.Point(626, 1)
  706. Me.存檔_bt.Name = "存檔_bt"
  707. Me.存檔_bt.Size = New System.Drawing.Size(45, 45)
  708. Me.存檔_bt.TabIndex = 1809
  709. Me.存檔_bt.UseVisualStyleBackColor = True
  710. '
  711. '新建_bt
  712. '
  713. Me.新建_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  714. Me.新建_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  715. Me.新建_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  716. Me.新建_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  717. Me.新建_bt.Location = New System.Drawing.Point(5, 1)
  718. Me.新建_bt.Name = "新建_bt"
  719. Me.新建_bt.Size = New System.Drawing.Size(45, 45)
  720. Me.新建_bt.TabIndex = 1808
  721. Me.新建_bt.UseVisualStyleBackColor = True
  722. '
  723. 'BOM表控制_dgv
  724. '
  725. DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  726. Me.BOM表控制_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  727. Me.BOM表控制_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  728. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  729. Me.BOM表控制_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  730. Me.BOM表控制_dgv.BackgroundColor = System.Drawing.Color.White
  731. Me.BOM表控制_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  732. Me.BOM表控制_dgv.Location = New System.Drawing.Point(1, 124)
  733. Me.BOM表控制_dgv.Name = "BOM表控制_dgv"
  734. Me.BOM表控制_dgv.RowHeadersWidth = 5
  735. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  736. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  737. Me.BOM表控制_dgv.RowsDefaultCellStyle = DataGridViewCellStyle7
  738. Me.BOM表控制_dgv.RowTemplate.Height = 24
  739. Me.BOM表控制_dgv.Size = New System.Drawing.Size(203, 518)
  740. Me.BOM表控制_dgv.TabIndex = 1339
  741. '
  742. 'IN_ch
  743. '
  744. Me.IN_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  745. Me.IN_ch.AutoSize = True
  746. Me.IN_ch.Location = New System.Drawing.Point(495, 22)
  747. Me.IN_ch.Name = "IN_ch"
  748. Me.IN_ch.Size = New System.Drawing.Size(39, 20)
  749. Me.IN_ch.TabIndex = 1828
  750. Me.IN_ch.Text = "IN"
  751. Me.IN_ch.UseVisualStyleBackColor = True
  752. '
  753. 'TW_ch
  754. '
  755. Me.TW_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  756. Me.TW_ch.AutoSize = True
  757. Me.TW_ch.Location = New System.Drawing.Point(495, 2)
  758. Me.TW_ch.Name = "TW_ch"
  759. Me.TW_ch.Size = New System.Drawing.Size(45, 20)
  760. Me.TW_ch.TabIndex = 1827
  761. Me.TW_ch.Text = "TW"
  762. Me.TW_ch.UseVisualStyleBackColor = True
  763. '
  764. 'Label1
  765. '
  766. Me.Label1.Location = New System.Drawing.Point(-3, 77)
  767. Me.Label1.Name = "Label1"
  768. Me.Label1.Size = New System.Drawing.Size(48, 16)
  769. Me.Label1.TabIndex = 1815
  770. Me.Label1.Text = "Proyek"
  771. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  772. '
  773. 'Label2
  774. '
  775. Me.Label2.Location = New System.Drawing.Point(240, 79)
  776. Me.Label2.Name = "Label2"
  777. Me.Label2.Size = New System.Drawing.Size(83, 16)
  778. Me.Label2.TabIndex = 1825
  779. Me.Label2.Text = "Bahan/Nama"
  780. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  781. '
  782. 'BOM表明細_dgv
  783. '
  784. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
  785. Me.BOM表明細_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  786. Me.BOM表明細_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  787. Or System.Windows.Forms.AnchorStyles.Left) _
  788. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  789. Me.BOM表明細_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  790. Me.BOM表明細_dgv.BackgroundColor = System.Drawing.Color.White
  791. Me.BOM表明細_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  792. Me.BOM表明細_dgv.Location = New System.Drawing.Point(203, 124)
  793. Me.BOM表明細_dgv.Name = "BOM表明細_dgv"
  794. Me.BOM表明細_dgv.RowHeadersWidth = 5
  795. DataGridViewCellStyle9.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  796. DataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  797. Me.BOM表明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle9
  798. Me.BOM表明細_dgv.RowTemplate.Height = 24
  799. Me.BOM表明細_dgv.Size = New System.Drawing.Size(643, 518)
  800. Me.BOM表明細_dgv.TabIndex = 1340
  801. '
  802. '報價單資料轉BOM表_tp
  803. '
  804. Me.報價單資料轉BOM表_tp.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  805. Me.報價單資料轉BOM表_tp.Controls.Add(Me.合約編號1_cb)
  806. Me.報價單資料轉BOM表_tp.Controls.Add(Me.開始選擇_ch)
  807. Me.報價單資料轉BOM表_tp.Controls.Add(Me.選取主項_tb)
  808. Me.報價單資料轉BOM表_tp.Controls.Add(Me.合約_dgv)
  809. Me.報價單資料轉BOM表_tp.Controls.Add(Me.合約編號_tb)
  810. Me.報價單資料轉BOM表_tp.Controls.Add(Me.Label7)
  811. Me.報價單資料轉BOM表_tp.Controls.Add(Me.關鍵字搜尋_tb)
  812. Me.報價單資料轉BOM表_tp.Controls.Add(Me.Label40)
  813. Me.報價單資料轉BOM表_tp.Controls.Add(Me.Label3)
  814. Me.報價單資料轉BOM表_tp.Controls.Add(Me.Label4)
  815. Me.報價單資料轉BOM表_tp.Controls.Add(Me.報價明細表_dgv)
  816. Me.報價單資料轉BOM表_tp.Controls.Add(Me.準備讀取_bt)
  817. Me.報價單資料轉BOM表_tp.Controls.Add(Me.取消選取_bt)
  818. Me.報價單資料轉BOM表_tp.Controls.Add(Me.選擇存檔_bt)
  819. Me.報價單資料轉BOM表_tp.Controls.Add(Me.查詢_bt)
  820. Me.報價單資料轉BOM表_tp.Controls.Add(Me.縮放2_bt)
  821. Me.報價單資料轉BOM表_tp.Location = New System.Drawing.Point(4, 28)
  822. Me.報價單資料轉BOM表_tp.Name = "報價單資料轉BOM表_tp"
  823. Me.報價單資料轉BOM表_tp.Padding = New System.Windows.Forms.Padding(3)
  824. Me.報價單資料轉BOM表_tp.Size = New System.Drawing.Size(852, 648)
  825. Me.報價單資料轉BOM表_tp.TabIndex = 1
  826. Me.報價單資料轉BOM表_tp.Text = "報價單資料轉BOM表"
  827. Me.報價單資料轉BOM表_tp.UseVisualStyleBackColor = True
  828. '
  829. '合約編號1_cb
  830. '
  831. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  832. Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
  833. Me.合約編號1_cb.FormattingEnabled = True
  834. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  835. Me.合約編號1_cb.Location = New System.Drawing.Point(49, 25)
  836. Me.合約編號1_cb.Name = "合約編號1_cb"
  837. Me.合約編號1_cb.Size = New System.Drawing.Size(89, 24)
  838. Me.合約編號1_cb.TabIndex = 1822
  839. '
  840. '開始選擇_ch
  841. '
  842. Me.開始選擇_ch.AutoSize = True
  843. Me.開始選擇_ch.Location = New System.Drawing.Point(237, 4)
  844. Me.開始選擇_ch.Name = "開始選擇_ch"
  845. Me.開始選擇_ch.Size = New System.Drawing.Size(74, 20)
  846. Me.開始選擇_ch.TabIndex = 1685
  847. Me.開始選擇_ch.Text = "開始選擇"
  848. Me.開始選擇_ch.UseVisualStyleBackColor = True
  849. '
  850. '選取主項_tb
  851. '
  852. Me.選取主項_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  853. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  854. Me.選取主項_tb.Location = New System.Drawing.Point(434, 5)
  855. Me.選取主項_tb.Multiline = True
  856. Me.選取主項_tb.Name = "選取主項_tb"
  857. Me.選取主項_tb.Size = New System.Drawing.Size(174, 66)
  858. Me.選取主項_tb.TabIndex = 1681
  859. '
  860. '合約_dgv
  861. '
  862. DataGridViewCellStyle10.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  863. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle10
  864. Me.合約_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  865. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  866. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  867. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  868. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  869. Me.合約_dgv.Location = New System.Drawing.Point(2, 74)
  870. Me.合約_dgv.Name = "合約_dgv"
  871. Me.合約_dgv.RowHeadersWidth = 5
  872. Me.合約_dgv.RowTemplate.Height = 24
  873. Me.合約_dgv.Size = New System.Drawing.Size(147, 569)
  874. Me.合約_dgv.TabIndex = 1675
  875. '
  876. '合約編號_tb
  877. '
  878. Me.合約編號_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  879. Me.合約編號_tb.Enabled = False
  880. Me.合約編號_tb.Location = New System.Drawing.Point(3, 50)
  881. Me.合約編號_tb.Name = "合約編號_tb"
  882. Me.合約編號_tb.Size = New System.Drawing.Size(135, 23)
  883. Me.合約編號_tb.TabIndex = 1678
  884. '
  885. 'Label7
  886. '
  887. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  888. Me.Label7.Location = New System.Drawing.Point(1, 3)
  889. Me.Label7.Name = "Label7"
  890. Me.Label7.Size = New System.Drawing.Size(49, 16)
  891. Me.Label7.TabIndex = 1419
  892. Me.Label7.Text = "搜尋"
  893. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  894. '
  895. '關鍵字搜尋_tb
  896. '
  897. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(49, 1)
  898. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  899. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(89, 23)
  900. Me.關鍵字搜尋_tb.TabIndex = 1418
  901. '
  902. 'Label40
  903. '
  904. Me.Label40.BackColor = System.Drawing.SystemColors.Control
  905. Me.Label40.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  906. Me.Label40.Location = New System.Drawing.Point(1, 29)
  907. Me.Label40.Name = "Label40"
  908. Me.Label40.Size = New System.Drawing.Size(49, 16)
  909. Me.Label40.TabIndex = 1823
  910. Me.Label40.Text = "Pihak A"
  911. Me.Label40.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  912. '
  913. 'Label3
  914. '
  915. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  916. Me.Label3.Location = New System.Drawing.Point(234, 23)
  917. Me.Label3.Name = "Label3"
  918. Me.Label3.Size = New System.Drawing.Size(194, 16)
  919. Me.Label3.TabIndex = 1683
  920. Me.Label3.Text = "1. Pilih Item Utama BOM"
  921. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  922. '
  923. 'Label4
  924. '
  925. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  926. Me.Label4.Location = New System.Drawing.Point(234, 39)
  927. Me.Label4.Name = "Label4"
  928. Me.Label4.Size = New System.Drawing.Size(201, 34)
  929. Me.Label4.TabIndex = 1684
  930. Me.Label4.Text = "2. Pilih Detail BOM (Klik pada item di daftar di bawah, lalu simpan)"
  931. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
  932. '
  933. '報價明細表_dgv
  934. '
  935. Me.報價明細表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  936. Or System.Windows.Forms.AnchorStyles.Left) _
  937. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  938. Me.報價明細表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  939. Me.報價明細表_dgv.BackgroundColor = System.Drawing.Color.White
  940. Me.報價明細表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  941. Me.報價明細表_dgv.Location = New System.Drawing.Point(148, 74)
  942. Me.報價明細表_dgv.Name = "報價明細表_dgv"
  943. Me.報價明細表_dgv.RowHeadersWidth = 5
  944. DataGridViewCellStyle11.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  945. DataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  946. Me.報價明細表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle11
  947. Me.報價明細表_dgv.RowTemplate.Height = 24
  948. Me.報價明細表_dgv.Size = New System.Drawing.Size(698, 569)
  949. Me.報價明細表_dgv.TabIndex = 1677
  950. '
  951. '準備讀取_bt
  952. '
  953. Me.準備讀取_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  954. Me.準備讀取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  955. Me.準備讀取_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  956. Me.準備讀取_bt.ForeColor = System.Drawing.Color.Blue
  957. Me.準備讀取_bt.Location = New System.Drawing.Point(177, 3)
  958. Me.準備讀取_bt.Name = "準備讀取_bt"
  959. Me.準備讀取_bt.Size = New System.Drawing.Size(55, 68)
  960. Me.準備讀取_bt.TabIndex = 1820
  961. Me.準備讀取_bt.UseVisualStyleBackColor = True
  962. '
  963. '取消選取_bt
  964. '
  965. Me.取消選取_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  966. Me.取消選取_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.cancel_button
  967. Me.取消選取_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  968. Me.取消選取_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  969. Me.取消選取_bt.ForeColor = System.Drawing.Color.Red
  970. Me.取消選取_bt.Location = New System.Drawing.Point(666, 3)
  971. Me.取消選取_bt.Name = "取消選取_bt"
  972. Me.取消選取_bt.Size = New System.Drawing.Size(55, 68)
  973. Me.取消選取_bt.TabIndex = 1821
  974. Me.取消選取_bt.UseVisualStyleBackColor = True
  975. '
  976. '選擇存檔_bt
  977. '
  978. Me.選擇存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  979. Me.選擇存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  980. Me.選擇存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  981. Me.選擇存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  982. Me.選擇存檔_bt.ForeColor = System.Drawing.Color.Green
  983. Me.選擇存檔_bt.Location = New System.Drawing.Point(609, 3)
  984. Me.選擇存檔_bt.Name = "選擇存檔_bt"
  985. Me.選擇存檔_bt.Size = New System.Drawing.Size(55, 68)
  986. Me.選擇存檔_bt.TabIndex = 1819
  987. Me.選擇存檔_bt.UseVisualStyleBackColor = True
  988. '
  989. '查詢_bt
  990. '
  991. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
  992. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  993. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  994. Me.查詢_bt.Location = New System.Drawing.Point(140, 2)
  995. Me.查詢_bt.Name = "查詢_bt"
  996. Me.查詢_bt.Size = New System.Drawing.Size(35, 35)
  997. Me.查詢_bt.TabIndex = 1682
  998. Me.查詢_bt.UseVisualStyleBackColor = True
  999. '
  1000. '縮放2_bt
  1001. '
  1002. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  1003. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1004. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1005. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  1006. Me.縮放2_bt.Location = New System.Drawing.Point(139, 36)
  1007. Me.縮放2_bt.Name = "縮放2_bt"
  1008. Me.縮放2_bt.Size = New System.Drawing.Size(35, 35)
  1009. Me.縮放2_bt.TabIndex = 1676
  1010. Me.縮放2_bt.UseVisualStyleBackColor = True
  1011. '
  1012. '等待翻譯_tim
  1013. '
  1014. Me.等待翻譯_tim.Interval = 500
  1015. '
  1016. '等待翻譯1_tim
  1017. '
  1018. Me.等待翻譯1_tim.Interval = 500
  1019. '
  1020. '詳細資料2_ch
  1021. '
  1022. Me.詳細資料2_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1023. Me.詳細資料2_ch.AutoSize = True
  1024. Me.詳細資料2_ch.Location = New System.Drawing.Point(723, 76)
  1025. Me.詳細資料2_ch.Name = "詳細資料2_ch"
  1026. Me.詳細資料2_ch.Size = New System.Drawing.Size(126, 20)
  1027. Me.詳細資料2_ch.TabIndex = 1835
  1028. Me.詳細資料2_ch.Text = "詳細資料 / Rincian"
  1029. Me.詳細資料2_ch.UseVisualStyleBackColor = True
  1030. '
  1031. '語轉扭_bt
  1032. '
  1033. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1034. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  1035. Me.語轉扭_bt.Location = New System.Drawing.Point(6, 3)
  1036. Me.語轉扭_bt.Name = "語轉扭_bt"
  1037. Me.語轉扭_bt.Size = New System.Drawing.Size(23, 23)
  1038. Me.語轉扭_bt.TabIndex = 1836
  1039. Me.語轉扭_bt.Text = "L"
  1040. Me.語轉扭_bt.UseVisualStyleBackColor = True
  1041. '
  1042. 'ToolTip1
  1043. '
  1044. Me.ToolTip1.AutoPopDelay = 5000
  1045. Me.ToolTip1.InitialDelay = 500
  1046. Me.ToolTip1.IsBalloon = True
  1047. Me.ToolTip1.ReshowDelay = 100
  1048. Me.ToolTip1.ToolTipTitle = "illustrate"
  1049. '
  1050. 'Panel2
  1051. '
  1052. Me.Panel2.Controls.Add(Me.群組碼_cb)
  1053. Me.Panel2.Controls.Add(Me.語轉扭_bt)
  1054. Me.Panel2.Controls.Add(Me.申請數_nud)
  1055. Me.Panel2.Controls.Add(Me.申請數_lb)
  1056. Me.Panel2.Location = New System.Drawing.Point(649, 170)
  1057. Me.Panel2.Name = "Panel2"
  1058. Me.Panel2.Size = New System.Drawing.Size(216, 64)
  1059. Me.Panel2.TabIndex = 1837
  1060. '
  1061. '群組碼_cb
  1062. '
  1063. Me.群組碼_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
  1064. Me.群組碼_cb.FormattingEnabled = True
  1065. Me.群組碼_cb.Items.AddRange(New Object() {"2019"})
  1066. Me.群組碼_cb.Location = New System.Drawing.Point(6, 32)
  1067. Me.群組碼_cb.Name = "群組碼_cb"
  1068. Me.群組碼_cb.Size = New System.Drawing.Size(57, 24)
  1069. Me.群組碼_cb.TabIndex = 1837
  1070. '
  1071. '物料圖1_pb
  1072. '
  1073. Me.物料圖1_pb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1074. Me.物料圖1_pb.BackColor = System.Drawing.Color.White
  1075. Me.物料圖1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  1076. Me.物料圖1_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1077. Me.物料圖1_pb.Location = New System.Drawing.Point(1215, 1)
  1078. Me.物料圖1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1079. Me.物料圖1_pb.Name = "物料圖1_pb"
  1080. Me.物料圖1_pb.Size = New System.Drawing.Size(131, 103)
  1081. Me.物料圖1_pb.TabIndex = 1416
  1082. Me.物料圖1_pb.TabStop = False
  1083. '
  1084. '工程項目BOM表
  1085. '
  1086. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1087. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1088. Me.ClientSize = New System.Drawing.Size(1350, 681)
  1089. Me.Controls.Add(Me.Panel2)
  1090. Me.Controls.Add(Me.物料圖1_pb)
  1091. Me.Controls.Add(Me.TabControl1)
  1092. Me.Controls.Add(Me.空間1)
  1093. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1094. Me.Margin = New System.Windows.Forms.Padding(4)
  1095. Me.Name = "工程項目BOM表"
  1096. Me.Text = "工程項目BOM表"
  1097. Me.空間1.ResumeLayout(False)
  1098. Me.空間1.PerformLayout()
  1099. CType(Me.物料清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1100. CType(Me.物料規格_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1101. Me.Panel1.ResumeLayout(False)
  1102. Me.Panel1.PerformLayout()
  1103. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit()
  1104. CType(Me.DGV位置1, System.ComponentModel.ISupportInitialize).EndInit()
  1105. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1106. CType(Me.範例文本_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1107. Me.TabControl1.ResumeLayout(False)
  1108. Me.工程項目BOM表_tp.ResumeLayout(False)
  1109. Me.工程項目BOM表_tp.PerformLayout()
  1110. CType(Me.申請數_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1111. CType(Me.BOM表控制_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1112. CType(Me.BOM表明細_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1113. Me.報價單資料轉BOM表_tp.ResumeLayout(False)
  1114. Me.報價單資料轉BOM表_tp.PerformLayout()
  1115. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1116. CType(Me.報價明細表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1117. Me.Panel2.ResumeLayout(False)
  1118. CType(Me.物料圖1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1119. Me.ResumeLayout(False)
  1120. End Sub
  1121. Friend WithEvents 空間1 As Panel
  1122. Friend WithEvents 群組編碼_lb As Label
  1123. Friend WithEvents 搜尋_bt As Button
  1124. Friend WithEvents 小間距_ch As CheckBox
  1125. Friend WithEvents 中間距_ch As CheckBox
  1126. Friend WithEvents 新群組1_cb As ComboBox
  1127. Friend WithEvents 大間距_ch As CheckBox
  1128. Friend WithEvents 物料規格_dgv As DataGridView
  1129. Friend WithEvents 物料清單_dgv As DataGridView
  1130. Friend WithEvents Panel1 As Panel
  1131. Friend WithEvents 選擇項3_tb As TextBox
  1132. Friend WithEvents 選擇項2_tb As TextBox
  1133. Friend WithEvents DGV位置2 As NumericUpDown
  1134. Friend WithEvents DGV位置1 As NumericUpDown
  1135. Friend WithEvents Y_2_tb As TextBox
  1136. Friend WithEvents Y_3_tb As TextBox
  1137. Friend WithEvents 群組編碼_cb As ComboBox
  1138. Friend WithEvents X_2_tb As TextBox
  1139. Friend WithEvents 語言_dgv As DataGridView
  1140. Friend WithEvents X_3_tb As TextBox
  1141. Friend WithEvents 範例文本_dgv As DataGridView
  1142. Friend WithEvents 群組碼_tb As TextBox
  1143. Friend WithEvents 料號_lb As Label
  1144. Friend WithEvents 料號1_tb As TextBox
  1145. Friend WithEvents 物料圖1_pb As PictureBox
  1146. Friend WithEvents TabControl1 As TabControl
  1147. Friend WithEvents 工程項目BOM表_tp As TabPage
  1148. Friend WithEvents 報價單資料轉BOM表_tp As TabPage
  1149. Friend WithEvents BOM表明細_dgv As DataGridView
  1150. Friend WithEvents BOM表控制_dgv As DataGridView
  1151. Friend WithEvents Label1 As Label
  1152. Friend WithEvents 主項目_tb As TextBox
  1153. Friend WithEvents 項目_tb As TextBox
  1154. Friend WithEvents 刪除專案_bt As Button
  1155. Friend WithEvents 存檔_bt As Button
  1156. Friend WithEvents 新建_bt As Button
  1157. Friend WithEvents Label2 As Label
  1158. Friend WithEvents 申請數_nud As NumericUpDown
  1159. Friend WithEvents 申請數_lb As Label
  1160. Friend WithEvents Label32 As Label
  1161. Friend WithEvents 料號_tb As TextBox
  1162. Friend WithEvents 修改明細表上的材料指定_bt As Button
  1163. Friend WithEvents 選擇材料新增到明細表_bt As Button
  1164. Friend WithEvents 新增資料2_bt As Button
  1165. Friend WithEvents 總表選擇刪除1_bt As Button
  1166. Friend WithEvents 排序2_bt As Button
  1167. Friend WithEvents 縮放2_bt As Button
  1168. Friend WithEvents 合約_dgv As DataGridView
  1169. Friend WithEvents 報價明細表_dgv As DataGridView
  1170. Friend WithEvents Label7 As Label
  1171. Friend WithEvents 關鍵字搜尋_tb As TextBox
  1172. Friend WithEvents 合約編號_tb As TextBox
  1173. Friend WithEvents 選取主項_tb As TextBox
  1174. Friend WithEvents Label4 As Label
  1175. Friend WithEvents Label3 As Label
  1176. Friend WithEvents 查詢_bt As Button
  1177. Friend WithEvents 準備讀取_bt As Button
  1178. Friend WithEvents 取消選取_bt As Button
  1179. Friend WithEvents 選擇存檔_bt As Button
  1180. Friend WithEvents 開始選擇_ch As CheckBox
  1181. Friend WithEvents Label40 As Label
  1182. Friend WithEvents 合約編號1_cb As ComboBox
  1183. Friend WithEvents 項目流水_tb As TextBox
  1184. Friend WithEvents 翻譯_bt As Button
  1185. Friend WithEvents 等待翻譯_tim As Timer
  1186. Friend WithEvents 等待翻譯1_tim As Timer
  1187. Friend WithEvents 選擇項1_tb As TextBox
  1188. Friend WithEvents 明細流水_tb As TextBox
  1189. Friend WithEvents IN_ch As CheckBox
  1190. Friend WithEvents TW_ch As CheckBox
  1191. Friend WithEvents 詳細資料2_ch As CheckBox
  1192. Friend WithEvents 語轉扭_bt As Button
  1193. Friend WithEvents ToolTip1 As ToolTip
  1194. Friend WithEvents Panel2 As Panel
  1195. Friend WithEvents 群組碼印_cb As ComboBox
  1196. Friend WithEvents Label6 As Label
  1197. Friend WithEvents 群組碼中_cb As ComboBox
  1198. Friend WithEvents Label5 As Label
  1199. Friend WithEvents 群組設定_bt As Button
  1200. Friend WithEvents 群組碼_cb As ComboBox
  1201. End Class