123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
- Partial Class 工程進度表
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()>
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()>
- Private Sub InitializeComponent()
- Me.components = New System.ComponentModel.Container()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle7 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle8 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(工程進度表))
- Me.Label41 = New System.Windows.Forms.Label()
- Me.工程期1_ch = New System.Windows.Forms.ComboBox()
- Me.Label40 = New System.Windows.Forms.Label()
- Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
- Me.合約_dgv = New System.Windows.Forms.DataGridView()
- Me.Label379 = New System.Windows.Forms.Label()
- Me.合約編號3_tb = New System.Windows.Forms.TextBox()
- Me.合約編號2_tb = New System.Windows.Forms.TextBox()
- Me.合約編號1_tb = New System.Windows.Forms.TextBox()
- Me.合約編號_cb = New System.Windows.Forms.ComboBox()
- Me.Label35 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.日期1_dtp = New System.Windows.Forms.DateTimePicker()
- Me.間距_nud = New System.Windows.Forms.NumericUpDown()
- Me.DGV位置2 = New System.Windows.Forms.NumericUpDown()
- Me.工程流水_tb = New System.Windows.Forms.TextBox()
- Me.選擇項_tb = New System.Windows.Forms.TextBox()
- Me.職稱_cb = New System.Windows.Forms.ComboBox()
- Me.月_ch = New System.Windows.Forms.CheckBox()
- Me.周_ch = New System.Windows.Forms.CheckBox()
- Me.帳號_cb = New System.Windows.Forms.ComboBox()
- Me.天_ch = New System.Windows.Forms.CheckBox()
- Me.工程進度表_dgv = New System.Windows.Forms.DataGridView()
- Me.合約2_dgv = New System.Windows.Forms.DataGridView()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.合約編號_tb = New System.Windows.Forms.TextBox()
- Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
- Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.工程執行主管_cb = New System.Windows.Forms.ComboBox()
- Me.開始日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.需求日期_lb = New System.Windows.Forms.Label()
- Me.結束日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.空間2 = New System.Windows.Forms.Panel()
- Me.GanttChart1 = New HX_PGS_ERP_SYS.GanttChart()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.編輯清單_ch = New System.Windows.Forms.CheckBox()
- Me.錨點1 = New System.Windows.Forms.TextBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.工期_nud = New System.Windows.Forms.NumericUpDown()
- Me.進度表刪除_bt = New System.Windows.Forms.Button()
- Me.導成圖片_bt = New System.Windows.Forms.Button()
- Me.甘特圖_tb = New System.Windows.Forms.Button()
- Me.格式存檔_bt = New System.Windows.Forms.Button()
- Me.開立工程進度表_bt = New System.Windows.Forms.Button()
- Me.新增資料1_bt = New System.Windows.Forms.Button()
- Me.排序1_bt = New System.Windows.Forms.Button()
- Me.進度表選擇刪除_bt = New System.Windows.Forms.Button()
- Me.工程進度表存檔_bt = New System.Windows.Forms.Button()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.合約編號清單_bt = New System.Windows.Forms.Button()
- Me.縮放2_bt = New System.Windows.Forms.Button()
- Me.項目_tb = New System.Windows.Forms.TextBox()
- Me.翻譯_bt = New System.Windows.Forms.Button()
- Me.等待翻譯_tim = New System.Windows.Forms.Timer(Me.components)
- Me.TW_ch = New System.Windows.Forms.CheckBox()
- Me.IN_ch = New System.Windows.Forms.CheckBox()
- CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.工程進度表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.空間2.SuspendLayout()
- CType(Me.工期_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Label41
- '
- Me.Label41.AutoSize = True
- Me.Label41.BackColor = System.Drawing.SystemColors.Control
- Me.Label41.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label41.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label41.Location = New System.Drawing.Point(3, 305)
- Me.Label41.Name = "Label41"
- Me.Label41.Size = New System.Drawing.Size(55, 16)
- Me.Label41.TabIndex = 1415
- Me.Label41.Text = "工程期數"
- Me.Label41.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '工程期1_ch
- '
- Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.工程期1_ch.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.工程期1_ch.FormattingEnabled = True
- Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.工程期1_ch.Location = New System.Drawing.Point(3, 323)
- Me.工程期1_ch.Name = "工程期1_ch"
- Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
- Me.工程期1_ch.TabIndex = 1414
- '
- 'Label40
- '
- Me.Label40.AutoSize = True
- Me.Label40.BackColor = System.Drawing.SystemColors.Control
- Me.Label40.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label40.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label40.Location = New System.Drawing.Point(184, 69)
- Me.Label40.Name = "Label40"
- Me.Label40.Size = New System.Drawing.Size(31, 16)
- Me.Label40.TabIndex = 1413
- Me.Label40.Text = "甲方"
- Me.Label40.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '合約編號1_cb
- '
- Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.合約編號1_cb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約編號1_cb.FormattingEnabled = True
- Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.合約編號1_cb.Location = New System.Drawing.Point(216, 65)
- Me.合約編號1_cb.Name = "合約編號1_cb"
- Me.合約編號1_cb.Size = New System.Drawing.Size(74, 24)
- Me.合約編號1_cb.TabIndex = 1412
- '
- '合約_dgv
- '
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- Me.合約_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.合約_dgv.BackgroundColor = System.Drawing.Color.White
- Me.合約_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.合約_dgv.Location = New System.Drawing.Point(3, 3)
- Me.合約_dgv.Name = "合約_dgv"
- Me.合約_dgv.RowHeadersWidth = 5
- Me.合約_dgv.RowTemplate.Height = 24
- Me.合約_dgv.Size = New System.Drawing.Size(113, 97)
- Me.合約_dgv.TabIndex = 1410
- '
- 'Label379
- '
- Me.Label379.AutoSize = True
- Me.Label379.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label379.Location = New System.Drawing.Point(4, 10)
- Me.Label379.Name = "Label379"
- Me.Label379.Size = New System.Drawing.Size(39, 38)
- Me.Label379.TabIndex = 1416
- Me.Label379.Text = "合約" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "編號"
- Me.Label379.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '合約編號3_tb
- '
- Me.合約編號3_tb.Location = New System.Drawing.Point(225, 27)
- Me.合約編號3_tb.Name = "合約編號3_tb"
- Me.合約編號3_tb.Size = New System.Drawing.Size(35, 23)
- Me.合約編號3_tb.TabIndex = 1420
- '
- '合約編號2_tb
- '
- Me.合約編號2_tb.Location = New System.Drawing.Point(159, 27)
- Me.合約編號2_tb.MaxLength = 6
- Me.合約編號2_tb.Name = "合約編號2_tb"
- Me.合約編號2_tb.Size = New System.Drawing.Size(65, 23)
- Me.合約編號2_tb.TabIndex = 1419
- '
- '合約編號1_tb
- '
- Me.合約編號1_tb.Location = New System.Drawing.Point(108, 27)
- Me.合約編號1_tb.Name = "合約編號1_tb"
- Me.合約編號1_tb.Size = New System.Drawing.Size(50, 23)
- Me.合約編號1_tb.TabIndex = 1418
- '
- '合約編號_cb
- '
- Me.合約編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.合約編號_cb.ForeColor = System.Drawing.Color.Blue
- Me.合約編號_cb.FormattingEnabled = True
- Me.合約編號_cb.Items.AddRange(New Object() {"HX", "PGS"})
- Me.合約編號_cb.Location = New System.Drawing.Point(44, 26)
- Me.合約編號_cb.Name = "合約編號_cb"
- Me.合約編號_cb.Size = New System.Drawing.Size(62, 24)
- Me.合約編號_cb.TabIndex = 1417
- '
- 'Label35
- '
- Me.Label35.AutoSize = True
- Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label35.Location = New System.Drawing.Point(43, 10)
- Me.Label35.Name = "Label35"
- Me.Label35.Size = New System.Drawing.Size(220, 16)
- Me.Label35.TabIndex = 1421
- Me.Label35.Text = "乙方 甲方 立約日期 序號 "
- Me.Label35.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Label7
- '
- Me.Label7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(747, 31)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(79, 16)
- Me.Label7.TabIndex = 1423
- Me.Label7.Text = "合約編號搜尋"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '關鍵字搜尋_tb
- '
- Me.關鍵字搜尋_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(831, 27)
- Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
- Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(104, 23)
- Me.關鍵字搜尋_tb.TabIndex = 1422
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.日期1_dtp)
- Me.Panel1.Controls.Add(Me.間距_nud)
- Me.Panel1.Controls.Add(Me.DGV位置2)
- Me.Panel1.Controls.Add(Me.工程流水_tb)
- Me.Panel1.Controls.Add(Me.選擇項_tb)
- Me.Panel1.Controls.Add(Me.職稱_cb)
- Me.Panel1.Controls.Add(Me.月_ch)
- Me.Panel1.Controls.Add(Me.合約_dgv)
- Me.Panel1.Controls.Add(Me.周_ch)
- Me.Panel1.Controls.Add(Me.帳號_cb)
- Me.Panel1.Controls.Add(Me.天_ch)
- Me.Panel1.Controls.Add(Me.Label41)
- Me.Panel1.Controls.Add(Me.工程期1_ch)
- Me.Panel1.Location = New System.Drawing.Point(12, 156)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(122, 352)
- Me.Panel1.TabIndex = 1425
- Me.Panel1.Visible = False
- '
- '日期1_dtp
- '
- Me.日期1_dtp.Enabled = False
- Me.日期1_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.日期1_dtp.Location = New System.Drawing.Point(6, 227)
- Me.日期1_dtp.Name = "日期1_dtp"
- Me.日期1_dtp.Size = New System.Drawing.Size(110, 23)
- Me.日期1_dtp.TabIndex = 1450
- '
- '間距_nud
- '
- Me.間距_nud.Location = New System.Drawing.Point(49, 102)
- Me.間距_nud.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
- Me.間距_nud.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
- Me.間距_nud.Name = "間距_nud"
- Me.間距_nud.Size = New System.Drawing.Size(67, 23)
- Me.間距_nud.TabIndex = 1449
- Me.間距_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.間距_nud.ThousandsSeparator = True
- '
- 'DGV位置2
- '
- Me.DGV位置2.Location = New System.Drawing.Point(3, 102)
- Me.DGV位置2.Maximum = New Decimal(New Integer() {10000, 0, 0, 0})
- Me.DGV位置2.Minimum = New Decimal(New Integer() {10000, 0, 0, -2147483648})
- Me.DGV位置2.Name = "DGV位置2"
- Me.DGV位置2.Size = New System.Drawing.Size(40, 23)
- Me.DGV位置2.TabIndex = 1448
- Me.DGV位置2.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.DGV位置2.ThousandsSeparator = True
- '
- '工程流水_tb
- '
- Me.工程流水_tb.Enabled = False
- Me.工程流水_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.工程流水_tb.Location = New System.Drawing.Point(5, 202)
- Me.工程流水_tb.Name = "工程流水_tb"
- Me.工程流水_tb.Size = New System.Drawing.Size(112, 23)
- Me.工程流水_tb.TabIndex = 1447
- Me.工程流水_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '選擇項_tb
- '
- Me.選擇項_tb.Enabled = False
- Me.選擇項_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.選擇項_tb.Location = New System.Drawing.Point(4, 178)
- Me.選擇項_tb.Name = "選擇項_tb"
- Me.選擇項_tb.Size = New System.Drawing.Size(112, 23)
- Me.選擇項_tb.TabIndex = 1446
- Me.選擇項_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '職稱_cb
- '
- Me.職稱_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.職稱_cb.ForeColor = System.Drawing.Color.Blue
- Me.職稱_cb.FormattingEnabled = True
- Me.職稱_cb.Items.AddRange(New Object() {"HX", "PGS"})
- Me.職稱_cb.Location = New System.Drawing.Point(3, 153)
- Me.職稱_cb.Name = "職稱_cb"
- Me.職稱_cb.Size = New System.Drawing.Size(113, 24)
- Me.職稱_cb.TabIndex = 1445
- '
- '月_ch
- '
- Me.月_ch.AutoSize = True
- Me.月_ch.Checked = True
- Me.月_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.月_ch.Location = New System.Drawing.Point(6, 282)
- Me.月_ch.Name = "月_ch"
- Me.月_ch.Size = New System.Drawing.Size(38, 20)
- Me.月_ch.TabIndex = 1452
- Me.月_ch.Text = "月"
- Me.月_ch.UseVisualStyleBackColor = True
- '
- '周_ch
- '
- Me.周_ch.AutoSize = True
- Me.周_ch.Location = New System.Drawing.Point(77, 256)
- Me.周_ch.Name = "周_ch"
- Me.周_ch.Size = New System.Drawing.Size(38, 20)
- Me.周_ch.TabIndex = 1451
- Me.周_ch.Text = "周"
- Me.周_ch.UseVisualStyleBackColor = True
- '
- '帳號_cb
- '
- Me.帳號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.帳號_cb.ForeColor = System.Drawing.Color.Blue
- Me.帳號_cb.FormattingEnabled = True
- Me.帳號_cb.Items.AddRange(New Object() {"HX", "PGS"})
- Me.帳號_cb.Location = New System.Drawing.Point(3, 128)
- Me.帳號_cb.Name = "帳號_cb"
- Me.帳號_cb.Size = New System.Drawing.Size(113, 24)
- Me.帳號_cb.TabIndex = 1444
- '
- '天_ch
- '
- Me.天_ch.AutoSize = True
- Me.天_ch.Location = New System.Drawing.Point(6, 256)
- Me.天_ch.Name = "天_ch"
- Me.天_ch.Size = New System.Drawing.Size(38, 20)
- Me.天_ch.TabIndex = 1450
- Me.天_ch.Text = "天"
- Me.天_ch.UseVisualStyleBackColor = True
- '
- '工程進度表_dgv
- '
- DataGridViewCellStyle6.BackColor = System.Drawing.Color.White
- Me.工程進度表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
- Me.工程進度表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.工程進度表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.工程進度表_dgv.BackgroundColor = System.Drawing.Color.White
- Me.工程進度表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- DataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
- DataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window
- DataGridViewCellStyle7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText
- DataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight
- DataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText
- DataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.工程進度表_dgv.DefaultCellStyle = DataGridViewCellStyle7
- Me.工程進度表_dgv.Location = New System.Drawing.Point(161, 92)
- Me.工程進度表_dgv.Name = "工程進度表_dgv"
- Me.工程進度表_dgv.RowHeadersWidth = 5
- Me.工程進度表_dgv.RowTemplate.Height = 24
- Me.工程進度表_dgv.Size = New System.Drawing.Size(649, 588)
- Me.工程進度表_dgv.TabIndex = 1426
- '
- '合約2_dgv
- '
- DataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle8
- Me.合約2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.合約2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.合約2_dgv.BackgroundColor = System.Drawing.Color.White
- Me.合約2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.合約2_dgv.Location = New System.Drawing.Point(2, 92)
- Me.合約2_dgv.Name = "合約2_dgv"
- Me.合約2_dgv.RowHeadersWidth = 5
- Me.合約2_dgv.RowTemplate.Height = 24
- Me.合約2_dgv.Size = New System.Drawing.Size(158, 588)
- Me.合約2_dgv.TabIndex = 1427
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(1, 40)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(1317, 16)
- Me.Label1.TabIndex = 1428
- Me.Label1.Text = resources.GetString("Label1.Text")
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label2.Location = New System.Drawing.Point(42, 69)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(139, 16)
- Me.Label2.TabIndex = 1429
- Me.Label2.Text = "從合約系統中查詢合約號"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Label3
- '
- Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(176, 40)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(1317, 16)
- Me.Label3.TabIndex = 1430
- Me.Label3.Text = resources.GetString("Label3.Text")
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'Label4
- '
- Me.Label4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label4.AutoSize = True
- Me.Label4.BackColor = System.Drawing.SystemColors.Control
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(1369, 10)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(55, 16)
- Me.Label4.TabIndex = 1432
- Me.Label4.Text = "合約編號"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '合約編號_tb
- '
- Me.合約編號_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.合約編號_tb.Enabled = False
- Me.合約編號_tb.Location = New System.Drawing.Point(1366, 27)
- Me.合約編號_tb.Name = "合約編號_tb"
- Me.合約編號_tb.Size = New System.Drawing.Size(125, 23)
- Me.合約編號_tb.TabIndex = 1431
- '
- '工程名稱_英_tb
- '
- Me.工程名稱_英_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.工程名稱_英_tb.Enabled = False
- Me.工程名稱_英_tb.Location = New System.Drawing.Point(407, 27)
- Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
- Me.工程名稱_英_tb.Size = New System.Drawing.Size(338, 23)
- Me.工程名稱_英_tb.TabIndex = 1440
- '
- '工程名稱_中_tb
- '
- Me.工程名稱_中_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.工程名稱_中_tb.Enabled = False
- Me.工程名稱_中_tb.Location = New System.Drawing.Point(407, 3)
- Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
- Me.工程名稱_中_tb.Size = New System.Drawing.Size(338, 23)
- Me.工程名稱_中_tb.TabIndex = 1439
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
- Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label9.Location = New System.Drawing.Point(319, 31)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(87, 16)
- Me.Label9.TabIndex = 1438
- Me.Label9.Text = "工程名稱(英文)"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
- Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label8.Location = New System.Drawing.Point(319, 6)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(87, 16)
- Me.Label8.TabIndex = 1437
- Me.Label8.Text = "工程名稱(中文)"
- '
- 'Label5
- '
- Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold)
- Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label5.Location = New System.Drawing.Point(746, 6)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(79, 16)
- Me.Label5.TabIndex = 1441
- Me.Label5.Text = "工程執行主管"
- '
- '工程執行主管_cb
- '
- Me.工程執行主管_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.工程執行主管_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.工程執行主管_cb.ForeColor = System.Drawing.Color.Blue
- Me.工程執行主管_cb.FormattingEnabled = True
- Me.工程執行主管_cb.Items.AddRange(New Object() {"HX", "PGS"})
- Me.工程執行主管_cb.Location = New System.Drawing.Point(831, 2)
- Me.工程執行主管_cb.Name = "工程執行主管_cb"
- Me.工程執行主管_cb.Size = New System.Drawing.Size(210, 24)
- Me.工程執行主管_cb.TabIndex = 1443
- '
- '開始日期_dtp
- '
- Me.開始日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.開始日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.開始日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.開始日期_dtp.Location = New System.Drawing.Point(1100, 2)
- Me.開始日期_dtp.Name = "開始日期_dtp"
- Me.開始日期_dtp.Size = New System.Drawing.Size(92, 23)
- Me.開始日期_dtp.TabIndex = 1446
- '
- '需求日期_lb
- '
- Me.需求日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.需求日期_lb.AutoSize = True
- Me.需求日期_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.需求日期_lb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.需求日期_lb.Location = New System.Drawing.Point(1045, 5)
- Me.需求日期_lb.Name = "需求日期_lb"
- Me.需求日期_lb.Size = New System.Drawing.Size(55, 16)
- Me.需求日期_lb.TabIndex = 1445
- Me.需求日期_lb.Text = "開始日期"
- '
- '結束日期_dtp
- '
- Me.結束日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.結束日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.結束日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.結束日期_dtp.Location = New System.Drawing.Point(1100, 27)
- Me.結束日期_dtp.Name = "結束日期_dtp"
- Me.結束日期_dtp.Size = New System.Drawing.Size(92, 23)
- Me.結束日期_dtp.TabIndex = 1448
- '
- 'Label6
- '
- Me.Label6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label6.Location = New System.Drawing.Point(1045, 30)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(55, 16)
- Me.Label6.TabIndex = 1447
- Me.Label6.Text = "結束日期"
- '
- '空間2
- '
- Me.空間2.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.空間2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.空間2.Controls.Add(Me.GanttChart1)
- Me.空間2.Location = New System.Drawing.Point(808, 92)
- Me.空間2.Name = "空間2"
- Me.空間2.Size = New System.Drawing.Size(681, 588)
- Me.空間2.TabIndex = 1454
- '
- 'GanttChart1
- '
- Me.GanttChart1.AllowManualEditBar = False
- Me.GanttChart1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.GanttChart1.BackColor = System.Drawing.Color.White
- Me.GanttChart1.DateFont = New System.Drawing.Font("Verdana", 8.0!)
- Me.GanttChart1.FromDate = New Date(CType(0, Long))
- Me.GanttChart1.Location = New System.Drawing.Point(3, 3)
- Me.GanttChart1.Name = "GanttChart1"
- Me.GanttChart1.RowFont = New System.Drawing.Font("Verdana", 8.0!)
- Me.GanttChart1.Size = New System.Drawing.Size(673, 580)
- Me.GanttChart1.TabIndex = 0
- Me.GanttChart1.Text = "GanttChart1"
- Me.GanttChart1.TimeFont = New System.Drawing.Font("Verdana", 8.0!)
- Me.GanttChart1.ToDate = New Date(CType(0, Long))
- Me.GanttChart1.ToolTipText = CType(resources.GetObject("GanttChart1.ToolTipText"), System.Collections.Generic.List(Of String))
- Me.GanttChart1.ToolTipTextTitle = ""
- '
- 'Label10
- '
- Me.Label10.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label10.AutoSize = True
- Me.Label10.BackColor = System.Drawing.SystemColors.Control
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.ForeColor = System.Drawing.Color.Red
- Me.Label10.Location = New System.Drawing.Point(1121, 71)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(291, 16)
- Me.Label10.TabIndex = 1457
- Me.Label10.Text = "甘特圖繪製需要時間,移動滑鼠經過圖面可加快繪圖!!"
- Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '編輯清單_ch
- '
- Me.編輯清單_ch.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.編輯清單_ch.AutoSize = True
- Me.編輯清單_ch.Checked = True
- Me.編輯清單_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.編輯清單_ch.Location = New System.Drawing.Point(965, 29)
- Me.編輯清單_ch.Name = "編輯清單_ch"
- Me.編輯清單_ch.Size = New System.Drawing.Size(74, 20)
- Me.編輯清單_ch.TabIndex = 1458
- Me.編輯清單_ch.Text = "編輯清單"
- Me.編輯清單_ch.UseVisualStyleBackColor = True
- '
- '錨點1
- '
- Me.錨點1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.錨點1.Location = New System.Drawing.Point(808, 680)
- Me.錨點1.Name = "錨點1"
- Me.錨點1.Size = New System.Drawing.Size(25, 23)
- Me.錨點1.TabIndex = 1459
- Me.錨點1.Visible = False
- '
- 'Label11
- '
- Me.Label11.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label11.Location = New System.Drawing.Point(1197, 6)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(43, 16)
- Me.Label11.TabIndex = 1460
- Me.Label11.Text = "工 期"
- '
- '工期_nud
- '
- Me.工期_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.工期_nud.Location = New System.Drawing.Point(1195, 27)
- Me.工期_nud.Maximum = New Decimal(New Integer() {3000, 0, 0, 0})
- Me.工期_nud.Minimum = New Decimal(New Integer() {3000, 0, 0, -2147483648})
- Me.工期_nud.Name = "工期_nud"
- Me.工期_nud.Size = New System.Drawing.Size(50, 23)
- Me.工期_nud.TabIndex = 1461
- '
- '進度表刪除_bt
- '
- Me.進度表刪除_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.進度表刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.進度表刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.進度表刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.進度表刪除_bt.Location = New System.Drawing.Point(1311, 2)
- Me.進度表刪除_bt.Name = "進度表刪除_bt"
- Me.進度表刪除_bt.Size = New System.Drawing.Size(50, 50)
- Me.進度表刪除_bt.TabIndex = 1462
- Me.進度表刪除_bt.UseVisualStyleBackColor = True
- '
- '導成圖片_bt
- '
- Me.導成圖片_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.導成圖片_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Download
- Me.導成圖片_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.導成圖片_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.導成圖片_bt.ForeColor = System.Drawing.Color.Blue
- Me.導成圖片_bt.Location = New System.Drawing.Point(1453, 55)
- Me.導成圖片_bt.Name = "導成圖片_bt"
- Me.導成圖片_bt.Size = New System.Drawing.Size(36, 36)
- Me.導成圖片_bt.TabIndex = 1456
- Me.導成圖片_bt.UseVisualStyleBackColor = True
- '
- '甘特圖_tb
- '
- Me.甘特圖_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.甘特圖_tb.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.renew
- Me.甘特圖_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.甘特圖_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.甘特圖_tb.ForeColor = System.Drawing.Color.Blue
- Me.甘特圖_tb.Location = New System.Drawing.Point(1416, 55)
- Me.甘特圖_tb.Name = "甘特圖_tb"
- Me.甘特圖_tb.Size = New System.Drawing.Size(36, 36)
- Me.甘特圖_tb.TabIndex = 1455
- Me.甘特圖_tb.UseVisualStyleBackColor = True
- '
- '格式存檔_bt
- '
- Me.格式存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.格式存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER2
- Me.格式存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.格式存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.格式存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
- Me.格式存檔_bt.Location = New System.Drawing.Point(1247, 1)
- Me.格式存檔_bt.Name = "格式存檔_bt"
- Me.格式存檔_bt.Size = New System.Drawing.Size(50, 50)
- Me.格式存檔_bt.TabIndex = 1453
- Me.格式存檔_bt.UseVisualStyleBackColor = True
- '
- '開立工程進度表_bt
- '
- Me.開立工程進度表_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.New_Folder
- Me.開立工程進度表_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.開立工程進度表_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.開立工程進度表_bt.ForeColor = System.Drawing.Color.Blue
- Me.開立工程進度表_bt.Location = New System.Drawing.Point(263, 1)
- Me.開立工程進度表_bt.Name = "開立工程進度表_bt"
- Me.開立工程進度表_bt.Size = New System.Drawing.Size(50, 50)
- Me.開立工程進度表_bt.TabIndex = 1444
- Me.開立工程進度表_bt.UseVisualStyleBackColor = True
- '
- '新增資料1_bt
- '
- Me.新增資料1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.add_2
- Me.新增資料1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.新增資料1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.新增資料1_bt.ForeColor = System.Drawing.Color.Blue
- Me.新增資料1_bt.Location = New System.Drawing.Point(381, 55)
- Me.新增資料1_bt.Name = "新增資料1_bt"
- Me.新增資料1_bt.Size = New System.Drawing.Size(36, 36)
- Me.新增資料1_bt.TabIndex = 1433
- Me.新增資料1_bt.UseVisualStyleBackColor = True
- '
- '排序1_bt
- '
- Me.排序1_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.format_indent_less
- Me.排序1_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.排序1_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.排序1_bt.ForeColor = System.Drawing.Color.Green
- Me.排序1_bt.Location = New System.Drawing.Point(344, 55)
- Me.排序1_bt.Name = "排序1_bt"
- Me.排序1_bt.Size = New System.Drawing.Size(36, 36)
- Me.排序1_bt.TabIndex = 1434
- Me.排序1_bt.UseVisualStyleBackColor = True
- '
- '進度表選擇刪除_bt
- '
- Me.進度表選擇刪除_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GarbageEmpty
- Me.進度表選擇刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.進度表選擇刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.進度表選擇刪除_bt.ForeColor = System.Drawing.Color.Red
- Me.進度表選擇刪除_bt.Location = New System.Drawing.Point(822, 55)
- Me.進度表選擇刪除_bt.Name = "進度表選擇刪除_bt"
- Me.進度表選擇刪除_bt.Size = New System.Drawing.Size(36, 36)
- Me.進度表選擇刪除_bt.TabIndex = 1436
- Me.進度表選擇刪除_bt.UseVisualStyleBackColor = True
- '
- '工程進度表存檔_bt
- '
- Me.工程進度表存檔_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.SAVER
- Me.工程進度表存檔_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.工程進度表存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.工程進度表存檔_bt.ForeColor = System.Drawing.Color.DarkGreen
- Me.工程進度表存檔_bt.Location = New System.Drawing.Point(786, 55)
- Me.工程進度表存檔_bt.Name = "工程進度表存檔_bt"
- Me.工程進度表存檔_bt.Size = New System.Drawing.Size(36, 36)
- Me.工程進度表存檔_bt.TabIndex = 1435
- Me.工程進度表存檔_bt.UseVisualStyleBackColor = True
- '
- '查詢_bt
- '
- Me.查詢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.下載
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.查詢_bt.Location = New System.Drawing.Point(936, 25)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(26, 26)
- Me.查詢_bt.TabIndex = 1424
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '合約編號清單_bt
- '
- Me.合約編號清單_bt.BackColor = System.Drawing.SystemColors.Control
- Me.合約編號清單_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Filter_List
- Me.合約編號清單_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.合約編號清單_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約編號清單_bt.Location = New System.Drawing.Point(292, 64)
- Me.合約編號清單_bt.Name = "合約編號清單_bt"
- Me.合約編號清單_bt.Size = New System.Drawing.Size(26, 26)
- Me.合約編號清單_bt.TabIndex = 1411
- Me.合約編號清單_bt.UseVisualStyleBackColor = False
- '
- '縮放2_bt
- '
- Me.縮放2_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.ZOOM01
- Me.縮放2_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.縮放2_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.縮放2_bt.ForeColor = System.Drawing.Color.Blue
- Me.縮放2_bt.Location = New System.Drawing.Point(2, 55)
- Me.縮放2_bt.Name = "縮放2_bt"
- Me.縮放2_bt.Size = New System.Drawing.Size(36, 36)
- Me.縮放2_bt.TabIndex = 1779
- Me.縮放2_bt.UseVisualStyleBackColor = True
- '
- '項目_tb
- '
- Me.項目_tb.Location = New System.Drawing.Point(421, 56)
- Me.項目_tb.Multiline = True
- Me.項目_tb.Name = "項目_tb"
- Me.項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.項目_tb.Size = New System.Drawing.Size(277, 34)
- Me.項目_tb.TabIndex = 1780
- '
- '翻譯_bt
- '
- Me.翻譯_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.GOOGLELOG01
- Me.翻譯_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.翻譯_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.翻譯_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.翻譯_bt.Location = New System.Drawing.Point(750, 55)
- Me.翻譯_bt.Name = "翻譯_bt"
- Me.翻譯_bt.Size = New System.Drawing.Size(36, 36)
- Me.翻譯_bt.TabIndex = 1806
- Me.翻譯_bt.UseVisualStyleBackColor = True
- '
- '等待翻譯_tim
- '
- Me.等待翻譯_tim.Interval = 500
- '
- 'TW_ch
- '
- Me.TW_ch.AutoSize = True
- Me.TW_ch.Location = New System.Drawing.Point(705, 55)
- Me.TW_ch.Name = "TW_ch"
- Me.TW_ch.Size = New System.Drawing.Size(45, 20)
- Me.TW_ch.TabIndex = 1807
- Me.TW_ch.Text = "TW"
- Me.TW_ch.UseVisualStyleBackColor = True
- '
- 'IN_ch
- '
- Me.IN_ch.AutoSize = True
- Me.IN_ch.Location = New System.Drawing.Point(705, 72)
- Me.IN_ch.Name = "IN_ch"
- Me.IN_ch.Size = New System.Drawing.Size(39, 20)
- Me.IN_ch.TabIndex = 1808
- Me.IN_ch.Text = "IN"
- Me.IN_ch.UseVisualStyleBackColor = True
- '
- '工程進度表
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1495, 681)
- Me.Controls.Add(Me.IN_ch)
- Me.Controls.Add(Me.TW_ch)
- Me.Controls.Add(Me.翻譯_bt)
- Me.Controls.Add(Me.項目_tb)
- Me.Controls.Add(Me.縮放2_bt)
- Me.Controls.Add(Me.進度表刪除_bt)
- Me.Controls.Add(Me.工期_nud)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.錨點1)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.導成圖片_bt)
- Me.Controls.Add(Me.合約編號_tb)
- Me.Controls.Add(Me.甘特圖_tb)
- Me.Controls.Add(Me.空間2)
- Me.Controls.Add(Me.格式存檔_bt)
- Me.Controls.Add(Me.結束日期_dtp)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.開始日期_dtp)
- Me.Controls.Add(Me.需求日期_lb)
- Me.Controls.Add(Me.開立工程進度表_bt)
- Me.Controls.Add(Me.工程執行主管_cb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.工程名稱_英_tb)
- Me.Controls.Add(Me.工程名稱_中_tb)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.新增資料1_bt)
- Me.Controls.Add(Me.排序1_bt)
- Me.Controls.Add(Me.進度表選擇刪除_bt)
- Me.Controls.Add(Me.工程進度表存檔_bt)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.關鍵字搜尋_tb)
- Me.Controls.Add(Me.Label379)
- Me.Controls.Add(Me.合約編號3_tb)
- Me.Controls.Add(Me.合約編號2_tb)
- Me.Controls.Add(Me.合約編號1_tb)
- Me.Controls.Add(Me.合約編號_cb)
- Me.Controls.Add(Me.Label35)
- Me.Controls.Add(Me.合約編號清單_bt)
- Me.Controls.Add(Me.Label40)
- Me.Controls.Add(Me.合約編號1_cb)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.合約2_dgv)
- Me.Controls.Add(Me.工程進度表_dgv)
- Me.Controls.Add(Me.編輯清單_ch)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Label3)
- Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.Name = "工程進度表"
- Me.Text = "工程進度表"
- CType(Me.合約_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.間距_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DGV位置2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.工程進度表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.合約2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.空間2.ResumeLayout(False)
- CType(Me.工期_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label41 As Label
- Friend WithEvents 合約編號清單_bt As Button
- Friend WithEvents 工程期1_ch As ComboBox
- Friend WithEvents Label40 As Label
- Friend WithEvents 合約編號1_cb As ComboBox
- Friend WithEvents 合約_dgv As DataGridView
- Friend WithEvents Label379 As Label
- Friend WithEvents 合約編號3_tb As TextBox
- Friend WithEvents 合約編號2_tb As TextBox
- Friend WithEvents 合約編號1_tb As TextBox
- Friend WithEvents 合約編號_cb As ComboBox
- Friend WithEvents Label35 As Label
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents Label7 As Label
- Friend WithEvents 關鍵字搜尋_tb As TextBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 工程進度表_dgv As DataGridView
- Friend WithEvents 合約2_dgv As DataGridView
- Friend WithEvents Label1 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents Label4 As Label
- Friend WithEvents 合約編號_tb As TextBox
- Friend WithEvents 新增資料1_bt As Button
- Friend WithEvents 排序1_bt As Button
- Friend WithEvents 進度表選擇刪除_bt As Button
- Friend WithEvents 工程進度表存檔_bt As Button
- Friend WithEvents 工程名稱_英_tb As TextBox
- Friend WithEvents 工程名稱_中_tb As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents 工程執行主管_cb As ComboBox
- Friend WithEvents 帳號_cb As ComboBox
- Friend WithEvents 職稱_cb As ComboBox
- Friend WithEvents 開立工程進度表_bt As Button
- Friend WithEvents 選擇項_tb As TextBox
- Friend WithEvents 工程流水_tb As TextBox
- Friend WithEvents DGV位置2 As NumericUpDown
- Friend WithEvents 間距_nud As NumericUpDown
- Friend WithEvents 開始日期_dtp As DateTimePicker
- Friend WithEvents 需求日期_lb As Label
- Friend WithEvents 結束日期_dtp As DateTimePicker
- Friend WithEvents Label6 As Label
- Friend WithEvents 天_ch As CheckBox
- Friend WithEvents 周_ch As CheckBox
- Friend WithEvents 月_ch As CheckBox
- Friend WithEvents 格式存檔_bt As Button
- Friend WithEvents 日期1_dtp As DateTimePicker
- Friend WithEvents 空間2 As Panel
- Friend WithEvents 甘特圖_tb As Button
- Friend GanttChart1 As HX_PGS_ERP_SYS.GanttChart
- Friend WithEvents 導成圖片_bt As Button
- Friend WithEvents Label10 As Label
- Friend WithEvents 編輯清單_ch As CheckBox
- Friend WithEvents 錨點1 As TextBox
- Friend WithEvents Label11 As Label
- Friend WithEvents 工期_nud As NumericUpDown
- Friend WithEvents 進度表刪除_bt As Button
- Friend WithEvents 縮放2_bt As Button
- Friend WithEvents 項目_tb As TextBox
- Friend WithEvents 翻譯_bt As Button
- Friend WithEvents 等待翻譯_tim As Timer
- Friend WithEvents TW_ch As CheckBox
- Friend WithEvents IN_ch As CheckBox
- End Class
|