Geen omschrijving
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

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  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 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. Me.Label4 = New System.Windows.Forms.Label()
  27. Me.黃色_bt = New System.Windows.Forms.Button()
  28. Me.藍色_bt = New System.Windows.Forms.Button()
  29. Me.綠色_bt = New System.Windows.Forms.Button()
  30. Me.紅色_bt = New System.Windows.Forms.Button()
  31. Me.Label5 = New System.Windows.Forms.Label()
  32. Me.進度條_rtb = New Telerik.WinControls.UI.RadTrackBar()
  33. Me.項目清單_dgv = New System.Windows.Forms.DataGridView()
  34. Me.進度_nud = New System.Windows.Forms.NumericUpDown()
  35. Me.Label3 = New System.Windows.Forms.Label()
  36. Me.Label2 = New System.Windows.Forms.Label()
  37. Me.結束日期_dtp = New Telerik.WinControls.UI.RadDateTimePicker()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.開始日期_dtp = New Telerik.WinControls.UI.RadDateTimePicker()
  40. Me.Panel1 = New System.Windows.Forms.Panel()
  41. Me.語言_dgv = New System.Windows.Forms.DataGridView()
  42. Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  43. Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
  44. Me.間距_nud = New System.Windows.Forms.NumericUpDown()
  45. Me.月_ch = New System.Windows.Forms.CheckBox()
  46. Me.周_ch = New System.Windows.Forms.CheckBox()
  47. Me.天_ch = New System.Windows.Forms.CheckBox()
  48. Me.合約編號3_tb = New System.Windows.Forms.TextBox()
  49. Me.合約編號2_tb = New System.Windows.Forms.TextBox()
  50. Me.工程期1_ch = New System.Windows.Forms.ComboBox()
  51. Me.合約編號1_tb = New System.Windows.Forms.TextBox()
  52. Me.合約_dgv = New System.Windows.Forms.DataGridView()
  53. Me.合約編號_cb = New System.Windows.Forms.ComboBox()
  54. Me.職稱_cb = New System.Windows.Forms.ComboBox()
  55. Me.Label35 = New System.Windows.Forms.Label()
  56. Me.帳號_cb = New System.Windows.Forms.ComboBox()
  57. Me.連線清單_dgv = New System.Windows.Forms.DataGridView()
  58. Me.start = New System.Windows.Forms.DataGridViewTextBoxColumn()
  59. Me.endt = New System.Windows.Forms.DataGridViewTextBoxColumn()
  60. Me.type = New System.Windows.Forms.DataGridViewTextBoxColumn()
  61. Me.設定清單_dgv = New System.Windows.Forms.DataGridView()
  62. Me.清單_dgv = New System.Windows.Forms.DataGridView()
  63. Me.合約編號_tb = New System.Windows.Forms.TextBox()
  64. Me.甘特圖_gv = New 新甘特圖模板.MyRadGanttView()
  65. Me.合約2_dgv = New System.Windows.Forms.DataGridView()
  66. Me.Label7 = New System.Windows.Forms.Label()
  67. Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
  68. Me.工程執行主管_cb = New System.Windows.Forms.ComboBox()
  69. Me.Label6 = New System.Windows.Forms.Label()
  70. Me.Label40 = New System.Windows.Forms.Label()
  71. Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
  72. Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
  73. Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
  74. Me.Label8 = New System.Windows.Forms.Label()
  75. Me.Label379 = New System.Windows.Forms.Label()
  76. Me.進度表刪除_bt = New System.Windows.Forms.Button()
  77. Me.查詢_bt = New System.Windows.Forms.Button()
  78. Me.創建甘特圖_bt = New System.Windows.Forms.Button()
  79. Me.新增標點2_bt = New System.Windows.Forms.Button()
  80. Me.新增子項2_bt = New System.Windows.Forms.Button()
  81. Me.刪除項目_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.新增子項1_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.語轉扭_bt = New System.Windows.Forms.Button()
  89. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  90. Me.視窗2_pl = New System.Windows.Forms.Panel()
  91. Me.Panel3 = New System.Windows.Forms.Panel()
  92. Me.未建清單_dgv = New System.Windows.Forms.DataGridView()
  93. Me.高級編輯_lb = New System.Windows.Forms.Label()
  94. Me.CanceL2_bt = New System.Windows.Forms.Button()
  95. Me.Panel2 = New System.Windows.Forms.Panel()
  96. Me.Panel4 = New System.Windows.Forms.Panel()
  97. Me.縮放1_bt = New System.Windows.Forms.Button()
  98. CType(Me.進度條_rtb, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.項目清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  100. CType(Me.進度_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  101. CType(Me.結束日期_dtp, System.ComponentModel.ISupportInitialize).BeginInit()
  102. CType(Me.開始日期_dtp, System.ComponentModel.ISupportInitialize).BeginInit()
  103. Me.Panel1.SuspendLayout()
  104. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.連線清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  108. CType(Me.設定清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  109. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  110. CType(Me.甘特圖_gv, System.ComponentModel.ISupportInitialize).BeginInit()
  111. CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  112. Me.視窗2_pl.SuspendLayout()
  113. Me.Panel3.SuspendLayout()
  114. CType(Me.未建清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  115. Me.Panel2.SuspendLayout()
  116. Me.Panel4.SuspendLayout()
  117. Me.SuspendLayout()
  118. '
  119. 'Label4
  120. '
  121. Me.Label4.Location = New System.Drawing.Point(942, 55)
  122. Me.Label4.Name = "Label4"
  123. Me.Label4.Size = New System.Drawing.Size(97, 20)
  124. Me.Label4.TabIndex = 51
  125. Me.Label4.Text = "項目顏色"
  126. Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  127. '
  128. '黃色_bt
  129. '
  130. Me.黃色_bt.BackColor = System.Drawing.Color.LightGoldenrodYellow
  131. Me.黃色_bt.Location = New System.Drawing.Point(1117, 52)
  132. Me.黃色_bt.Name = "黃色_bt"
  133. Me.黃色_bt.Size = New System.Drawing.Size(25, 25)
  134. Me.黃色_bt.TabIndex = 50
  135. Me.黃色_bt.UseVisualStyleBackColor = False
  136. '
  137. '藍色_bt
  138. '
  139. Me.藍色_bt.BackColor = System.Drawing.Color.LightSkyBlue
  140. Me.藍色_bt.Location = New System.Drawing.Point(1068, 52)
  141. Me.藍色_bt.Name = "藍色_bt"
  142. Me.藍色_bt.Size = New System.Drawing.Size(25, 25)
  143. Me.藍色_bt.TabIndex = 49
  144. Me.藍色_bt.UseVisualStyleBackColor = False
  145. '
  146. '綠色_bt
  147. '
  148. Me.綠色_bt.BackColor = System.Drawing.Color.LimeGreen
  149. Me.綠色_bt.Location = New System.Drawing.Point(1045, 52)
  150. Me.綠色_bt.Name = "綠色_bt"
  151. Me.綠色_bt.Size = New System.Drawing.Size(25, 25)
  152. Me.綠色_bt.TabIndex = 48
  153. Me.綠色_bt.UseVisualStyleBackColor = False
  154. '
  155. '紅色_bt
  156. '
  157. Me.紅色_bt.BackColor = System.Drawing.Color.LightPink
  158. Me.紅色_bt.Location = New System.Drawing.Point(1092, 52)
  159. Me.紅色_bt.Name = "紅色_bt"
  160. Me.紅色_bt.Size = New System.Drawing.Size(25, 25)
  161. Me.紅色_bt.TabIndex = 47
  162. Me.紅色_bt.UseVisualStyleBackColor = False
  163. '
  164. 'Label5
  165. '
  166. Me.Label5.Location = New System.Drawing.Point(404, 56)
  167. Me.Label5.Name = "Label5"
  168. Me.Label5.Size = New System.Drawing.Size(136, 20)
  169. Me.Label5.TabIndex = 44
  170. Me.Label5.Text = "Zoom In / Zoom Out"
  171. Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  172. '
  173. '進度條_rtb
  174. '
  175. Me.進度條_rtb.Location = New System.Drawing.Point(542, 53)
  176. Me.進度條_rtb.Maximum = 100.0!
  177. Me.進度條_rtb.Minimum = 10.0!
  178. Me.進度條_rtb.Name = "進度條_rtb"
  179. Me.進度條_rtb.Size = New System.Drawing.Size(197, 24)
  180. Me.進度條_rtb.TabIndex = 43
  181. Me.進度條_rtb.ThumbSize = New System.Drawing.Size(8, 20)
  182. Me.進度條_rtb.TickStyle = Telerik.WinControls.Enumerations.TickStyles.None
  183. Me.進度條_rtb.Value = 50.0!
  184. '
  185. '項目清單_dgv
  186. '
  187. Me.項目清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  188. Me.項目清單_dgv.Location = New System.Drawing.Point(253, 56)
  189. Me.項目清單_dgv.Name = "項目清單_dgv"
  190. Me.項目清單_dgv.RowTemplate.Height = 24
  191. Me.項目清單_dgv.Size = New System.Drawing.Size(171, 49)
  192. Me.項目清單_dgv.TabIndex = 31
  193. '
  194. '進度_nud
  195. '
  196. Me.進度_nud.Increment = New Decimal(New Integer() {10, 0, 0, 0})
  197. Me.進度_nud.Location = New System.Drawing.Point(881, 54)
  198. Me.進度_nud.Name = "進度_nud"
  199. Me.進度_nud.Size = New System.Drawing.Size(50, 23)
  200. Me.進度_nud.TabIndex = 41
  201. '
  202. 'Label3
  203. '
  204. Me.Label3.Location = New System.Drawing.Point(773, 55)
  205. Me.Label3.Name = "Label3"
  206. Me.Label3.Size = New System.Drawing.Size(105, 20)
  207. Me.Label3.TabIndex = 40
  208. Me.Label3.Text = "各項完成進度"
  209. Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  210. '
  211. 'Label2
  212. '
  213. Me.Label2.ForeColor = System.Drawing.Color.Black
  214. Me.Label2.Location = New System.Drawing.Point(218, 56)
  215. Me.Label2.Name = "Label2"
  216. Me.Label2.Size = New System.Drawing.Size(60, 20)
  217. Me.Label2.TabIndex = 37
  218. Me.Label2.Text = "結束日期"
  219. Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  220. '
  221. '結束日期_dtp
  222. '
  223. Me.結束日期_dtp.CalendarSize = New System.Drawing.Size(290, 320)
  224. Me.結束日期_dtp.Location = New System.Drawing.Point(282, 54)
  225. Me.結束日期_dtp.Name = "結束日期_dtp"
  226. Me.結束日期_dtp.Size = New System.Drawing.Size(116, 24)
  227. Me.結束日期_dtp.TabIndex = 36
  228. Me.結束日期_dtp.TabStop = False
  229. Me.結束日期_dtp.Text = "2023年4月14日"
  230. Me.結束日期_dtp.Value = New Date(2023, 4, 14, 11, 9, 27, 730)
  231. '
  232. 'Label1
  233. '
  234. Me.Label1.ForeColor = System.Drawing.Color.Black
  235. Me.Label1.Location = New System.Drawing.Point(38, 56)
  236. Me.Label1.Name = "Label1"
  237. Me.Label1.Size = New System.Drawing.Size(60, 20)
  238. Me.Label1.TabIndex = 35
  239. Me.Label1.Text = "開始日期"
  240. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  241. '
  242. '開始日期_dtp
  243. '
  244. Me.開始日期_dtp.CalendarSize = New System.Drawing.Size(290, 320)
  245. Me.開始日期_dtp.Location = New System.Drawing.Point(102, 54)
  246. Me.開始日期_dtp.Name = "開始日期_dtp"
  247. Me.開始日期_dtp.Size = New System.Drawing.Size(116, 24)
  248. Me.開始日期_dtp.TabIndex = 34
  249. Me.開始日期_dtp.TabStop = False
  250. Me.開始日期_dtp.Text = "2023年4月14日"
  251. Me.開始日期_dtp.Value = New Date(2023, 4, 14, 11, 9, 27, 730)
  252. '
  253. 'Panel1
  254. '
  255. Me.Panel1.Controls.Add(Me.語言_dgv)
  256. Me.Panel1.Controls.Add(Me.間距_nud)
  257. Me.Panel1.Controls.Add(Me.月_ch)
  258. Me.Panel1.Controls.Add(Me.周_ch)
  259. Me.Panel1.Controls.Add(Me.天_ch)
  260. Me.Panel1.Controls.Add(Me.合約編號3_tb)
  261. Me.Panel1.Controls.Add(Me.合約編號2_tb)
  262. Me.Panel1.Controls.Add(Me.工程期1_ch)
  263. Me.Panel1.Controls.Add(Me.合約編號1_tb)
  264. Me.Panel1.Controls.Add(Me.合約_dgv)
  265. Me.Panel1.Controls.Add(Me.合約編號_cb)
  266. Me.Panel1.Controls.Add(Me.職稱_cb)
  267. Me.Panel1.Controls.Add(Me.Label35)
  268. Me.Panel1.Controls.Add(Me.帳號_cb)
  269. Me.Panel1.Controls.Add(Me.連線清單_dgv)
  270. Me.Panel1.Controls.Add(Me.設定清單_dgv)
  271. Me.Panel1.Controls.Add(Me.清單_dgv)
  272. Me.Panel1.Controls.Add(Me.項目清單_dgv)
  273. Me.Panel1.Location = New System.Drawing.Point(192, 188)
  274. Me.Panel1.Name = "Panel1"
  275. Me.Panel1.Size = New System.Drawing.Size(662, 188)
  276. Me.Panel1.TabIndex = 30
  277. '
  278. '語言_dgv
  279. '
  280. Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  281. Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
  282. Me.語言_dgv.Location = New System.Drawing.Point(178, 133)
  283. Me.語言_dgv.Name = "語言_dgv"
  284. Me.語言_dgv.RowHeadersWidth = 5
  285. Me.語言_dgv.RowTemplate.Height = 24
  286. Me.語言_dgv.Size = New System.Drawing.Size(209, 51)
  287. Me.語言_dgv.TabIndex = 1457
  288. Me.語言_dgv.Visible = False
  289. '
  290. 'Column1
  291. '
  292. Me.Column1.HeaderText = "Column1"
  293. Me.Column1.Name = "Column1"
  294. '
  295. 'Column2
  296. '
  297. Me.Column2.HeaderText = "Column2"
  298. Me.Column2.Name = "Column2"
  299. '
  300. '間距_nud
  301. '
  302. Me.間距_nud.Location = New System.Drawing.Point(516, 107)
  303. Me.間距_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
  304. Me.間距_nud.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
  305. Me.間距_nud.Name = "間距_nud"
  306. Me.間距_nud.Size = New System.Drawing.Size(67, 23)
  307. Me.間距_nud.TabIndex = 1456
  308. Me.間距_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
  309. Me.間距_nud.ThousandsSeparator = True
  310. '
  311. '月_ch
  312. '
  313. Me.月_ch.AutoSize = True
  314. Me.月_ch.Checked = True
  315. Me.月_ch.CheckState = System.Windows.Forms.CheckState.Checked
  316. Me.月_ch.Location = New System.Drawing.Point(473, 110)
  317. Me.月_ch.Name = "月_ch"
  318. Me.月_ch.Size = New System.Drawing.Size(38, 20)
  319. Me.月_ch.TabIndex = 1455
  320. Me.月_ch.Text = "月"
  321. Me.月_ch.UseVisualStyleBackColor = True
  322. '
  323. '周_ch
  324. '
  325. Me.周_ch.AutoSize = True
  326. Me.周_ch.Location = New System.Drawing.Point(429, 110)
  327. Me.周_ch.Name = "周_ch"
  328. Me.周_ch.Size = New System.Drawing.Size(38, 20)
  329. Me.周_ch.TabIndex = 1454
  330. Me.周_ch.Text = "周"
  331. Me.周_ch.UseVisualStyleBackColor = True
  332. '
  333. '天_ch
  334. '
  335. Me.天_ch.AutoSize = True
  336. Me.天_ch.Location = New System.Drawing.Point(385, 110)
  337. Me.天_ch.Name = "天_ch"
  338. Me.天_ch.Size = New System.Drawing.Size(38, 20)
  339. Me.天_ch.TabIndex = 1453
  340. Me.天_ch.Text = "天"
  341. Me.天_ch.UseVisualStyleBackColor = True
  342. '
  343. '合約編號3_tb
  344. '
  345. Me.合約編號3_tb.Location = New System.Drawing.Point(614, 150)
  346. Me.合約編號3_tb.Name = "合約編號3_tb"
  347. Me.合約編號3_tb.Size = New System.Drawing.Size(35, 23)
  348. Me.合約編號3_tb.TabIndex = 1785
  349. '
  350. '合約編號2_tb
  351. '
  352. Me.合約編號2_tb.Location = New System.Drawing.Point(548, 150)
  353. Me.合約編號2_tb.MaxLength = 6
  354. Me.合約編號2_tb.Name = "合約編號2_tb"
  355. Me.合約編號2_tb.Size = New System.Drawing.Size(65, 23)
  356. Me.合約編號2_tb.TabIndex = 1784
  357. '
  358. '工程期1_ch
  359. '
  360. Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  361. Me.工程期1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  362. Me.工程期1_ch.FormattingEnabled = True
  363. Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  364. Me.工程期1_ch.Location = New System.Drawing.Point(178, 107)
  365. Me.工程期1_ch.Name = "工程期1_ch"
  366. Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
  367. Me.工程期1_ch.TabIndex = 1449
  368. '
  369. '合約編號1_tb
  370. '
  371. Me.合約編號1_tb.Location = New System.Drawing.Point(497, 150)
  372. Me.合約編號1_tb.Name = "合約編號1_tb"
  373. Me.合約編號1_tb.Size = New System.Drawing.Size(50, 23)
  374. Me.合約編號1_tb.TabIndex = 1783
  375. '
  376. '合約_dgv
  377. '
  378. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  379. Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  380. Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  381. Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
  382. Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  383. Me.合約_dgv.Location = New System.Drawing.Point(545, 56)
  384. Me.合約_dgv.Name = "合約_dgv"
  385. Me.合約_dgv.RowHeadersWidth = 5
  386. Me.合約_dgv.RowTemplate.Height = 24
  387. Me.合約_dgv.Size = New System.Drawing.Size(113, 49)
  388. Me.合約_dgv.TabIndex = 1448
  389. '
  390. '合約編號_cb
  391. '
  392. Me.合約編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  393. Me.合約編號_cb.ForeColor = System.Drawing.Color.Blue
  394. Me.合約編號_cb.FormattingEnabled = True
  395. Me.合約編號_cb.Items.AddRange(New Object() {"HX", "PGS"})
  396. Me.合約編號_cb.Location = New System.Drawing.Point(433, 149)
  397. Me.合約編號_cb.Name = "合約編號_cb"
  398. Me.合約編號_cb.Size = New System.Drawing.Size(62, 24)
  399. Me.合約編號_cb.TabIndex = 1782
  400. '
  401. '職稱_cb
  402. '
  403. Me.職稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  404. Me.職稱_cb.ForeColor = System.Drawing.Color.Blue
  405. Me.職稱_cb.FormattingEnabled = True
  406. Me.職稱_cb.Items.AddRange(New Object() {"HX", "PGS"})
  407. Me.職稱_cb.Location = New System.Drawing.Point(430, 81)
  408. Me.職稱_cb.Name = "職稱_cb"
  409. Me.職稱_cb.Size = New System.Drawing.Size(113, 24)
  410. Me.職稱_cb.TabIndex = 1447
  411. '
  412. 'Label35
  413. '
  414. Me.Label35.AutoSize = True
  415. Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  416. Me.Label35.Location = New System.Drawing.Point(432, 133)
  417. Me.Label35.Name = "Label35"
  418. Me.Label35.Size = New System.Drawing.Size(220, 16)
  419. Me.Label35.TabIndex = 1786
  420. Me.Label35.Text = "乙方 甲方 立約日期 序號 "
  421. Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  422. '
  423. '帳號_cb
  424. '
  425. Me.帳號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  426. Me.帳號_cb.ForeColor = System.Drawing.Color.Blue
  427. Me.帳號_cb.FormattingEnabled = True
  428. Me.帳號_cb.Items.AddRange(New Object() {"HX", "PGS"})
  429. Me.帳號_cb.Location = New System.Drawing.Point(430, 56)
  430. Me.帳號_cb.Name = "帳號_cb"
  431. Me.帳號_cb.Size = New System.Drawing.Size(113, 24)
  432. Me.帳號_cb.TabIndex = 1446
  433. '
  434. '連線清單_dgv
  435. '
  436. Me.連線清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  437. Me.連線清單_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.start, Me.endt, Me.type})
  438. Me.連線清單_dgv.Location = New System.Drawing.Point(252, 4)
  439. Me.連線清單_dgv.Name = "連線清單_dgv"
  440. Me.連線清單_dgv.RowTemplate.Height = 24
  441. Me.連線清單_dgv.Size = New System.Drawing.Size(406, 49)
  442. Me.連線清單_dgv.TabIndex = 27
  443. '
  444. 'start
  445. '
  446. Me.start.HeaderText = "start"
  447. Me.start.Name = "start"
  448. '
  449. 'endt
  450. '
  451. Me.endt.HeaderText = "end"
  452. Me.endt.Name = "endt"
  453. '
  454. 'type
  455. '
  456. Me.type.HeaderText = "type"
  457. Me.type.Name = "type"
  458. '
  459. '設定清單_dgv
  460. '
  461. Me.設定清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  462. Me.設定清單_dgv.Location = New System.Drawing.Point(5, 95)
  463. Me.設定清單_dgv.Name = "設定清單_dgv"
  464. Me.設定清單_dgv.RowTemplate.Height = 24
  465. Me.設定清單_dgv.Size = New System.Drawing.Size(171, 89)
  466. Me.設定清單_dgv.TabIndex = 14
  467. '
  468. '清單_dgv
  469. '
  470. Me.清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  471. Me.清單_dgv.Location = New System.Drawing.Point(5, 4)
  472. Me.清單_dgv.Name = "清單_dgv"
  473. Me.清單_dgv.RowTemplate.Height = 24
  474. Me.清單_dgv.Size = New System.Drawing.Size(242, 89)
  475. Me.清單_dgv.TabIndex = 12
  476. '
  477. '合約編號_tb
  478. '
  479. Me.合約編號_tb.Enabled = False
  480. Me.合約編號_tb.Location = New System.Drawing.Point(93, 29)
  481. Me.合約編號_tb.Name = "合約編號_tb"
  482. Me.合約編號_tb.Size = New System.Drawing.Size(171, 23)
  483. Me.合約編號_tb.TabIndex = 1450
  484. '
  485. '甘特圖_gv
  486. '
  487. Me.甘特圖_gv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  488. Or System.Windows.Forms.AnchorStyles.Left) _
  489. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  490. Me.甘特圖_gv.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources._0hxlogo1
  491. Me.甘特圖_gv.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  492. Me.甘特圖_gv.ItemHeight = 28
  493. Me.甘特圖_gv.Location = New System.Drawing.Point(5, 78)
  494. Me.甘特圖_gv.Name = "甘特圖_gv"
  495. Me.甘特圖_gv.Ratio = 0.33!
  496. Me.甘特圖_gv.Size = New System.Drawing.Size(1303, 613)
  497. Me.甘特圖_gv.SplitterWidth = 8
  498. Me.甘特圖_gv.TabIndex = 55
  499. '
  500. '合約2_dgv
  501. '
  502. DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  503. Me.合約2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
  504. Me.合約2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  505. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  506. Me.合約2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  507. Me.合約2_dgv.BackgroundColor = System.Drawing.Color.White
  508. Me.合約2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  509. Me.合約2_dgv.Location = New System.Drawing.Point(2, 76)
  510. Me.合約2_dgv.Name = "合約2_dgv"
  511. Me.合約2_dgv.RowHeadersWidth = 5
  512. Me.合約2_dgv.RowTemplate.Height = 24
  513. Me.合約2_dgv.Size = New System.Drawing.Size(155, 614)
  514. Me.合約2_dgv.TabIndex = 1428
  515. '
  516. 'Label7
  517. '
  518. Me.Label7.AutoSize = True
  519. Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  520. Me.Label7.Location = New System.Drawing.Point(0, 5)
  521. Me.Label7.Name = "Label7"
  522. Me.Label7.Size = New System.Drawing.Size(117, 16)
  523. Me.Label7.TabIndex = 1430
  524. Me.Label7.Text = "Cari berdasarkan ID"
  525. Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  526. '
  527. '關鍵字搜尋_tb
  528. '
  529. Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(6, 22)
  530. Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
  531. Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(108, 23)
  532. Me.關鍵字搜尋_tb.TabIndex = 1429
  533. '
  534. '工程執行主管_cb
  535. '
  536. Me.工程執行主管_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  537. Me.工程執行主管_cb.ForeColor = System.Drawing.Color.Blue
  538. Me.工程執行主管_cb.FormattingEnabled = True
  539. Me.工程執行主管_cb.Items.AddRange(New Object() {"HX", "PGS"})
  540. Me.工程執行主管_cb.Location = New System.Drawing.Point(93, 4)
  541. Me.工程執行主管_cb.Name = "工程執行主管_cb"
  542. Me.工程執行主管_cb.Size = New System.Drawing.Size(171, 24)
  543. Me.工程執行主管_cb.TabIndex = 1445
  544. '
  545. 'Label6
  546. '
  547. Me.Label6.AutoSize = True
  548. Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  549. Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  550. Me.Label6.Location = New System.Drawing.Point(4, 8)
  551. Me.Label6.Name = "Label6"
  552. Me.Label6.Size = New System.Drawing.Size(88, 16)
  553. Me.Label6.TabIndex = 1444
  554. Me.Label6.Text = "Manajer Situs"
  555. '
  556. 'Label40
  557. '
  558. Me.Label40.BackColor = System.Drawing.SystemColors.Control
  559. Me.Label40.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  560. Me.Label40.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  561. Me.Label40.Location = New System.Drawing.Point(29, 50)
  562. Me.Label40.Name = "Label40"
  563. Me.Label40.Size = New System.Drawing.Size(48, 22)
  564. Me.Label40.TabIndex = 1447
  565. Me.Label40.Text = "Pihak A"
  566. Me.Label40.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  567. '
  568. '合約編號1_cb
  569. '
  570. Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
  571. Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  572. Me.合約編號1_cb.FormattingEnabled = True
  573. Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
  574. Me.合約編號1_cb.Location = New System.Drawing.Point(78, 50)
  575. Me.合約編號1_cb.Name = "合約編號1_cb"
  576. Me.合約編號1_cb.Size = New System.Drawing.Size(80, 24)
  577. Me.合約編號1_cb.TabIndex = 1446
  578. '
  579. '工程名稱_英_tb
  580. '
  581. Me.工程名稱_英_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  582. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  583. Me.工程名稱_英_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  584. Me.工程名稱_英_tb.Enabled = False
  585. Me.工程名稱_英_tb.Location = New System.Drawing.Point(358, 28)
  586. Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
  587. Me.工程名稱_英_tb.Size = New System.Drawing.Size(463, 23)
  588. Me.工程名稱_英_tb.TabIndex = 1790
  589. '
  590. '工程名稱_中_tb
  591. '
  592. Me.工程名稱_中_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  593. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  594. Me.工程名稱_中_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  595. Me.工程名稱_中_tb.Enabled = False
  596. Me.工程名稱_中_tb.Location = New System.Drawing.Point(358, 4)
  597. Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
  598. Me.工程名稱_中_tb.Size = New System.Drawing.Size(463, 23)
  599. Me.工程名稱_中_tb.TabIndex = 1789
  600. '
  601. 'Label8
  602. '
  603. Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
  604. Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
  605. Me.Label8.Location = New System.Drawing.Point(270, 3)
  606. Me.Label8.Name = "Label8"
  607. Me.Label8.Size = New System.Drawing.Size(87, 49)
  608. Me.Label8.TabIndex = 1787
  609. Me.Label8.Text = "工程名稱"
  610. Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  611. '
  612. 'Label379
  613. '
  614. Me.Label379.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  615. Me.Label379.Location = New System.Drawing.Point(15, 31)
  616. Me.Label379.Name = "Label379"
  617. Me.Label379.Size = New System.Drawing.Size(76, 22)
  618. Me.Label379.TabIndex = 1781
  619. Me.Label379.Text = "Contract No"
  620. Me.Label379.TextAlign = System.Drawing.ContentAlignment.MiddleRight
  621. '
  622. '進度表刪除_bt
  623. '
  624. Me.進度表刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  625. Me.進度表刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
  626. Me.進度表刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
  627. Me.進度表刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  628. Me.進度表刪除_bt.ForeColor = System.Drawing.Color.Red
  629. Me.進度表刪除_bt.Location = New System.Drawing.Point(1260, 4)
  630. Me.進度表刪除_bt.Name = "進度表刪除_bt"
  631. Me.進度表刪除_bt.Size = New System.Drawing.Size(48, 48)
  632. Me.進度表刪除_bt.TabIndex = 1463
  633. Me.進度表刪除_bt.UseVisualStyleBackColor = True
  634. '
  635. '查詢_bt
  636. '
  637. Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
  638. Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  639. Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  640. Me.查詢_bt.Location = New System.Drawing.Point(114, 2)
  641. Me.查詢_bt.Name = "查詢_bt"
  642. Me.查詢_bt.Size = New System.Drawing.Size(45, 45)
  643. Me.查詢_bt.TabIndex = 1431
  644. Me.查詢_bt.UseVisualStyleBackColor = True
  645. '
  646. '創建甘特圖_bt
  647. '
  648. Me.創建甘特圖_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  649. Me.創建甘特圖_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
  650. Me.創建甘特圖_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  651. Me.創建甘特圖_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  652. Me.創建甘特圖_bt.Location = New System.Drawing.Point(823, 4)
  653. Me.創建甘特圖_bt.Name = "創建甘特圖_bt"
  654. Me.創建甘特圖_bt.Size = New System.Drawing.Size(48, 48)
  655. Me.創建甘特圖_bt.TabIndex = 54
  656. Me.創建甘特圖_bt.UseVisualStyleBackColor = True
  657. '
  658. '新增標點2_bt
  659. '
  660. Me.新增標點2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  661. Me.新增標點2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.標點新增下
  662. Me.新增標點2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  663. Me.新增標點2_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  664. Me.新增標點2_bt.Location = New System.Drawing.Point(1062, 4)
  665. Me.新增標點2_bt.Name = "新增標點2_bt"
  666. Me.新增標點2_bt.Size = New System.Drawing.Size(48, 48)
  667. Me.新增標點2_bt.TabIndex = 53
  668. Me.新增標點2_bt.UseVisualStyleBackColor = True
  669. '
  670. '新增子項2_bt
  671. '
  672. Me.新增子項2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  673. Me.新增子項2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.物件新增下
  674. Me.新增子項2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  675. Me.新增子項2_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  676. Me.新增子項2_bt.Location = New System.Drawing.Point(967, 4)
  677. Me.新增子項2_bt.Name = "新增子項2_bt"
  678. Me.新增子項2_bt.Size = New System.Drawing.Size(48, 48)
  679. Me.新增子項2_bt.TabIndex = 52
  680. Me.新增子項2_bt.UseVisualStyleBackColor = True
  681. '
  682. '刪除項目_bt
  683. '
  684. Me.刪除項目_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  685. Me.刪除項目_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Close
  686. Me.刪除項目_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  687. Me.刪除項目_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  688. Me.刪除項目_bt.Location = New System.Drawing.Point(1110, 4)
  689. Me.刪除項目_bt.Name = "刪除項目_bt"
  690. Me.刪除項目_bt.Size = New System.Drawing.Size(48, 48)
  691. Me.刪除項目_bt.TabIndex = 46
  692. Me.刪除項目_bt.UseVisualStyleBackColor = True
  693. '
  694. '新增標點1_bt
  695. '
  696. Me.新增標點1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  697. Me.新增標點1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.標點新增上
  698. Me.新增標點1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  699. Me.新增標點1_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  700. Me.新增標點1_bt.Location = New System.Drawing.Point(1014, 4)
  701. Me.新增標點1_bt.Name = "新增標點1_bt"
  702. Me.新增標點1_bt.Size = New System.Drawing.Size(48, 48)
  703. Me.新增標點1_bt.TabIndex = 45
  704. Me.新增標點1_bt.UseVisualStyleBackColor = True
  705. '
  706. '存檔_bt
  707. '
  708. Me.存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  709. Me.存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
  710. Me.存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  711. Me.存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  712. Me.存檔_bt.Location = New System.Drawing.Point(1158, 4)
  713. Me.存檔_bt.Name = "存檔_bt"
  714. Me.存檔_bt.Size = New System.Drawing.Size(48, 48)
  715. Me.存檔_bt.TabIndex = 42
  716. Me.存檔_bt.UseVisualStyleBackColor = True
  717. '
  718. '新增子項1_bt
  719. '
  720. Me.新增子項1_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  721. Me.新增子項1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.物件新增上
  722. Me.新增子項1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  723. Me.新增子項1_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  724. Me.新增子項1_bt.Location = New System.Drawing.Point(919, 4)
  725. Me.新增子項1_bt.Name = "新增子項1_bt"
  726. Me.新增子項1_bt.Size = New System.Drawing.Size(48, 48)
  727. Me.新增子項1_bt.TabIndex = 39
  728. Me.新增子項1_bt.UseVisualStyleBackColor = True
  729. '
  730. '新增主項_bt
  731. '
  732. Me.新增主項_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  733. Me.新增主項_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_1
  734. Me.新增主項_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  735. Me.新增主項_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  736. Me.新增主項_bt.Location = New System.Drawing.Point(871, 4)
  737. Me.新增主項_bt.Name = "新增主項_bt"
  738. Me.新增主項_bt.Size = New System.Drawing.Size(48, 48)
  739. Me.新增主項_bt.TabIndex = 38
  740. Me.新增主項_bt.UseVisualStyleBackColor = True
  741. '
  742. '導出_bt
  743. '
  744. Me.導出_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  745. Me.導出_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Download
  746. Me.導出_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  747. Me.導出_bt.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  748. Me.導出_bt.Location = New System.Drawing.Point(1206, 4)
  749. Me.導出_bt.Name = "導出_bt"
  750. Me.導出_bt.Size = New System.Drawing.Size(48, 48)
  751. Me.導出_bt.TabIndex = 32
  752. Me.導出_bt.UseVisualStyleBackColor = True
  753. '
  754. '縮放2_bt
  755. '
  756. Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  757. Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  758. Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  759. Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
  760. Me.縮放2_bt.Location = New System.Drawing.Point(1, 45)
  761. Me.縮放2_bt.Name = "縮放2_bt"
  762. Me.縮放2_bt.Size = New System.Drawing.Size(30, 30)
  763. Me.縮放2_bt.TabIndex = 1780
  764. Me.縮放2_bt.UseVisualStyleBackColor = True
  765. '
  766. '語轉扭_bt
  767. '
  768. Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  769. Me.語轉扭_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  770. Me.語轉扭_bt.ForeColor = System.Drawing.Color.Black
  771. Me.語轉扭_bt.Location = New System.Drawing.Point(1283, 51)
  772. Me.語轉扭_bt.Name = "語轉扭_bt"
  773. Me.語轉扭_bt.Size = New System.Drawing.Size(25, 25)
  774. Me.語轉扭_bt.TabIndex = 1791
  775. Me.語轉扭_bt.Text = "L"
  776. Me.語轉扭_bt.UseVisualStyleBackColor = True
  777. '
  778. 'ToolTip1
  779. '
  780. Me.ToolTip1.AutoPopDelay = 5000
  781. Me.ToolTip1.InitialDelay = 500
  782. Me.ToolTip1.IsBalloon = True
  783. Me.ToolTip1.ReshowDelay = 100
  784. Me.ToolTip1.ToolTipTitle = "illustrate"
  785. '
  786. '視窗2_pl
  787. '
  788. Me.視窗2_pl.BackColor = System.Drawing.Color.White
  789. Me.視窗2_pl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  790. Me.視窗2_pl.Controls.Add(Me.Panel3)
  791. Me.視窗2_pl.Controls.Add(Me.高級編輯_lb)
  792. Me.視窗2_pl.Controls.Add(Me.CanceL2_bt)
  793. Me.視窗2_pl.Location = New System.Drawing.Point(100, 100)
  794. Me.視窗2_pl.Name = "視窗2_pl"
  795. Me.視窗2_pl.Size = New System.Drawing.Size(750, 583)
  796. Me.視窗2_pl.TabIndex = 1892
  797. '
  798. 'Panel3
  799. '
  800. Me.Panel3.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  801. Or System.Windows.Forms.AnchorStyles.Left) _
  802. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  803. Me.Panel3.BackColor = System.Drawing.SystemColors.Control
  804. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  805. Me.Panel3.Controls.Add(Me.未建清單_dgv)
  806. Me.Panel3.Location = New System.Drawing.Point(3, 28)
  807. Me.Panel3.Name = "Panel3"
  808. Me.Panel3.Size = New System.Drawing.Size(743, 551)
  809. Me.Panel3.TabIndex = 1367
  810. '
  811. '未建清單_dgv
  812. '
  813. DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  814. Me.未建清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
  815. Me.未建清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  816. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  817. Me.未建清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  818. Me.未建清單_dgv.BackgroundColor = System.Drawing.Color.White
  819. Me.未建清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  820. Me.未建清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  821. Me.未建清單_dgv.Location = New System.Drawing.Point(3, 1)
  822. Me.未建清單_dgv.Name = "未建清單_dgv"
  823. Me.未建清單_dgv.RowHeadersWidth = 5
  824. Me.未建清單_dgv.RowTemplate.Height = 24
  825. Me.未建清單_dgv.Size = New System.Drawing.Size(733, 543)
  826. Me.未建清單_dgv.TabIndex = 1852
  827. '
  828. '高級編輯_lb
  829. '
  830. Me.高級編輯_lb.AutoSize = True
  831. Me.高級編輯_lb.Location = New System.Drawing.Point(5, 7)
  832. Me.高級編輯_lb.Name = "高級編輯_lb"
  833. Me.高級編輯_lb.Size = New System.Drawing.Size(103, 16)
  834. Me.高級編輯_lb.TabIndex = 1375
  835. Me.高級編輯_lb.Text = "未建立甘特圖合約"
  836. '
  837. 'CanceL2_bt
  838. '
  839. Me.CanceL2_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  840. Me.CanceL2_bt.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(128, Byte), Integer))
  841. Me.CanceL2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  842. Me.CanceL2_bt.ForeColor = System.Drawing.Color.Black
  843. Me.CanceL2_bt.Location = New System.Drawing.Point(718, 2)
  844. Me.CanceL2_bt.Name = "CanceL2_bt"
  845. Me.CanceL2_bt.Size = New System.Drawing.Size(26, 26)
  846. Me.CanceL2_bt.TabIndex = 1374
  847. Me.CanceL2_bt.Text = "X"
  848. Me.CanceL2_bt.UseVisualStyleBackColor = False
  849. '
  850. 'Panel2
  851. '
  852. Me.Panel2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  853. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  854. Me.Panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  855. Me.Panel2.Controls.Add(Me.縮放2_bt)
  856. Me.Panel2.Controls.Add(Me.合約2_dgv)
  857. Me.Panel2.Controls.Add(Me.關鍵字搜尋_tb)
  858. Me.Panel2.Controls.Add(Me.查詢_bt)
  859. Me.Panel2.Controls.Add(Me.合約編號1_cb)
  860. Me.Panel2.Controls.Add(Me.Label7)
  861. Me.Panel2.Controls.Add(Me.Label40)
  862. Me.Panel2.Location = New System.Drawing.Point(0, -1)
  863. Me.Panel2.Name = "Panel2"
  864. Me.Panel2.Size = New System.Drawing.Size(162, 696)
  865. Me.Panel2.TabIndex = 1893
  866. '
  867. 'Panel4
  868. '
  869. Me.Panel4.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  870. Or System.Windows.Forms.AnchorStyles.Left) _
  871. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  872. Me.Panel4.Controls.Add(Me.縮放1_bt)
  873. Me.Panel4.Controls.Add(Me.藍色_bt)
  874. Me.Panel4.Controls.Add(Me.Label6)
  875. Me.Panel4.Controls.Add(Me.綠色_bt)
  876. Me.Panel4.Controls.Add(Me.語轉扭_bt)
  877. Me.Panel4.Controls.Add(Me.導出_bt)
  878. Me.Panel4.Controls.Add(Me.工程名稱_英_tb)
  879. Me.Panel4.Controls.Add(Me.視窗2_pl)
  880. Me.Panel4.Controls.Add(Me.開始日期_dtp)
  881. Me.Panel4.Controls.Add(Me.甘特圖_gv)
  882. Me.Panel4.Controls.Add(Me.工程名稱_中_tb)
  883. Me.Panel4.Controls.Add(Me.Label1)
  884. Me.Panel4.Controls.Add(Me.Label8)
  885. Me.Panel4.Controls.Add(Me.結束日期_dtp)
  886. Me.Panel4.Controls.Add(Me.Label379)
  887. Me.Panel4.Controls.Add(Me.Label2)
  888. Me.Panel4.Controls.Add(Me.合約編號_tb)
  889. Me.Panel4.Controls.Add(Me.新增主項_bt)
  890. Me.Panel4.Controls.Add(Me.進度表刪除_bt)
  891. Me.Panel4.Controls.Add(Me.新增子項1_bt)
  892. Me.Panel4.Controls.Add(Me.工程執行主管_cb)
  893. Me.Panel4.Controls.Add(Me.Label3)
  894. Me.Panel4.Controls.Add(Me.進度_nud)
  895. Me.Panel4.Controls.Add(Me.創建甘特圖_bt)
  896. Me.Panel4.Controls.Add(Me.存檔_bt)
  897. Me.Panel4.Controls.Add(Me.新增標點2_bt)
  898. Me.Panel4.Controls.Add(Me.進度條_rtb)
  899. Me.Panel4.Controls.Add(Me.新增子項2_bt)
  900. Me.Panel4.Controls.Add(Me.Label5)
  901. Me.Panel4.Controls.Add(Me.Label4)
  902. Me.Panel4.Controls.Add(Me.新增標點1_bt)
  903. Me.Panel4.Controls.Add(Me.黃色_bt)
  904. Me.Panel4.Controls.Add(Me.刪除項目_bt)
  905. Me.Panel4.Controls.Add(Me.紅色_bt)
  906. Me.Panel4.Location = New System.Drawing.Point(162, 0)
  907. Me.Panel4.Name = "Panel4"
  908. Me.Panel4.Size = New System.Drawing.Size(1312, 695)
  909. Me.Panel4.TabIndex = 1894
  910. '
  911. '縮放1_bt
  912. '
  913. Me.縮放1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
  914. Me.縮放1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  915. Me.縮放1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  916. Me.縮放1_bt.ForeColor = System.Drawing.Color.Blue
  917. Me.縮放1_bt.Location = New System.Drawing.Point(2, 50)
  918. Me.縮放1_bt.Name = "縮放1_bt"
  919. Me.縮放1_bt.Size = New System.Drawing.Size(26, 26)
  920. Me.縮放1_bt.TabIndex = 1893
  921. Me.縮放1_bt.UseVisualStyleBackColor = True
  922. '
  923. '新甘特圖模板
  924. '
  925. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  926. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  927. Me.ClientSize = New System.Drawing.Size(1473, 694)
  928. Me.Controls.Add(Me.Panel2)
  929. Me.Controls.Add(Me.Panel1)
  930. Me.Controls.Add(Me.Panel4)
  931. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  932. Me.Margin = New System.Windows.Forms.Padding(4)
  933. Me.Name = "新甘特圖模板"
  934. Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
  935. Me.Text = "新甘特圖模板"
  936. CType(Me.進度條_rtb, System.ComponentModel.ISupportInitialize).EndInit()
  937. CType(Me.項目清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  938. CType(Me.進度_nud, System.ComponentModel.ISupportInitialize).EndInit()
  939. CType(Me.結束日期_dtp, System.ComponentModel.ISupportInitialize).EndInit()
  940. CType(Me.開始日期_dtp, System.ComponentModel.ISupportInitialize).EndInit()
  941. Me.Panel1.ResumeLayout(False)
  942. Me.Panel1.PerformLayout()
  943. CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  944. CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).EndInit()
  945. CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  946. CType(Me.連線清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  947. CType(Me.設定清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  948. CType(Me.清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  949. CType(Me.甘特圖_gv, System.ComponentModel.ISupportInitialize).EndInit()
  950. CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  951. Me.視窗2_pl.ResumeLayout(False)
  952. Me.視窗2_pl.PerformLayout()
  953. Me.Panel3.ResumeLayout(False)
  954. CType(Me.未建清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  955. Me.Panel2.ResumeLayout(False)
  956. Me.Panel2.PerformLayout()
  957. Me.Panel4.ResumeLayout(False)
  958. Me.Panel4.PerformLayout()
  959. Me.ResumeLayout(False)
  960. End Sub
  961. Friend WithEvents 創建甘特圖_bt As Button
  962. Friend WithEvents 新增標點2_bt As Button
  963. Friend WithEvents 新增子項2_bt As Button
  964. Friend WithEvents Label4 As Label
  965. Friend WithEvents 黃色_bt As Button
  966. Friend WithEvents 藍色_bt As Button
  967. Friend WithEvents 綠色_bt As Button
  968. Friend WithEvents 紅色_bt As Button
  969. Friend WithEvents 刪除項目_bt As Button
  970. Friend WithEvents 新增標點1_bt As Button
  971. Friend WithEvents Label5 As Label
  972. Friend WithEvents 進度條_rtb As Telerik.WinControls.UI.RadTrackBar
  973. Friend WithEvents 存檔_bt As Button
  974. Friend WithEvents 項目清單_dgv As DataGridView
  975. Friend WithEvents 進度_nud As NumericUpDown
  976. Friend WithEvents Label3 As Label
  977. Friend WithEvents 新增子項1_bt As Button
  978. Friend WithEvents 新增主項_bt As Button
  979. Friend WithEvents Label2 As Label
  980. Friend WithEvents 結束日期_dtp As Telerik.WinControls.UI.RadDateTimePicker
  981. Friend WithEvents Label1 As Label
  982. Friend WithEvents 開始日期_dtp As Telerik.WinControls.UI.RadDateTimePicker
  983. Friend WithEvents 導出_bt As Button
  984. Friend WithEvents Panel1 As Panel
  985. Friend WithEvents 連線清單_dgv As DataGridView
  986. Friend WithEvents start As DataGridViewTextBoxColumn
  987. Friend WithEvents endt As DataGridViewTextBoxColumn
  988. Friend WithEvents type As DataGridViewTextBoxColumn
  989. Friend WithEvents 設定清單_dgv As DataGridView
  990. Friend WithEvents 清單_dgv As DataGridView
  991. 'Friend WithEvents RadGanttView1 As Telerik.WinControls.UI.RadGanttView
  992. Friend WithEvents 甘特圖_gv As MyRadGanttView
  993. Friend WithEvents 合約2_dgv As DataGridView
  994. Friend WithEvents 查詢_bt As Button
  995. Friend WithEvents Label7 As Label
  996. Friend WithEvents 關鍵字搜尋_tb As TextBox
  997. Friend WithEvents 工程執行主管_cb As ComboBox
  998. Friend WithEvents Label6 As Label
  999. Friend WithEvents Label40 As Label
  1000. Friend WithEvents 合約編號1_cb As ComboBox
  1001. Friend WithEvents 進度表刪除_bt As Button
  1002. Friend WithEvents 職稱_cb As ComboBox
  1003. Friend WithEvents 帳號_cb As ComboBox
  1004. Friend WithEvents 合約_dgv As DataGridView
  1005. Friend WithEvents 工程期1_ch As ComboBox
  1006. Friend WithEvents 縮放2_bt As Button
  1007. Friend WithEvents 工程名稱_英_tb As TextBox
  1008. Friend WithEvents 工程名稱_中_tb As TextBox
  1009. Friend WithEvents Label8 As Label
  1010. Friend WithEvents Label379 As Label
  1011. Friend WithEvents 合約編號3_tb As TextBox
  1012. Friend WithEvents 合約編號2_tb As TextBox
  1013. Friend WithEvents 合約編號1_tb As TextBox
  1014. Friend WithEvents 合約編號_cb As ComboBox
  1015. Friend WithEvents Label35 As Label
  1016. Friend WithEvents 合約編號_tb As TextBox
  1017. Friend WithEvents 月_ch As CheckBox
  1018. Friend WithEvents 周_ch As CheckBox
  1019. Friend WithEvents 天_ch As CheckBox
  1020. Friend WithEvents 間距_nud As NumericUpDown
  1021. Friend WithEvents 語轉扭_bt As Button
  1022. Friend WithEvents ToolTip1 As ToolTip
  1023. Friend WithEvents 語言_dgv As DataGridView
  1024. Friend WithEvents Column1 As DataGridViewTextBoxColumn
  1025. Friend WithEvents Column2 As DataGridViewTextBoxColumn
  1026. Friend WithEvents 視窗2_pl As Panel
  1027. Friend WithEvents Panel3 As Panel
  1028. Friend WithEvents 未建清單_dgv As DataGridView
  1029. Friend WithEvents 高級編輯_lb As Label
  1030. Friend WithEvents CanceL2_bt As Button
  1031. Friend WithEvents Panel2 As Panel
  1032. Friend WithEvents Panel4 As Panel
  1033. Friend WithEvents 縮放1_bt As Button
  1034. End Class