123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- <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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- 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.請款已結束_ch = New System.Windows.Forms.CheckBox()
- Me.請款未結束_ch = New System.Windows.Forms.CheckBox()
- Me.全部資料_ch = New System.Windows.Forms.CheckBox()
- Me.DTP1 = New System.Windows.Forms.DateTimePicker()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.工程名稱_英_tb = New System.Windows.Forms.TextBox()
- Me.保固期限_tb = New System.Windows.Forms.TextBox()
- Me.PictureBox2 = New System.Windows.Forms.PictureBox()
- Me.PictureBox1 = New System.Windows.Forms.PictureBox()
- Me.語轉扭_bt = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.合約編號_tb = New System.Windows.Forms.TextBox()
- Me.備註存檔_bt = New System.Windows.Forms.Button()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.完工結案單_bt = New System.Windows.Forms.Button()
- Me.Label372 = New System.Windows.Forms.Label()
- Me.客戶名稱_tb = New System.Windows.Forms.ComboBox()
- Me.Label375 = New System.Windows.Forms.Label()
- Me.工程名稱_中_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.驗收日_tb = New System.Windows.Forms.TextBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- CType(Me.合約控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel1.SuspendLayout()
- CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- '合約控制表_dgv
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.合約控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- 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.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.合約控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.合約控制表_dgv.Location = New System.Drawing.Point(2, 60)
- Me.合約控制表_dgv.Name = "合約控制表_dgv"
- Me.合約控制表_dgv.RowHeadersWidth = 5
- Me.合約控制表_dgv.RowTemplate.Height = 24
- Me.合約控制表_dgv.Size = New System.Drawing.Size(1345, 618)
- Me.合約控制表_dgv.TabIndex = 1444
- '
- '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, 160)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(55, 16)
- Me.Label10.TabIndex = 1460
- 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(59, 156)
- Me.工程期1_ch.Name = "工程期1_ch"
- Me.工程期1_ch.Size = New System.Drawing.Size(74, 24)
- Me.工程期1_ch.TabIndex = 1459
- '
- 'Label11
- '
- Me.Label11.BackColor = System.Drawing.SystemColors.Control
- 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(184, 34)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(45, 16)
- Me.Label11.TabIndex = 1458
- Me.Label11.Text = "甲方"
- Me.Label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- Me.Label11.UseMnemonic = False
- '
- '合約編號1_cb
- '
- Me.合約編號1_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- 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(230, 30)
- Me.合約編號1_cb.Name = "合約編號1_cb"
- Me.合約編號1_cb.Size = New System.Drawing.Size(123, 24)
- Me.合約編號1_cb.TabIndex = 1457
- '
- '查詢_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(328, 4)
- Me.查詢_bt.Name = "查詢_bt"
- Me.查詢_bt.Size = New System.Drawing.Size(25, 25)
- Me.查詢_bt.TabIndex = 1456
- Me.查詢_bt.UseVisualStyleBackColor = True
- '
- '關鍵字搜尋_tb
- '
- Me.關鍵字搜尋_tb.Location = New System.Drawing.Point(230, 5)
- Me.關鍵字搜尋_tb.Name = "關鍵字搜尋_tb"
- Me.關鍵字搜尋_tb.Size = New System.Drawing.Size(98, 23)
- Me.關鍵字搜尋_tb.TabIndex = 1454
- '
- 'Label7
- '
- 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(182, 8)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(45, 16)
- Me.Label7.TabIndex = 1455
- Me.Label7.Text = "搜尋"
- Me.Label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '請款已結束_ch
- '
- Me.請款已結束_ch.AutoSize = True
- Me.請款已結束_ch.ForeColor = System.Drawing.Color.Green
- Me.請款已結束_ch.Location = New System.Drawing.Point(5, 40)
- Me.請款已結束_ch.Name = "請款已結束_ch"
- Me.請款已結束_ch.Size = New System.Drawing.Size(86, 20)
- Me.請款已結束_ch.TabIndex = 1452
- Me.請款已結束_ch.Text = "請款已結束"
- Me.請款已結束_ch.UseVisualStyleBackColor = True
- '
- '請款未結束_ch
- '
- Me.請款未結束_ch.AutoSize = True
- Me.請款未結束_ch.ForeColor = System.Drawing.Color.Green
- Me.請款未結束_ch.Location = New System.Drawing.Point(5, 21)
- Me.請款未結束_ch.Name = "請款未結束_ch"
- Me.請款未結束_ch.Size = New System.Drawing.Size(86, 20)
- Me.請款未結束_ch.TabIndex = 1451
- Me.請款未結束_ch.Text = "請款未結束"
- Me.請款未結束_ch.UseVisualStyleBackColor = True
- '
- '全部資料_ch
- '
- Me.全部資料_ch.AutoSize = True
- 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(5, 3)
- Me.全部資料_ch.Name = "全部資料_ch"
- Me.全部資料_ch.Size = New System.Drawing.Size(74, 20)
- Me.全部資料_ch.TabIndex = 1453
- Me.全部資料_ch.Text = "全部資料"
- Me.全部資料_ch.UseVisualStyleBackColor = True
- '
- 'DTP1
- '
- Me.DTP1.CustomFormat = "yyyy/MM/dd"
- Me.DTP1.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.DTP1.Location = New System.Drawing.Point(3, 3)
- Me.DTP1.Name = "DTP1"
- Me.DTP1.Size = New System.Drawing.Size(87, 23)
- Me.DTP1.TabIndex = 1667
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.工程名稱_英_tb)
- Me.Panel1.Controls.Add(Me.保固期限_tb)
- Me.Panel1.Controls.Add(Me.PictureBox2)
- Me.Panel1.Controls.Add(Me.PictureBox1)
- Me.Panel1.Controls.Add(Me.語轉扭_bt)
- Me.Panel1.Controls.Add(Me.DTP1)
- Me.Panel1.Controls.Add(Me.工程期1_ch)
- Me.Panel1.Controls.Add(Me.Label10)
- Me.Panel1.Location = New System.Drawing.Point(625, 216)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(481, 191)
- Me.Panel1.TabIndex = 1668
- '
- '工程名稱_英_tb
- '
- Me.工程名稱_英_tb.Location = New System.Drawing.Point(155, 3)
- Me.工程名稱_英_tb.Name = "工程名稱_英_tb"
- Me.工程名稱_英_tb.Size = New System.Drawing.Size(319, 23)
- Me.工程名稱_英_tb.TabIndex = 1681
- '
- '保固期限_tb
- '
- Me.保固期限_tb.Enabled = False
- Me.保固期限_tb.Location = New System.Drawing.Point(94, 3)
- Me.保固期限_tb.Name = "保固期限_tb"
- Me.保固期限_tb.Size = New System.Drawing.Size(55, 23)
- Me.保固期限_tb.TabIndex = 1680
- '
- 'PictureBox2
- '
- Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PictureBox2.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.PGSLOGO01
- Me.PictureBox2.Location = New System.Drawing.Point(3, 91)
- Me.PictureBox2.Name = "PictureBox2"
- Me.PictureBox2.Size = New System.Drawing.Size(471, 61)
- Me.PictureBox2.TabIndex = 1669
- Me.PictureBox2.TabStop = False
- '
- 'PictureBox1
- '
- Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PictureBox1.Image = Global.HX_PGS_ERP_SYS.My.Resources.Resources.HXLOGO01
- Me.PictureBox1.Location = New System.Drawing.Point(3, 28)
- Me.PictureBox1.Name = "PictureBox1"
- Me.PictureBox1.Size = New System.Drawing.Size(471, 61)
- Me.PictureBox1.TabIndex = 1668
- Me.PictureBox1.TabStop = False
- '
- '語轉扭_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(140, 158)
- Me.語轉扭_bt.Name = "語轉扭_bt"
- Me.語轉扭_bt.Size = New System.Drawing.Size(24, 24)
- Me.語轉扭_bt.TabIndex = 1835
- Me.語轉扭_bt.Text = "L"
- Me.語轉扭_bt.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.BackColor = System.Drawing.SystemColors.Control
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(354, 9)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(80, 16)
- Me.Label2.TabIndex = 1670
- Me.Label2.Text = "合約編號"
- Me.Label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '合約編號_tb
- '
- Me.合約編號_tb.Location = New System.Drawing.Point(437, 5)
- Me.合約編號_tb.Name = "合約編號_tb"
- Me.合約編號_tb.Size = New System.Drawing.Size(247, 23)
- Me.合約編號_tb.TabIndex = 1669
- '
- '備註存檔_bt
- '
- 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(1186, 30)
- Me.備註存檔_bt.Name = "備註存檔_bt"
- Me.備註存檔_bt.Size = New System.Drawing.Size(78, 25)
- Me.備註存檔_bt.TabIndex = 1673
- Me.備註存檔_bt.Text = "備註存檔"
- Me.備註存檔_bt.UseVisualStyleBackColor = True
- '
- '備註_tb
- '
- Me.備註_tb.Location = New System.Drawing.Point(786, 31)
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(400, 23)
- Me.備註_tb.TabIndex = 1671
- '
- 'Label5
- '
- 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(689, 34)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(95, 16)
- Me.Label5.TabIndex = 1672
- Me.Label5.Text = "備註"
- Me.Label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '完工結案單_bt
- '
- 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(1264, 30)
- Me.完工結案單_bt.Name = "完工結案單_bt"
- Me.完工結案單_bt.Size = New System.Drawing.Size(78, 25)
- Me.完工結案單_bt.TabIndex = 1674
- Me.完工結案單_bt.Text = "完工結案單"
- Me.完工結案單_bt.UseVisualStyleBackColor = True
- '
- 'Label372
- '
- Me.Label372.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label372.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label372.Location = New System.Drawing.Point(356, 34)
- Me.Label372.Name = "Label372"
- Me.Label372.Size = New System.Drawing.Size(80, 16)
- Me.Label372.TabIndex = 1677
- Me.Label372.Text = "客戶名稱"
- Me.Label372.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '客戶名稱_tb
- '
- Me.客戶名稱_tb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.Simple
- Me.客戶名稱_tb.FormattingEnabled = True
- Me.客戶名稱_tb.Location = New System.Drawing.Point(438, 30)
- Me.客戶名稱_tb.Name = "客戶名稱_tb"
- Me.客戶名稱_tb.Size = New System.Drawing.Size(246, 24)
- Me.客戶名稱_tb.TabIndex = 1678
- '
- 'Label375
- '
- Me.Label375.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label375.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.Label375.Location = New System.Drawing.Point(689, 9)
- Me.Label375.Name = "Label375"
- Me.Label375.Size = New System.Drawing.Size(95, 16)
- Me.Label375.TabIndex = 1675
- Me.Label375.Text = "工程名稱(中文)"
- Me.Label375.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '工程名稱_中_tb
- '
- Me.工程名稱_中_tb.Location = New System.Drawing.Point(786, 6)
- Me.工程名稱_中_tb.Name = "工程名稱_中_tb"
- Me.工程名稱_中_tb.Size = New System.Drawing.Size(400, 23)
- Me.工程名稱_中_tb.TabIndex = 1676
- '
- 'Label1
- '
- Me.Label1.BackColor = System.Drawing.SystemColors.Control
- 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(1189, 9)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(48, 16)
- Me.Label1.TabIndex = 1680
- Me.Label1.Text = "驗收日"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
- '
- '驗收日_tb
- '
- Me.驗收日_tb.Location = New System.Drawing.Point(1238, 5)
- Me.驗收日_tb.Name = "驗收日_tb"
- Me.驗收日_tb.Size = New System.Drawing.Size(101, 23)
- Me.驗收日_tb.TabIndex = 1679
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "illustrate"
- '
- '合約結案控制表
- '
- 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.Label372)
- Me.Controls.Add(Me.Label375)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.客戶名稱_tb)
- Me.Controls.Add(Me.工程名稱_中_tb)
- Me.Controls.Add(Me.完工結案單_bt)
- Me.Controls.Add(Me.請款未結束_ch)
- Me.Controls.Add(Me.備註存檔_bt)
- Me.Controls.Add(Me.請款已結束_ch)
- Me.Controls.Add(Me.備註_tb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.合約編號_tb)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.合約編號1_cb)
- Me.Controls.Add(Me.查詢_bt)
- Me.Controls.Add(Me.關鍵字搜尋_tb)
- Me.Controls.Add(Me.全部資料_ch)
- Me.Controls.Add(Me.合約控制表_dgv)
- Me.Controls.Add(Me.Label11)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.驗收日_tb)
- 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.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- 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 請款已結束_ch As CheckBox
- Friend WithEvents 請款未結束_ch As CheckBox
- Friend WithEvents 全部資料_ch As CheckBox
- Friend WithEvents DTP1 As DateTimePicker
- Friend WithEvents Panel1 As Panel
- Friend WithEvents Label2 As Label
- Friend WithEvents 合約編號_tb As TextBox
- Friend WithEvents 備註存檔_bt As Button
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 完工結案單_bt As Button
- Friend WithEvents Label372 As Label
- Friend WithEvents 客戶名稱_tb As ComboBox
- Friend WithEvents Label375 As Label
- Friend WithEvents 工程名稱_中_tb As TextBox
- Friend WithEvents Label1 As Label
- Friend WithEvents 驗收日_tb As TextBox
- Friend WithEvents 保固期限_tb As TextBox
- Friend WithEvents PictureBox2 As PictureBox
- Friend WithEvents PictureBox1 As PictureBox
- Friend WithEvents 工程名稱_英_tb As TextBox
- Friend WithEvents 語轉扭_bt As Button
- Friend WithEvents ToolTip1 As ToolTip
- End Class
|