123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311 |
- <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()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.DataGridView3 = New System.Windows.Forms.DataGridView()
- Me.DataGridView2 = New System.Windows.Forms.DataGridView()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.ComboBox2 = New System.Windows.Forms.ComboBox()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.Button12 = New System.Windows.Forms.Button()
- Me.Button13 = New System.Windows.Forms.Button()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Button6 = New System.Windows.Forms.Button()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 12.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(586, 7)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(41, 20)
- Me.Label1.TabIndex = 585
- Me.Label1.Text = "客戶"
- '
- 'ComboBox1
- '
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Items.AddRange(New Object() {"2019"})
- Me.ComboBox1.Location = New System.Drawing.Point(630, 6)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(160, 24)
- Me.ComboBox1.TabIndex = 584
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.Location = New System.Drawing.Point(1645, 7)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(56, 16)
- Me.Label12.TabIndex = 633
- Me.Label12.Text = "參與人員"
- '
- 'DataGridView3
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView3.Location = New System.Drawing.Point(1707, 3)
- Me.DataGridView3.Name = "DataGridView3"
- Me.DataGridView3.RowHeadersWidth = 5
- Me.DataGridView3.RowTemplate.Height = 24
- Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView3.Size = New System.Drawing.Size(195, 89)
- Me.DataGridView3.TabIndex = 632
- '
- 'DataGridView2
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView2.Location = New System.Drawing.Point(15, 36)
- Me.DataGridView2.Name = "DataGridView2"
- Me.DataGridView2.RowHeadersWidth = 5
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView2.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.DataGridView2.RowTemplate.Height = 24
- Me.DataGridView2.Size = New System.Drawing.Size(565, 933)
- Me.DataGridView2.TabIndex = 636
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(12, 9)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(56, 16)
- Me.Label2.TabIndex = 635
- Me.Label2.Text = "主要模塊"
- '
- 'ComboBox2
- '
- Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Items.AddRange(New Object() {"2019"})
- Me.ComboBox2.Location = New System.Drawing.Point(74, 6)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(149, 24)
- Me.ComboBox2.TabIndex = 634
- '
- 'Button1
- '
- Me.Button1.Location = New System.Drawing.Point(253, 5)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(90, 25)
- Me.Button1.TabIndex = 637
- Me.Button1.Text = "下拉清單更新"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'TextBox1
- '
- Me.TextBox1.Location = New System.Drawing.Point(1004, 7)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(91, 23)
- Me.TextBox1.TabIndex = 638
- '
- 'Button12
- '
- Me.Button12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button12.ForeColor = System.Drawing.Color.Olive
- Me.Button12.Location = New System.Drawing.Point(507, 5)
- Me.Button12.Name = "Button12"
- Me.Button12.Size = New System.Drawing.Size(73, 25)
- Me.Button12.TabIndex = 1001
- Me.Button12.Text = "全部取消"
- Me.Button12.UseVisualStyleBackColor = True
- '
- 'Button13
- '
- Me.Button13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button13.ForeColor = System.Drawing.Color.Olive
- Me.Button13.Location = New System.Drawing.Point(428, 5)
- Me.Button13.Name = "Button13"
- Me.Button13.Size = New System.Drawing.Size(73, 25)
- Me.Button13.TabIndex = 1000
- Me.Button13.Text = "全部選擇"
- Me.Button13.UseVisualStyleBackColor = True
- '
- 'DataGridView1
- '
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(586, 98)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView1.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.Size = New System.Drawing.Size(1316, 871)
- Me.DataGridView1.TabIndex = 1002
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.Button2.Location = New System.Drawing.Point(349, 5)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(73, 25)
- Me.Button2.TabIndex = 1004
- Me.Button2.Text = "加入資料"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 12.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.Location = New System.Drawing.Point(796, 7)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(105, 20)
- Me.Label3.TabIndex = 1006
- Me.Label3.Text = "系統開發清單"
- '
- 'Button3
- '
- Me.Button3.Location = New System.Drawing.Point(586, 36)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(100, 56)
- Me.Button3.TabIndex = 1007
- Me.Button3.Text = "下拉清單更新"
- Me.Button3.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Location = New System.Drawing.Point(1538, 7)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(100, 85)
- Me.Button4.TabIndex = 1008
- Me.Button4.Text = "更改資料存檔"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(907, 7)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(91, 23)
- Me.DateTimePicker1.TabIndex = 1010
- '
- 'Button5
- '
- Me.Button5.Location = New System.Drawing.Point(798, 36)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(100, 56)
- Me.Button5.TabIndex = 1011
- Me.Button5.Text = "排序1補數"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'TextBox2
- '
- Me.TextBox2.Location = New System.Drawing.Point(1644, 26)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(57, 23)
- Me.TextBox2.TabIndex = 1012
- '
- 'Button6
- '
- Me.Button6.Location = New System.Drawing.Point(692, 36)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(100, 56)
- Me.Button6.TabIndex = 1013
- Me.Button6.Text = "排序補數"
- Me.Button6.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(1914, 981)
- Me.Controls.Add(Me.Button6)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Button5)
- Me.Controls.Add(Me.DateTimePicker1)
- Me.Controls.Add(Me.Button4)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Label3)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.DataGridView1)
- Me.Controls.Add(Me.Button12)
- Me.Controls.Add(Me.Button13)
- Me.Controls.Add(Me.TextBox1)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.DataGridView2)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.ComboBox2)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.DataGridView3)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.ComboBox1)
- 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.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents Label1 As Label
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents Label12 As Label
- Friend WithEvents DataGridView3 As DataGridView
- Friend WithEvents DataGridView2 As DataGridView
- Friend WithEvents Label2 As Label
- Friend WithEvents ComboBox2 As ComboBox
- Friend WithEvents Button1 As Button
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents Button12 As Button
- Friend WithEvents Button13 As Button
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents Button2 As Button
- Friend WithEvents Label3 As Label
- Friend WithEvents Button3 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents Button5 As Button
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents Button6 As Button
- End Class
|