123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604 |
- <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()
- Me.請款已結束_ch = New System.Windows.Forms.CheckBox()
- Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
- Me.全部資料_ch = New System.Windows.Forms.CheckBox()
- Me.驗收單_dgv = New System.Windows.Forms.DataGridView()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.工程期1_ch = New System.Windows.Forms.ComboBox()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.合約編號1_cb = New System.Windows.Forms.ComboBox()
- Me.查詢_bt = New System.Windows.Forms.Button()
- Me.關鍵字搜尋_tb = New System.Windows.Forms.TextBox()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.合約工期_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.工程天數_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.日期差異_nud = New System.Windows.Forms.NumericUpDown()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.立約日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.驗收日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.驗收完成_dtp = New System.Windows.Forms.DateTimePicker()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.驗收完成_bt = New System.Windows.Forms.Button()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.合約編號_tb = New System.Windows.Forms.TextBox()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.保固_cb = New System.Windows.Forms.ComboBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.指定存檔_bt = New System.Windows.Forms.Button()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.語言_dgv = New System.Windows.Forms.DataGridView()
- Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
- Me.查閱文件_bt = New System.Windows.Forms.Button()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- CType(Me.驗收單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '請款已結束_ch
- '
- Me.請款已結束_ch.AutoSize = True
- Me.請款已結束_ch.BackColor = System.Drawing.Color.Transparent
- Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
- Me.請款已結束_ch.Location = New System.Drawing.Point(8, 53)
- Me.請款已結束_ch.Name = "請款已結束_ch"
- Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
- Me.請款已結束_ch.TabIndex = 1441
- Me.請款已結束_ch.Text = "驗收已結束"
- Me.請款已結束_ch.UseVisualStyleBackColor = False
- '
- '請款未結束_ch
- '
- Me.請款未結束_ch.AutoSize = True
- Me.請款未結束_ch.BackColor = System.Drawing.Color.Transparent
- Me.請款未結束_ch.Checked = True
- Me.請款未結束_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
- Me.請款未結束_ch.Location = New System.Drawing.Point(8, 27)
- Me.請款未結束_ch.Name = "請款未結束_ch"
- Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
- Me.請款未結束_ch.TabIndex = 1440
- Me.請款未結束_ch.Text = "驗收未結束"
- Me.請款未結束_ch.UseVisualStyleBackColor = False
- '
- '全部資料_ch
- '
- Me.全部資料_ch.AutoSize = True
- Me.全部資料_ch.BackColor = System.Drawing.Color.Transparent
- Me.全部資料_ch.ForeColor = System.Drawing.Color.Green
- Me.全部資料_ch.Location = New System.Drawing.Point(8, 1)
- Me.全部資料_ch.Name = "全部資料_ch"
- Me.全部資料_ch.Size = New System.Drawing.Size(95, 20)
- Me.全部資料_ch.TabIndex = 1442
- Me.全部資料_ch.Text = "Semua Data"
- Me.全部資料_ch.UseVisualStyleBackColor = False
- '
- '驗收單_dgv
- '
- Me.驗收單_dgv.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.驗收單_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(2, 73)
- Me.驗收單_dgv.Name = "驗收單_dgv"
- Me.驗收單_dgv.RowHeadersWidth = 5
- Me.驗收單_dgv.RowTemplate.Height = 24
- Me.驗收單_dgv.Size = New System.Drawing.Size(1345, 606)
- Me.驗收單_dgv.TabIndex = 1443
- '
- 'Label10
- '
- 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.Location = New System.Drawing.Point(3, 7)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(55, 16)
- Me.Label10.TabIndex = 1450
- Me.Label10.Text = "工程期數"
- Me.Label10.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '工程期1_ch
- '
- Me.工程期1_ch.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.工程期1_ch.ForeColor = System.Drawing.Color.Blue
- Me.工程期1_ch.FormattingEnabled = True
- Me.工程期1_ch.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.工程期1_ch.Location = New System.Drawing.Point(60, 3)
- Me.工程期1_ch.Name = "工程期1_ch"
- Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
- Me.工程期1_ch.TabIndex = 1449
- '
- 'Label11
- '
- Me.Label11.BackColor = System.Drawing.Color.Transparent
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.Location = New System.Drawing.Point(107, 30)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(55, 17)
- Me.Label11.TabIndex = 1448
- Me.Label11.Text = "Pihak A"
- Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '合約編號1_cb
- '
- Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.合約編號1_cb.ForeColor = System.Drawing.Color.Blue
- Me.合約編號1_cb.FormattingEnabled = True
- Me.合約編號1_cb.Items.AddRange(New Object() {"", "第一期", "第二期", "第三期", "第四期", "第五期", "第六期", "第七期", "第八期", "第九期", "第十期"})
- Me.合約編號1_cb.Location = New System.Drawing.Point(163, 26)
- Me.合約編號1_cb.Name = "合約編號1_cb"
- Me.合約編號1_cb.Size = New System.Drawing.Size(125, 24)
- Me.合約編號1_cb.TabIndex = 1447
- '
- '查詢_bt
- '
- Me.查詢_bt.BackgroundImage = Global.HX_PGS_ERP_SYS.My.Resources.Resources.Search
- Me.查詢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.查詢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.查詢_bt.Location = New System.Drawing.Point(262, 1)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(26, 25)
- Me.查詢_bt.TabIndex = 1446
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '關鍵字搜尋_tb
- '
- Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(163, 2)
- Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
- Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(99, 23)
- Me.關鍵字搜尋_tb.TabIndex = 1444
- '
- 'Label7
- '
- Me.Label7.BackColor = System.Drawing.Color.Transparent
- 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(123, 5)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(39, 16)
- Me.Label7.TabIndex = 1445
- Me.Label7.Text = "SRCH"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '合約工期_nud
- '
- Me.合約工期_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合約工期_nud.Location = New System.Drawing.Point(741, 0)
- Me.合約工期_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
- Me.合約工期_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
- Me.合約工期_nud.Name = "合約工期_nud"
- Me.合約工期_nud.Size = New System.Drawing.Size(65, 23)
- Me.合約工期_nud.TabIndex = 1664
- Me.合約工期_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.合約工期_nud.ThousandsSeparator = True
- '
- 'Label4
- '
- Me.Label4.BackColor = System.Drawing.Color.Transparent
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label4.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label4.Location = New System.Drawing.Point(638, 3)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(100, 16)
- Me.Label4.TabIndex = 1665
- Me.Label4.Text = "合約工期"
- Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '工程天數_nud
- '
- Me.工程天數_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.工程天數_nud.Location = New System.Drawing.Point(550, 25)
- Me.工程天數_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
- Me.工程天數_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
- Me.工程天數_nud.Name = "工程天數_nud"
- Me.工程天數_nud.Size = New System.Drawing.Size(87, 23)
- Me.工程天數_nud.TabIndex = 1662
- Me.工程天數_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
- Me.工程天數_nud.ThousandsSeparator = True
- '
- 'Label3
- '
- Me.Label3.BackColor = System.Drawing.Color.Transparent
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label3.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label3.Location = New System.Drawing.Point(486, 28)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(60, 16)
- Me.Label3.TabIndex = 1663
- Me.Label3.Text = "工程天數"
- Me.Label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '日期差異_nud
- '
- Me.日期差異_nud.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.日期差異_nud.Location = New System.Drawing.Point(741, 49)
- Me.日期差異_nud.Maximum = New Decimal(New Integer() {1000000, 0, 0, 0})
- Me.日期差異_nud.Minimum = New Decimal(New Integer() {1000000, 0, 0, -2147483648})
- Me.日期差異_nud.Name = "日期差異_nud"
- Me.日期差異_nud.Size = New System.Drawing.Size(65, 23)
- Me.日期差異_nud.TabIndex = 1660
- Me.日期差異_nud.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- Me.日期差異_nud.ThousandsSeparator = True
- '
- 'Label1
- '
- Me.Label1.BackColor = System.Drawing.Color.Transparent
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label1.Location = New System.Drawing.Point(283, 27)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(112, 18)
- Me.Label1.TabIndex = 1659
- Me.Label1.Text = "Tanggal Kontrak"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '立約日期_dtp
- '
- Me.立約日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.立約日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.立約日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.立約日期_dtp.Location = New System.Drawing.Point(398, 25)
- Me.立約日期_dtp.Name = "立約日期_dtp"
- Me.立約日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.立約日期_dtp.TabIndex = 1658
- '
- 'Label20
- '
- Me.Label20.BackColor = System.Drawing.Color.Transparent
- Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label20.Location = New System.Drawing.Point(286, 51)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(109, 20)
- Me.Label20.TabIndex = 1657
- Me.Label20.Text = "Mulai Penerimaan"
- Me.Label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '驗收日期_dtp
- '
- Me.驗收日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.驗收日期_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.驗收日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.驗收日期_dtp.Location = New System.Drawing.Point(398, 49)
- Me.驗收日期_dtp.Name = "驗收日期_dtp"
- Me.驗收日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.驗收日期_dtp.TabIndex = 1656
- '
- 'Label6
- '
- Me.Label6.BackColor = System.Drawing.Color.Transparent
- 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(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label6.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label6.Location = New System.Drawing.Point(638, 52)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(100, 16)
- Me.Label6.TabIndex = 1661
- Me.Label6.Text = "日期差異"
- Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- 'Label2
- '
- Me.Label2.BackColor = System.Drawing.Color.Transparent
- 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(487, 53)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(60, 16)
- Me.Label2.TabIndex = 1667
- Me.Label2.Text = "驗收完成"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '驗收完成_dtp
- '
- Me.驗收完成_dtp.CustomFormat = "yyyy/MM/dd"
- Me.驗收完成_dtp.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.驗收完成_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.驗收完成_dtp.Location = New System.Drawing.Point(550, 49)
- Me.驗收完成_dtp.Name = "驗收完成_dtp"
- Me.驗收完成_dtp.Size = New System.Drawing.Size(87, 23)
- Me.驗收完成_dtp.TabIndex = 1666
- '
- '備註_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.BackColor = System.Drawing.Color.White
- Me.備註_tb.Location = New System.Drawing.Point(815, 17)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(233, 54)
- Me.備註_tb.TabIndex = 1668
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.BackColor = System.Drawing.Color.Transparent
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label5.Location = New System.Drawing.Point(812, 2)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(31, 16)
- Me.Label5.TabIndex = 1669
- Me.Label5.Text = "備註"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '驗收完成_bt
- '
- Me.驗收完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.驗收完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.驗收完成_bt.Location = New System.Drawing.Point(1050, 16)
- Me.驗收完成_bt.Name = "驗收完成_bt"
- Me.驗收完成_bt.Size = New System.Drawing.Size(110, 55)
- Me.驗收完成_bt.TabIndex = 1670
- Me.驗收完成_bt.Text = "驗收完成"
- Me.驗收完成_bt.UseVisualStyleBackColor = True
- '
- 'Label8
- '
- Me.Label8.BackColor = System.Drawing.Color.Transparent
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label8.Location = New System.Drawing.Point(286, 5)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(109, 19)
- Me.Label8.TabIndex = 1672
- Me.Label8.Text = "Contract No"
- Me.Label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '合約編號_tb
- '
- Me.合約編號_tb.Enabled = False
- Me.合約編號_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.合約編號_tb.Location = New System.Drawing.Point(398, 1)
- Me.合約編號_tb.Name = "合約編號_tb"
- Me.合約編號_tb.Size = New System.Drawing.Size(239, 23)
- Me.合約編號_tb.TabIndex = 1671
- '
- 'Label9
- '
- Me.Label9.BackColor = System.Drawing.Color.Transparent
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label9.Location = New System.Drawing.Point(639, 28)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(100, 16)
- Me.Label9.TabIndex = 1673
- Me.Label9.Text = "Warranty Period"
- Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '保固_cb
- '
- Me.保固_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.保固_cb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.保固_cb.ForeColor = System.Drawing.Color.Blue
- Me.保固_cb.FormattingEnabled = True
- Me.保固_cb.Items.AddRange(New Object() {"", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24"})
- Me.保固_cb.Location = New System.Drawing.Point(740, 24)
- Me.保固_cb.Name = "保固_cb"
- Me.保固_cb.Size = New System.Drawing.Size(45, 24)
- Me.保固_cb.TabIndex = 1674
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.BackColor = System.Drawing.Color.Transparent
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Label12.Location = New System.Drawing.Point(785, 29)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(19, 16)
- Me.Label12.TabIndex = 1675
- Me.Label12.Text = "月"
- Me.Label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '指定存檔_bt
- '
- Me.指定存檔_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.指定存檔_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.指定存檔_bt.Location = New System.Drawing.Point(1162, 16)
- Me.指定存檔_bt.Name = "指定存檔_bt"
- Me.指定存檔_bt.Size = New System.Drawing.Size(75, 55)
- Me.指定存檔_bt.TabIndex = 1676
- Me.指定存檔_bt.Text = "工程主管指定存檔"
- Me.指定存檔_bt.UseVisualStyleBackColor = True
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.語言_dgv)
- Me.Panel1.Controls.Add(Me.工程期1_ch)
- Me.Panel1.Controls.Add(Me.Label10)
- Me.Panel1.Location = New System.Drawing.Point(627, 246)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(200, 100)
- Me.Panel1.TabIndex = 1677
- Me.Panel1.Visible = False
- '
- '語言_dgv
- '
- Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.語言_dgv.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column1, Me.Column2})
- Me.語言_dgv.Location = New System.Drawing.Point(3, 28)
- Me.語言_dgv.Name = "語言_dgv"
- Me.語言_dgv.RowHeadersWidth = 5
- Me.語言_dgv.RowTemplate.Height = 24
- Me.語言_dgv.Size = New System.Drawing.Size(192, 50)
- Me.語言_dgv.TabIndex = 1451
- '
- 'Column1
- '
- Me.Column1.HeaderText = "Column1"
- Me.Column1.Name = "Column1"
- '
- 'Column2
- '
- Me.Column2.HeaderText = "Column2"
- Me.Column2.Name = "Column2"
- '
- '查閱文件_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.reports
- 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.Green
- Me.查閱文件_bt.Location = New System.Drawing.Point(1238, 16)
- Me.查閱文件_bt.Name = "查閱文件_bt"
- Me.查閱文件_bt.Size = New System.Drawing.Size(55, 55)
- Me.查閱文件_bt.TabIndex = 1748
- Me.查閱文件_bt.UseVisualStyleBackColor = True
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '語轉扭_bt
- '
- Me.語轉扭_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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.Black
- Me.語轉扭_bt.Location = New System.Drawing.Point(1323, 2)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
- Me.語轉扭_bt.TabIndex = 1749
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.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(1349, 681)
- Me.Controls.Add(Me.語轉扭_bt)
- Me.Controls.Add(Me.查閱文件_bt)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.指定存檔_bt)
- Me.Controls.Add(Me.保固_cb)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.合約編號_tb)
- Me.Controls.Add(Me.驗收完成_bt)
- Me.Controls.Add(Me.備註_tb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.驗收完成_dtp)
- Me.Controls.Add(Me.合約工期_nud)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.日期差異_nud)
- Me.Controls.Add(Me.立約日期_dtp)
- Me.Controls.Add(Me.驗收日期_dtp)
- Me.Controls.Add(Me.Label6)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.合約編號1_cb)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.關鍵字搜尋_tb)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.驗收單_dgv)
- Me.Controls.Add(Me.請款已結束_ch)
- Me.Controls.Add(Me.請款未結束_ch)
- Me.Controls.Add(Me.全部資料_ch)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.工程天數_nud)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.Label20)
- 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()
- CType(Me.合約工期_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.工程天數_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.日期差異_nud, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents 請款已結束_ch As CheckBox
- Friend WithEvents 請款未結束_ch As CheckBox
- Friend WithEvents 全部資料_ch As CheckBox
- Friend WithEvents 驗收單_dgv As DataGridView
- Friend WithEvents Label10 As Label
- Friend WithEvents 工程期1_ch As ComboBox
- Friend WithEvents Label11 As Label
- Friend WithEvents 合約編號1_cb As ComboBox
- Friend WithEvents 查詢_bt As Button
- Friend WithEvents 關鍵字搜尋_tb As TextBox
- Friend WithEvents Label7 As Label
- Friend WithEvents 合約工期_nud As NumericUpDown
- Friend WithEvents Label4 As Label
- Friend WithEvents 工程天數_nud As NumericUpDown
- Friend WithEvents Label3 As Label
- Friend WithEvents 日期差異_nud As NumericUpDown
- Friend WithEvents Label1 As Label
- Friend WithEvents 立約日期_dtp As DateTimePicker
- Friend WithEvents Label20 As Label
- Friend WithEvents 驗收日期_dtp As DateTimePicker
- Friend WithEvents Label6 As Label
- Friend WithEvents Label2 As Label
- Friend WithEvents 驗收完成_dtp As DateTimePicker
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 驗收完成_bt As Button
- Friend WithEvents Label8 As Label
- Friend WithEvents 合約編號_tb As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents 保固_cb As ComboBox
- Friend WithEvents Label12 As Label
- Friend WithEvents 指定存檔_bt As Button
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 查閱文件_bt As Button
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents 語言_dgv As DataGridView
- Friend WithEvents Column1 As DataGridViewTextBoxColumn
- Friend WithEvents Column2 As DataGridViewTextBoxColumn
- End Class
|