暫無描述
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.

工程進度表.Designer.vb 54KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 工程進度表
  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 DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(工程進度表))
  28. Me.Label41 = New System.Windows.Forms.Label()
  29. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  30. Me.Label40 = New System.Windows.Forms.Label()
  31. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  32. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  33. Me.Label379 = New System.Windows.Forms.Label()
  34. Me.合約編號3_tb = New System.Windows.Forms.TextBox()
  35. Me.合約編號2_tb = New System.Windows.Forms.TextBox()
  36. Me.合約編號1_tb = New System.Windows.Forms.TextBox()
  37. Me.合約編號_cb = New System.Windows.Forms.ComboBox()
  38. Me.Label35 = New System.Windows.Forms.Label()
  39. Me.Label7 = New System.Windows.Forms.Label()
  40. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  41. Me.Panel1 = New System.Windows.Forms.Panel()
  42. Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
  43. Me.間距_nud = New System.Windows.Forms.NumericUpDown()
  44. Me.DGV位置2 = New System.Windows.Forms.NumericUpDown()
  45. Me.工程流水_tb = New System.Windows.Forms.TextBox()
  46. Me.選擇項_tb = New System.Windows.Forms.TextBox()
  47. Me.職稱_cb = New System.Windows.Forms.ComboBox()
  48. Me.月_ch = New System.Windows.Forms.CheckBox()
  49. Me.周_ch = New System.Windows.Forms.CheckBox()
  50. Me.帳號_cb = New System.Windows.Forms.ComboBox()
  51. Me.天_ch = New System.Windows.Forms.CheckBox()
  52. Me.工程進度表_dgv = New System.Windows.Forms.DataGridView()
  53. Me.合約2_dgv = New System.Windows.Forms.DataGridView()
  54. Me.Label1 = New System.Windows.Forms.Label()
  55. Me.Label2 = New System.Windows.Forms.Label()
  56. Me.Label3 = New System.Windows.Forms.Label()
  57. Me.Label4 = New System.Windows.Forms.Label()
  58. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  59. Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
  60. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  61. Me.Label9 = New System.Windows.Forms.Label()
  62. Me.Label8 = New System.Windows.Forms.Label()
  63. Me.Label5 = New System.Windows.Forms.Label()
  64. Me.工程執行主管_cb = New System.Windows.Forms.ComboBox()
  65. Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
  66. Me.需求日期_lb = New System.Windows.Forms.Label()
  67. Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
  68. Me.Label6 = New System.Windows.Forms.Label()
  69. Me.空間2 = New System.Windows.Forms.Panel()
  70. Me.GanttChart1 = New HX_PGS_ERP_SYS.GanttChart()
  71. Me.Label10 = New System.Windows.Forms.Label()
  72. Me.編輯清單_ch = New System.Windows.Forms.CheckBox()
  73. Me.錨點1 = New System.Windows.Forms.TextBox()
  74. Me.Label11 = New System.Windows.Forms.Label()
  75. Me.工期_nud = New System.Windows.Forms.NumericUpDown()
  76. Me.進度表刪除_bt = New System.Windows.Forms.Button()
  77. Me.導成圖片_bt = New System.Windows.Forms.Button()
  78. Me.甘特圖_tb = New System.Windows.Forms.Button()
  79. Me.格式存檔_bt = New System.Windows.Forms.Button()
  80. Me.開立工程進度表_bt = New System.Windows.Forms.Button()
  81. Me.新增資料1_bt = New System.Windows.Forms.Button()
  82. Me.排序1_bt = New System.Windows.Forms.Button()
  83. Me.進度表選擇刪除_bt = New System.Windows.Forms.Button()
  84. Me.工程進度表存檔_bt = New System.Windows.Forms.Button()
  85. Me.查詢_bt = New System.Windows.Forms.Button()
  86. Me.合約編號清單_bt = New System.Windows.Forms.Button()
  87. Me.縮放2_bt = New System.Windows.Forms.Button()
  88. Me.項目_tb = New System.Windows.Forms.TextBox()
  89. Me.翻譯_bt = New System.Windows.Forms.Button()
  90. Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
  91. Me.TW_ch = New System.Windows.Forms.CheckBox()
  92. Me.IN_ch = New System.Windows.Forms.CheckBox()
  93. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  94. Me.Panel1.SuspendLayout()
  95. CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  96. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).BeginInit()
  97. CType(Me.工程進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  99. Me.空間2.SuspendLayout()
  100. CType(Me.工期_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  101. Me.SuspendLayout()
  102. '
  103. 'Label41
  104. '
  105. Me.Label41.AutoSize = True
  106. Me.Label41.BackColor = System.Drawing.SystemColors.Control
  107. Me.Label41.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  108. Me.Label41.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  109. Me.Label41.Location = New System.Drawing.Point(3, 305)
  110. Me.Label41.Name = "Label41"
  111. Me.Label41.Size = New System.Drawing.Size(55, 16)
  112. Me.Label41.TabIndex = 1415
  113. Me.Label41.Text = "工程期數"
  114. Me.Label41.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  115. '
  116. '工程期1_ch
  117. '
  118. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  119. Me.工程期1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  120. Me.工程期1_ch.FormattingEnabled = True
  121. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  122. Me.工程期1_ch.Location = New System.Drawing.Point(3, 323)
  123. Me.工程期1_ch.Name = "工程期1_ch"
  124. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  125. Me.工程期1_ch.TabIndex = 1414
  126. '
  127. 'Label40
  128. '
  129. Me.Label40.AutoSize = True
  130. Me.Label40.BackColor = System.Drawing.SystemColors.Control
  131. Me.Label40.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  132. Me.Label40.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  133. Me.Label40.Location = New System.Drawing.Point(184, 69)
  134. Me.Label40.Name = "Label40"
  135. Me.Label40.Size = New System.Drawing.Size(31, 16)
  136. Me.Label40.TabIndex = 1413
  137. Me.Label40.Text = "甲方"
  138. Me.Label40.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  139. '
  140. '合約編號1_cb
  141. '
  142. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  143. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  144. Me.合約編號1_cb.FormattingEnabled = True
  145. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  146. Me.合約編號1_cb.Location = New System.Drawing.Point(216, 65)
  147. Me.合約編號1_cb.Name = "合約編號1_cb"
  148. Me.合約編號1_cb.Size = New System.Drawing.Size(74, 24)
  149. Me.合約編號1_cb.TabIndex = 1412
  150. '
  151. '合約_dgv
  152. '
  153. DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  154. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
  155. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  156. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  157. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  158. Me.合約_dgv.Location = New System.Drawing.Point(3, 3)
  159. Me.合約_dgv.Name = "合約_dgv"
  160. Me.合約_dgv.RowHeadersWidth = 5
  161. Me.合約_dgv.RowTemplate.Height = 24
  162. Me.合約_dgv.Size = New System.Drawing.Size(113, 97)
  163. Me.合約_dgv.TabIndex = 1410
  164. '
  165. 'Label379
  166. '
  167. Me.Label379.AutoSize = True
  168. Me.Label379.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  169. Me.Label379.Location = New System.Drawing.Point(4, 10)
  170. Me.Label379.Name = "Label379"
  171. Me.Label379.Size = New System.Drawing.Size(39, 38)
  172. Me.Label379.TabIndex = 1416
  173. Me.Label379.Text = "合約" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "編號"
  174. Me.Label379.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  175. '
  176. '合約編號3_tb
  177. '
  178. Me.合約編號3_tb.Location = New System.Drawing.Point(225, 27)
  179. Me.合約編號3_tb.Name = "合約編號3_tb"
  180. Me.合約編號3_tb.Size = New System.Drawing.Size(35, 23)
  181. Me.合約編號3_tb.TabIndex = 1420
  182. '
  183. '合約編號2_tb
  184. '
  185. Me.合約編號2_tb.Location = New System.Drawing.Point(159, 27)
  186. Me.合約編號2_tb.MaxLength = 6
  187. Me.合約編號2_tb.Name = "合約編號2_tb"
  188. Me.合約編號2_tb.Size = New System.Drawing.Size(65, 23)
  189. Me.合約編號2_tb.TabIndex = 1419
  190. '
  191. '合約編號1_tb
  192. '
  193. Me.合約編號1_tb.Location = New System.Drawing.Point(108, 27)
  194. Me.合約編號1_tb.Name = "合約編號1_tb"
  195. Me.合約編號1_tb.Size = New System.Drawing.Size(50, 23)
  196. Me.合約編號1_tb.TabIndex = 1418
  197. '
  198. '合約編號_cb
  199. '
  200. Me.合約編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  201. Me.合約編號_cb.ForeColor = System.Drawing.Color.Blue
  202. Me.合約編號_cb.FormattingEnabled = True
  203. Me.合約編號_cb.Items.AddRange(New Object() {"HX", "PGS"})
  204. Me.合約編號_cb.Location = New System.Drawing.Point(44, 26)
  205. Me.合約編號_cb.Name = "合約編號_cb"
  206. Me.合約編號_cb.Size = New System.Drawing.Size(62, 24)
  207. Me.合約編號_cb.TabIndex = 1417
  208. '
  209. 'Label35
  210. '
  211. Me.Label35.AutoSize = True
  212. Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  213. Me.Label35.Location = New System.Drawing.Point(43, 10)
  214. Me.Label35.Name = "Label35"
  215. Me.Label35.Size = New System.Drawing.Size(220, 16)
  216. Me.Label35.TabIndex = 1421
  217. Me.Label35.Text = "乙方 甲方 立約日期 序號 "
  218. Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  219. '
  220. 'Label7
  221. '
  222. Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  223. Me.Label7.AutoSize = True
  224. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  225. Me.Label7.Location = New System.Drawing.Point(747, 31)
  226. Me.Label7.Name = "Label7"
  227. Me.Label7.Size = New System.Drawing.Size(79, 16)
  228. Me.Label7.TabIndex = 1423
  229. Me.Label7.Text = "合約編號搜尋"
  230. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  231. '
  232. '關鍵字搜尋_tb
  233. '
  234. Me.關鍵字搜尋_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  235. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(831, 27)
  236. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  237. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(104, 23)
  238. Me.關鍵字搜尋_tb.TabIndex = 1422
  239. '
  240. 'Panel1
  241. '
  242. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  243. Me.Panel1.Controls.Add(Me.日期1_dtp)
  244. Me.Panel1.Controls.Add(Me.間距_nud)
  245. Me.Panel1.Controls.Add(Me.DGV位置2)
  246. Me.Panel1.Controls.Add(Me.工程流水_tb)
  247. Me.Panel1.Controls.Add(Me.選擇項_tb)
  248. Me.Panel1.Controls.Add(Me.職稱_cb)
  249. Me.Panel1.Controls.Add(Me.月_ch)
  250. Me.Panel1.Controls.Add(Me.合約_dgv)
  251. Me.Panel1.Controls.Add(Me.周_ch)
  252. Me.Panel1.Controls.Add(Me.帳號_cb)
  253. Me.Panel1.Controls.Add(Me.天_ch)
  254. Me.Panel1.Controls.Add(Me.Label41)
  255. Me.Panel1.Controls.Add(Me.工程期1_ch)
  256. Me.Panel1.Location = New System.Drawing.Point(12, 156)
  257. Me.Panel1.Name = "Panel1"
  258. Me.Panel1.Size = New System.Drawing.Size(122, 352)
  259. Me.Panel1.TabIndex = 1425
  260. Me.Panel1.Visible = False
  261. '
  262. '日期1_dtp
  263. '
  264. Me.日期1_dtp.Enabled = False
  265. Me.日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
  266. Me.日期1_dtp.Location = New System.Drawing.Point(6, 227)
  267. Me.日期1_dtp.Name = "日期1_dtp"
  268. Me.日期1_dtp.Size = New System.Drawing.Size(110, 23)
  269. Me.日期1_dtp.TabIndex = 1450
  270. '
  271. '間距_nud
  272. '
  273. Me.間距_nud.Location = New System.Drawing.Point(49, 102)
  274. Me.間距_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  275. Me.間距_nud.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  276. Me.間距_nud.Name = "間距_nud"
  277. Me.間距_nud.Size = New System.Drawing.Size(67, 23)
  278. Me.間距_nud.TabIndex = 1449
  279. Me.間距_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  280. Me.間距_nud.ThousandsSeparator = True
  281. '
  282. 'DGV位置2
  283. '
  284. Me.DGV位置2.Location = New System.Drawing.Point(3, 102)
  285. Me.DGV位置2.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  286. Me.DGV位置2.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  287. Me.DGV位置2.Name = "DGV位置2"
  288. Me.DGV位置2.Size = New System.Drawing.Size(40, 23)
  289. Me.DGV位置2.TabIndex = 1448
  290. Me.DGV位置2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  291. Me.DGV位置2.ThousandsSeparator = True
  292. '
  293. '工程流水_tb
  294. '
  295. Me.工程流水_tb.Enabled = False
  296. Me.工程流水_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  297. Me.工程流水_tb.Location = New System.Drawing.Point(5, 202)
  298. Me.工程流水_tb.Name = "工程流水_tb"
  299. Me.工程流水_tb.Size = New System.Drawing.Size(112, 23)
  300. Me.工程流水_tb.TabIndex = 1447
  301. Me.工程流水_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  302. '
  303. '選擇項_tb
  304. '
  305. Me.選擇項_tb.Enabled = False
  306. Me.選擇項_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  307. Me.選擇項_tb.Location = New System.Drawing.Point(4, 178)
  308. Me.選擇項_tb.Name = "選擇項_tb"
  309. Me.選擇項_tb.Size = New System.Drawing.Size(112, 23)
  310. Me.選擇項_tb.TabIndex = 1446
  311. Me.選擇項_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
  312. '
  313. '職稱_cb
  314. '
  315. Me.職稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  316. Me.職稱_cb.ForeColor = System.Drawing.Color.Blue
  317. Me.職稱_cb.FormattingEnabled = True
  318. Me.職稱_cb.Items.AddRange(New Object() {"HX", "PGS"})
  319. Me.職稱_cb.Location = New System.Drawing.Point(3, 153)
  320. Me.職稱_cb.Name = "職稱_cb"
  321. Me.職稱_cb.Size = New System.Drawing.Size(113, 24)
  322. Me.職稱_cb.TabIndex = 1445
  323. '
  324. '月_ch
  325. '
  326. Me.月_ch.AutoSize = True
  327. Me.月_ch.Checked = True
  328. Me.月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  329. Me.月_ch.Location = New System.Drawing.Point(6, 282)
  330. Me.月_ch.Name = "月_ch"
  331. Me.月_ch.Size = New System.Drawing.Size(38, 20)
  332. Me.月_ch.TabIndex = 1452
  333. Me.月_ch.Text = "月"
  334. Me.月_ch.UseVisualStyleBackColor = True
  335. '
  336. '周_ch
  337. '
  338. Me.周_ch.AutoSize = True
  339. Me.周_ch.Location = New System.Drawing.Point(77, 256)
  340. Me.周_ch.Name = "周_ch"
  341. Me.周_ch.Size = New System.Drawing.Size(38, 20)
  342. Me.周_ch.TabIndex = 1451
  343. Me.周_ch.Text = "周"
  344. Me.周_ch.UseVisualStyleBackColor = True
  345. '
  346. '帳號_cb
  347. '
  348. Me.帳號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  349. Me.帳號_cb.ForeColor = System.Drawing.Color.Blue
  350. Me.帳號_cb.FormattingEnabled = True
  351. Me.帳號_cb.Items.AddRange(New Object() {"HX", "PGS"})
  352. Me.帳號_cb.Location = New System.Drawing.Point(3, 128)
  353. Me.帳號_cb.Name = "帳號_cb"
  354. Me.帳號_cb.Size = New System.Drawing.Size(113, 24)
  355. Me.帳號_cb.TabIndex = 1444
  356. '
  357. '天_ch
  358. '
  359. Me.天_ch.AutoSize = True
  360. Me.天_ch.Location = New System.Drawing.Point(6, 256)
  361. Me.天_ch.Name = "天_ch"
  362. Me.天_ch.Size = New System.Drawing.Size(38, 20)
  363. Me.天_ch.TabIndex = 1450
  364. Me.天_ch.Text = "天"
  365. Me.天_ch.UseVisualStyleBackColor = True
  366. '
  367. '工程進度表_dgv
  368. '
  369. DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
  370. Me.工程進度表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
  371. Me.工程進度表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  372. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  373. Me.工程進度表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  374. Me.工程進度表_dgv.BackgroundColor = System.Drawing.Color.White
  375. Me.工程進度表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  376. DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
  377. DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
  378. DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  379. DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
  380. DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
  381. DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
  382. DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  383. Me.工程進度表_dgv.DefaultCellStyle = DataGridViewCellStyle7
  384. Me.工程進度表_dgv.Location = New System.Drawing.Point(161, 92)
  385. Me.工程進度表_dgv.Name = "工程進度表_dgv"
  386. Me.工程進度表_dgv.RowHeadersWidth = 5
  387. Me.工程進度表_dgv.RowTemplate.Height = 24
  388. Me.工程進度表_dgv.Size = New System.Drawing.Size(649, 588)
  389. Me.工程進度表_dgv.TabIndex = 1426
  390. '
  391. '合約2_dgv
  392. '
  393. DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  394. Me.合約2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
  395. Me.合約2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  396. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  397. Me.合約2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  398. Me.合約2_dgv.BackgroundColor = System.Drawing.Color.White
  399. Me.合約2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  400. Me.合約2_dgv.Location = New System.Drawing.Point(2, 92)
  401. Me.合約2_dgv.Name = "合約2_dgv"
  402. Me.合約2_dgv.RowHeadersWidth = 5
  403. Me.合約2_dgv.RowTemplate.Height = 24
  404. Me.合約2_dgv.Size = New System.Drawing.Size(158, 588)
  405. Me.合約2_dgv.TabIndex = 1427
  406. '
  407. 'Label1
  408. '
  409. Me.Label1.AutoSize = True
  410. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  411. Me.Label1.Location = New System.Drawing.Point(1, 40)
  412. Me.Label1.Name = "Label1"
  413. Me.Label1.Size = New System.Drawing.Size(1317, 16)
  414. Me.Label1.TabIndex = 1428
  415. Me.Label1.Text = resources.GetString("Label1.Text")
  416. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  417. '
  418. 'Label2
  419. '
  420. Me.Label2.AutoSize = True
  421. Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  422. Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  423. Me.Label2.Location = New System.Drawing.Point(42, 69)
  424. Me.Label2.Name = "Label2"
  425. Me.Label2.Size = New System.Drawing.Size(139, 16)
  426. Me.Label2.TabIndex = 1429
  427. Me.Label2.Text = "從合約系統中查詢合約號"
  428. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  429. '
  430. 'Label3
  431. '
  432. Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  433. Me.Label3.AutoSize = True
  434. Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  435. Me.Label3.Location = New System.Drawing.Point(176, 40)
  436. Me.Label3.Name = "Label3"
  437. Me.Label3.Size = New System.Drawing.Size(1317, 16)
  438. Me.Label3.TabIndex = 1430
  439. Me.Label3.Text = resources.GetString("Label3.Text")
  440. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  441. '
  442. 'Label4
  443. '
  444. Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  445. Me.Label4.AutoSize = True
  446. Me.Label4.BackColor = System.Drawing.SystemColors.Control
  447. Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  448. Me.Label4.Location = New System.Drawing.Point(1369, 10)
  449. Me.Label4.Name = "Label4"
  450. Me.Label4.Size = New System.Drawing.Size(55, 16)
  451. Me.Label4.TabIndex = 1432
  452. Me.Label4.Text = "合約編號"
  453. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  454. '
  455. '合約編號_tb
  456. '
  457. Me.合約編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  458. Me.合約編號_tb.Enabled = False
  459. Me.合約編號_tb.Location = New System.Drawing.Point(1366, 27)
  460. Me.合約編號_tb.Name = "合約編號_tb"
  461. Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
  462. Me.合約編號_tb.TabIndex = 1431
  463. '
  464. '工程名稱_英_tb
  465. '
  466. Me.工程名稱_英_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  467. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  468. Me.工程名稱_英_tb.Enabled = False
  469. Me.工程名稱_英_tb.Location = New System.Drawing.Point(407, 27)
  470. Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
  471. Me.工程名稱_英_tb.Size = New System.Drawing.Size(338, 23)
  472. Me.工程名稱_英_tb.TabIndex = 1440
  473. '
  474. '工程名稱_中_tb
  475. '
  476. Me.工程名稱_中_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  477. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  478. Me.工程名稱_中_tb.Enabled = False
  479. Me.工程名稱_中_tb.Location = New System.Drawing.Point(407, 3)
  480. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  481. Me.工程名稱_中_tb.Size = New System.Drawing.Size(338, 23)
  482. Me.工程名稱_中_tb.TabIndex = 1439
  483. '
  484. 'Label9
  485. '
  486. Me.Label9.AutoSize = True
  487. Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  488. Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  489. Me.Label9.Location = New System.Drawing.Point(319, 31)
  490. Me.Label9.Name = "Label9"
  491. Me.Label9.Size = New System.Drawing.Size(87, 16)
  492. Me.Label9.TabIndex = 1438
  493. Me.Label9.Text = "工程名稱(英文)"
  494. '
  495. 'Label8
  496. '
  497. Me.Label8.AutoSize = True
  498. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  499. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  500. Me.Label8.Location = New System.Drawing.Point(319, 6)
  501. Me.Label8.Name = "Label8"
  502. Me.Label8.Size = New System.Drawing.Size(87, 16)
  503. Me.Label8.TabIndex = 1437
  504. Me.Label8.Text = "工程名稱(中文)"
  505. '
  506. 'Label5
  507. '
  508. Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  509. Me.Label5.AutoSize = True
  510. Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  511. Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  512. Me.Label5.Location = New System.Drawing.Point(746, 6)
  513. Me.Label5.Name = "Label5"
  514. Me.Label5.Size = New System.Drawing.Size(79, 16)
  515. Me.Label5.TabIndex = 1441
  516. Me.Label5.Text = "工程執行主管"
  517. '
  518. '工程執行主管_cb
  519. '
  520. Me.工程執行主管_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  521. Me.工程執行主管_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  522. Me.工程執行主管_cb.ForeColor = System.Drawing.Color.Blue
  523. Me.工程執行主管_cb.FormattingEnabled = True
  524. Me.工程執行主管_cb.Items.AddRange(New Object() {"HX", "PGS"})
  525. Me.工程執行主管_cb.Location = New System.Drawing.Point(831, 2)
  526. Me.工程執行主管_cb.Name = "工程執行主管_cb"
  527. Me.工程執行主管_cb.Size = New System.Drawing.Size(210, 24)
  528. Me.工程執行主管_cb.TabIndex = 1443
  529. '
  530. '開始日期_dtp
  531. '
  532. Me.開始日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  533. Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
  534. Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  535. Me.開始日期_dtp.Location = New System.Drawing.Point(1100, 2)
  536. Me.開始日期_dtp.Name = "開始日期_dtp"
  537. Me.開始日期_dtp.Size = New System.Drawing.Size(92, 23)
  538. Me.開始日期_dtp.TabIndex = 1446
  539. '
  540. '需求日期_lb
  541. '
  542. Me.需求日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  543. Me.需求日期_lb.AutoSize = True
  544. Me.需求日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  545. Me.需求日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  546. Me.需求日期_lb.Location = New System.Drawing.Point(1045, 5)
  547. Me.需求日期_lb.Name = "需求日期_lb"
  548. Me.需求日期_lb.Size = New System.Drawing.Size(55, 16)
  549. Me.需求日期_lb.TabIndex = 1445
  550. Me.需求日期_lb.Text = "開始日期"
  551. '
  552. '結束日期_dtp
  553. '
  554. Me.結束日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  555. Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
  556. Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  557. Me.結束日期_dtp.Location = New System.Drawing.Point(1100, 27)
  558. Me.結束日期_dtp.Name = "結束日期_dtp"
  559. Me.結束日期_dtp.Size = New System.Drawing.Size(92, 23)
  560. Me.結束日期_dtp.TabIndex = 1448
  561. '
  562. 'Label6
  563. '
  564. Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  565. Me.Label6.AutoSize = True
  566. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  567. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  568. Me.Label6.Location = New System.Drawing.Point(1045, 30)
  569. Me.Label6.Name = "Label6"
  570. Me.Label6.Size = New System.Drawing.Size(55, 16)
  571. Me.Label6.TabIndex = 1447
  572. Me.Label6.Text = "結束日期"
  573. '
  574. '空間2
  575. '
  576. Me.空間2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  577. Or System.Windows.Forms.AnchorStyles.Left) _
  578. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  579. Me.空間2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  580. Me.空間2.Controls.Add(Me.GanttChart1)
  581. Me.空間2.Location = New System.Drawing.Point(808, 92)
  582. Me.空間2.Name = "空間2"
  583. Me.空間2.Size = New System.Drawing.Size(681, 588)
  584. Me.空間2.TabIndex = 1454
  585. '
  586. 'GanttChart1
  587. '
  588. Me.GanttChart1.AllowManualEditBar = False
  589. Me.GanttChart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  590. Or System.Windows.Forms.AnchorStyles.Left) _
  591. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  592. Me.GanttChart1.BackColor = System.Drawing.Color.White
  593. Me.GanttChart1.DateFont = New System.Drawing.Font("Verdana", 8.0!)
  594. Me.GanttChart1.FromDate = New Date(CType(0, Long))
  595. Me.GanttChart1.Location = New System.Drawing.Point(3, 3)
  596. Me.GanttChart1.Name = "GanttChart1"
  597. Me.GanttChart1.RowFont = New System.Drawing.Font("Verdana", 8.0!)
  598. Me.GanttChart1.Size = New System.Drawing.Size(673, 580)
  599. Me.GanttChart1.TabIndex = 0
  600. Me.GanttChart1.Text = "GanttChart1"
  601. Me.GanttChart1.TimeFont = New System.Drawing.Font("Verdana", 8.0!)
  602. Me.GanttChart1.ToDate = New Date(CType(0, Long))
  603. Me.GanttChart1.ToolTipText = CType(resources.GetObject("GanttChart1.ToolTipText"), System.Collections.Generic.List(Of String))
  604. Me.GanttChart1.ToolTipTextTitle = ""
  605. '
  606. 'Label10
  607. '
  608. Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  609. Me.Label10.AutoSize = True
  610. Me.Label10.BackColor = System.Drawing.SystemColors.Control
  611. Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  612. Me.Label10.ForeColor = System.Drawing.Color.Red
  613. Me.Label10.Location = New System.Drawing.Point(1121, 71)
  614. Me.Label10.Name = "Label10"
  615. Me.Label10.Size = New System.Drawing.Size(291, 16)
  616. Me.Label10.TabIndex = 1457
  617. Me.Label10.Text = "甘特圖繪製需要時間,移動滑鼠經過圖面可加快繪圖!!"
  618. Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  619. '
  620. '編輯清單_ch
  621. '
  622. Me.編輯清單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  623. Me.編輯清單_ch.AutoSize = True
  624. Me.編輯清單_ch.Checked = True
  625. Me.編輯清單_ch.CheckState = System.Windows.Forms.CheckState.Checked
  626. Me.編輯清單_ch.Location = New System.Drawing.Point(965, 29)
  627. Me.編輯清單_ch.Name = "編輯清單_ch"
  628. Me.編輯清單_ch.Size = New System.Drawing.Size(74, 20)
  629. Me.編輯清單_ch.TabIndex = 1458
  630. Me.編輯清單_ch.Text = "編輯清單"
  631. Me.編輯清單_ch.UseVisualStyleBackColor = True
  632. '
  633. '錨點1
  634. '
  635. Me.錨點1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  636. Me.錨點1.Location = New System.Drawing.Point(808, 680)
  637. Me.錨點1.Name = "錨點1"
  638. Me.錨點1.Size = New System.Drawing.Size(25, 23)
  639. Me.錨點1.TabIndex = 1459
  640. Me.錨點1.Visible = False
  641. '
  642. 'Label11
  643. '
  644. Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  645. Me.Label11.AutoSize = True
  646. Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  647. Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  648. Me.Label11.Location = New System.Drawing.Point(1197, 6)
  649. Me.Label11.Name = "Label11"
  650. Me.Label11.Size = New System.Drawing.Size(43, 16)
  651. Me.Label11.TabIndex = 1460
  652. Me.Label11.Text = "工 期"
  653. '
  654. '工期_nud
  655. '
  656. Me.工期_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  657. Me.工期_nud.Location = New System.Drawing.Point(1195, 27)
  658. Me.工期_nud.Maximum = New Decimal(New Integer() {3000, 0, 0, 0})
  659. Me.工期_nud.Minimum = New Decimal(New Integer() {3000, 0, 0, -2147483648})
  660. Me.工期_nud.Name = "工期_nud"
  661. Me.工期_nud.Size = New System.Drawing.Size(50, 23)
  662. Me.工期_nud.TabIndex = 1461
  663. '
  664. '進度表刪除_bt
  665. '
  666. Me.進度表刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  667. Me.進度表刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  668. Me.進度表刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  669. Me.進度表刪除_bt.ForeColor = System.Drawing.Color.Red
  670. Me.進度表刪除_bt.Location = New System.Drawing.Point(1311, 2)
  671. Me.進度表刪除_bt.Name = "進度表刪除_bt"
  672. Me.進度表刪除_bt.Size = New System.Drawing.Size(50, 50)
  673. Me.進度表刪除_bt.TabIndex = 1462
  674. Me.進度表刪除_bt.UseVisualStyleBackColor = True
  675. '
  676. '導成圖片_bt
  677. '
  678. Me.導成圖片_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  679. Me.導成圖片_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Download
  680. Me.導成圖片_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  681. Me.導成圖片_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  682. Me.導成圖片_bt.ForeColor = System.Drawing.Color.Blue
  683. Me.導成圖片_bt.Location = New System.Drawing.Point(1453, 55)
  684. Me.導成圖片_bt.Name = "導成圖片_bt"
  685. Me.導成圖片_bt.Size = New System.Drawing.Size(36, 36)
  686. Me.導成圖片_bt.TabIndex = 1456
  687. Me.導成圖片_bt.UseVisualStyleBackColor = True
  688. '
  689. '甘特圖_tb
  690. '
  691. Me.甘特圖_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  692. Me.甘特圖_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
  693. Me.甘特圖_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  694. Me.甘特圖_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  695. Me.甘特圖_tb.ForeColor = System.Drawing.Color.Blue
  696. Me.甘特圖_tb.Location = New System.Drawing.Point(1416, 55)
  697. Me.甘特圖_tb.Name = "甘特圖_tb"
  698. Me.甘特圖_tb.Size = New System.Drawing.Size(36, 36)
  699. Me.甘特圖_tb.TabIndex = 1455
  700. Me.甘特圖_tb.UseVisualStyleBackColor = True
  701. '
  702. '格式存檔_bt
  703. '
  704. Me.格式存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  705. Me.格式存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
  706. Me.格式存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  707. Me.格式存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  708. Me.格式存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
  709. Me.格式存檔_bt.Location = New System.Drawing.Point(1247, 1)
  710. Me.格式存檔_bt.Name = "格式存檔_bt"
  711. Me.格式存檔_bt.Size = New System.Drawing.Size(50, 50)
  712. Me.格式存檔_bt.TabIndex = 1453
  713. Me.格式存檔_bt.UseVisualStyleBackColor = True
  714. '
  715. '開立工程進度表_bt
  716. '
  717. Me.開立工程進度表_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  718. Me.開立工程進度表_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  719. Me.開立工程進度表_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  720. Me.開立工程進度表_bt.ForeColor = System.Drawing.Color.Blue
  721. Me.開立工程進度表_bt.Location = New System.Drawing.Point(263, 1)
  722. Me.開立工程進度表_bt.Name = "開立工程進度表_bt"
  723. Me.開立工程進度表_bt.Size = New System.Drawing.Size(50, 50)
  724. Me.開立工程進度表_bt.TabIndex = 1444
  725. Me.開立工程進度表_bt.UseVisualStyleBackColor = True
  726. '
  727. '新增資料1_bt
  728. '
  729. Me.新增資料1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
  730. Me.新增資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  731. Me.新增資料1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  732. Me.新增資料1_bt.ForeColor = System.Drawing.Color.Blue
  733. Me.新增資料1_bt.Location = New System.Drawing.Point(381, 55)
  734. Me.新增資料1_bt.Name = "新增資料1_bt"
  735. Me.新增資料1_bt.Size = New System.Drawing.Size(36, 36)
  736. Me.新增資料1_bt.TabIndex = 1433
  737. Me.新增資料1_bt.UseVisualStyleBackColor = True
  738. '
  739. '排序1_bt
  740. '
  741. Me.排序1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.format_indent_less
  742. Me.排序1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  743. Me.排序1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  744. Me.排序1_bt.ForeColor = System.Drawing.Color.Green
  745. Me.排序1_bt.Location = New System.Drawing.Point(344, 55)
  746. Me.排序1_bt.Name = "排序1_bt"
  747. Me.排序1_bt.Size = New System.Drawing.Size(36, 36)
  748. Me.排序1_bt.TabIndex = 1434
  749. Me.排序1_bt.UseVisualStyleBackColor = True
  750. '
  751. '進度表選擇刪除_bt
  752. '
  753. Me.進度表選擇刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  754. Me.進度表選擇刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  755. Me.進度表選擇刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  756. Me.進度表選擇刪除_bt.ForeColor = System.Drawing.Color.Red
  757. Me.進度表選擇刪除_bt.Location = New System.Drawing.Point(822, 55)
  758. Me.進度表選擇刪除_bt.Name = "進度表選擇刪除_bt"
  759. Me.進度表選擇刪除_bt.Size = New System.Drawing.Size(36, 36)
  760. Me.進度表選擇刪除_bt.TabIndex = 1436
  761. Me.進度表選擇刪除_bt.UseVisualStyleBackColor = True
  762. '
  763. '工程進度表存檔_bt
  764. '
  765. Me.工程進度表存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  766. Me.工程進度表存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  767. Me.工程進度表存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  768. Me.工程進度表存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
  769. Me.工程進度表存檔_bt.Location = New System.Drawing.Point(786, 55)
  770. Me.工程進度表存檔_bt.Name = "工程進度表存檔_bt"
  771. Me.工程進度表存檔_bt.Size = New System.Drawing.Size(36, 36)
  772. Me.工程進度表存檔_bt.TabIndex = 1435
  773. Me.工程進度表存檔_bt.UseVisualStyleBackColor = True
  774. '
  775. '查詢_bt
  776. '
  777. Me.查詢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  778. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  779. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  780. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  781. Me.查詢_bt.Location = New System.Drawing.Point(936, 25)
  782. Me.查詢_bt.Name = "查詢_bt"
  783. Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
  784. Me.查詢_bt.TabIndex = 1424
  785. Me.查詢_bt.UseVisualStyleBackColor = True
  786. '
  787. '合約編號清單_bt
  788. '
  789. Me.合約編號清單_bt.BackColor = System.Drawing.SystemColors.Control
  790. Me.合約編號清單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Filter_List
  791. Me.合約編號清單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  792. Me.合約編號清單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  793. Me.合約編號清單_bt.Location = New System.Drawing.Point(292, 64)
  794. Me.合約編號清單_bt.Name = "合約編號清單_bt"
  795. Me.合約編號清單_bt.Size = New System.Drawing.Size(26, 26)
  796. Me.合約編號清單_bt.TabIndex = 1411
  797. Me.合約編號清單_bt.UseVisualStyleBackColor = False
  798. '
  799. '縮放2_bt
  800. '
  801. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  802. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  803. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  804. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  805. Me.縮放2_bt.Location = New System.Drawing.Point(2, 55)
  806. Me.縮放2_bt.Name = "縮放2_bt"
  807. Me.縮放2_bt.Size = New System.Drawing.Size(36, 36)
  808. Me.縮放2_bt.TabIndex = 1779
  809. Me.縮放2_bt.UseVisualStyleBackColor = True
  810. '
  811. '項目_tb
  812. '
  813. Me.項目_tb.Location = New System.Drawing.Point(421, 56)
  814. Me.項目_tb.Multiline = True
  815. Me.項目_tb.Name = "項目_tb"
  816. Me.項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  817. Me.項目_tb.Size = New System.Drawing.Size(277, 34)
  818. Me.項目_tb.TabIndex = 1780
  819. '
  820. '翻譯_bt
  821. '
  822. Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
  823. Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  824. Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  825. Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  826. Me.翻譯_bt.Location = New System.Drawing.Point(750, 55)
  827. Me.翻譯_bt.Name = "翻譯_bt"
  828. Me.翻譯_bt.Size = New System.Drawing.Size(36, 36)
  829. Me.翻譯_bt.TabIndex = 1806
  830. Me.翻譯_bt.UseVisualStyleBackColor = True
  831. '
  832. '等待翻譯_tim
  833. '
  834. Me.等待翻譯_tim.Interval = 500
  835. '
  836. 'TW_ch
  837. '
  838. Me.TW_ch.AutoSize = True
  839. Me.TW_ch.Location = New System.Drawing.Point(705, 55)
  840. Me.TW_ch.Name = "TW_ch"
  841. Me.TW_ch.Size = New System.Drawing.Size(45, 20)
  842. Me.TW_ch.TabIndex = 1807
  843. Me.TW_ch.Text = "TW"
  844. Me.TW_ch.UseVisualStyleBackColor = True
  845. '
  846. 'IN_ch
  847. '
  848. Me.IN_ch.AutoSize = True
  849. Me.IN_ch.Location = New System.Drawing.Point(705, 72)
  850. Me.IN_ch.Name = "IN_ch"
  851. Me.IN_ch.Size = New System.Drawing.Size(39, 20)
  852. Me.IN_ch.TabIndex = 1808
  853. Me.IN_ch.Text = "IN"
  854. Me.IN_ch.UseVisualStyleBackColor = True
  855. '
  856. '工程進度表
  857. '
  858. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  859. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  860. Me.ClientSize = New System.Drawing.Size(1495, 681)
  861. Me.Controls.Add(Me.IN_ch)
  862. Me.Controls.Add(Me.TW_ch)
  863. Me.Controls.Add(Me.翻譯_bt)
  864. Me.Controls.Add(Me.項目_tb)
  865. Me.Controls.Add(Me.縮放2_bt)
  866. Me.Controls.Add(Me.進度表刪除_bt)
  867. Me.Controls.Add(Me.工期_nud)
  868. Me.Controls.Add(Me.Label11)
  869. Me.Controls.Add(Me.錨點1)
  870. Me.Controls.Add(Me.Label10)
  871. Me.Controls.Add(Me.Label4)
  872. Me.Controls.Add(Me.導成圖片_bt)
  873. Me.Controls.Add(Me.合約編號_tb)
  874. Me.Controls.Add(Me.甘特圖_tb)
  875. Me.Controls.Add(Me.空間2)
  876. Me.Controls.Add(Me.格式存檔_bt)
  877. Me.Controls.Add(Me.結束日期_dtp)
  878. Me.Controls.Add(Me.Label6)
  879. Me.Controls.Add(Me.開始日期_dtp)
  880. Me.Controls.Add(Me.需求日期_lb)
  881. Me.Controls.Add(Me.開立工程進度表_bt)
  882. Me.Controls.Add(Me.工程執行主管_cb)
  883. Me.Controls.Add(Me.Label5)
  884. Me.Controls.Add(Me.工程名稱_英_tb)
  885. Me.Controls.Add(Me.工程名稱_中_tb)
  886. Me.Controls.Add(Me.Label9)
  887. Me.Controls.Add(Me.Label8)
  888. Me.Controls.Add(Me.新增資料1_bt)
  889. Me.Controls.Add(Me.排序1_bt)
  890. Me.Controls.Add(Me.進度表選擇刪除_bt)
  891. Me.Controls.Add(Me.工程進度表存檔_bt)
  892. Me.Controls.Add(Me.Panel1)
  893. Me.Controls.Add(Me.查詢_bt)
  894. Me.Controls.Add(Me.Label7)
  895. Me.Controls.Add(Me.關鍵字搜尋_tb)
  896. Me.Controls.Add(Me.Label379)
  897. Me.Controls.Add(Me.合約編號3_tb)
  898. Me.Controls.Add(Me.合約編號2_tb)
  899. Me.Controls.Add(Me.合約編號1_tb)
  900. Me.Controls.Add(Me.合約編號_cb)
  901. Me.Controls.Add(Me.Label35)
  902. Me.Controls.Add(Me.合約編號清單_bt)
  903. Me.Controls.Add(Me.Label40)
  904. Me.Controls.Add(Me.合約編號1_cb)
  905. Me.Controls.Add(Me.Label2)
  906. Me.Controls.Add(Me.合約2_dgv)
  907. Me.Controls.Add(Me.工程進度表_dgv)
  908. Me.Controls.Add(Me.編輯清單_ch)
  909. Me.Controls.Add(Me.Label1)
  910. Me.Controls.Add(Me.Label3)
  911. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  912. Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  913. Me.Name = "工程進度表"
  914. Me.Text = "工程進度表"
  915. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  916. Me.Panel1.ResumeLayout(False)
  917. Me.Panel1.PerformLayout()
  918. CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).EndInit()
  919. CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit()
  920. CType(Me.工程進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  921. CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  922. Me.空間2.ResumeLayout(False)
  923. CType(Me.工期_nud, System.ComponentModel.ISupportInitialize).EndInit()
  924. Me.ResumeLayout(False)
  925. Me.PerformLayout()
  926. End Sub
  927. Friend WithEvents Label41 As Label
  928. Friend WithEvents 合約編號清單_bt As Button
  929. Friend WithEvents 工程期1_ch As ComboBox
  930. Friend WithEvents Label40 As Label
  931. Friend WithEvents 合約編號1_cb As ComboBox
  932. Friend WithEvents 合約_dgv As DataGridView
  933. Friend WithEvents Label379 As Label
  934. Friend WithEvents 合約編號3_tb As TextBox
  935. Friend WithEvents 合約編號2_tb As TextBox
  936. Friend WithEvents 合約編號1_tb As TextBox
  937. Friend WithEvents 合約編號_cb As ComboBox
  938. Friend WithEvents Label35 As Label
  939. Friend WithEvents 查詢_bt As Button
  940. Friend WithEvents Label7 As Label
  941. Friend WithEvents 關鍵字搜尋_tb As TextBox
  942. Friend WithEvents Panel1 As Panel
  943. Friend WithEvents 工程進度表_dgv As DataGridView
  944. Friend WithEvents 合約2_dgv As DataGridView
  945. Friend WithEvents Label1 As Label
  946. Friend WithEvents Label2 As Label
  947. Friend WithEvents Label3 As Label
  948. Friend WithEvents Label4 As Label
  949. Friend WithEvents 合約編號_tb As TextBox
  950. Friend WithEvents 新增資料1_bt As Button
  951. Friend WithEvents 排序1_bt As Button
  952. Friend WithEvents 進度表選擇刪除_bt As Button
  953. Friend WithEvents 工程進度表存檔_bt As Button
  954. Friend WithEvents 工程名稱_英_tb As TextBox
  955. Friend WithEvents 工程名稱_中_tb As TextBox
  956. Friend WithEvents Label9 As Label
  957. Friend WithEvents Label8 As Label
  958. Friend WithEvents Label5 As Label
  959. Friend WithEvents 工程執行主管_cb As ComboBox
  960. Friend WithEvents 帳號_cb As ComboBox
  961. Friend WithEvents 職稱_cb As ComboBox
  962. Friend WithEvents 開立工程進度表_bt As Button
  963. Friend WithEvents 選擇項_tb As TextBox
  964. Friend WithEvents 工程流水_tb As TextBox
  965. Friend WithEvents DGV位置2 As NumericUpDown
  966. Friend WithEvents 間距_nud As NumericUpDown
  967. Friend WithEvents 開始日期_dtp As DateTimePicker
  968. Friend WithEvents 需求日期_lb As Label
  969. Friend WithEvents 結束日期_dtp As DateTimePicker
  970. Friend WithEvents Label6 As Label
  971. Friend WithEvents 天_ch As CheckBox
  972. Friend WithEvents 周_ch As CheckBox
  973. Friend WithEvents 月_ch As CheckBox
  974. Friend WithEvents 格式存檔_bt As Button
  975. Friend WithEvents 日期1_dtp As DateTimePicker
  976. Friend WithEvents 空間2 As Panel
  977. Friend WithEvents 甘特圖_tb As Button
  978. Friend GanttChart1 As HX_PGS_ERP_SYS.GanttChart
  979. Friend WithEvents 導成圖片_bt As Button
  980. Friend WithEvents Label10 As Label
  981. Friend WithEvents 編輯清單_ch As CheckBox
  982. Friend WithEvents 錨點1 As TextBox
  983. Friend WithEvents Label11 As Label
  984. Friend WithEvents 工期_nud As NumericUpDown
  985. Friend WithEvents 進度表刪除_bt As Button
  986. Friend WithEvents 縮放2_bt As Button
  987. Friend WithEvents 項目_tb As TextBox
  988. Friend WithEvents 翻譯_bt As Button
  989. Friend WithEvents 等待翻譯_tim As Timer
  990. Friend WithEvents TW_ch As CheckBox
  991. Friend WithEvents IN_ch As CheckBox
  992. End Class