_ Partial Class 試穿_訂料授權書 Inherits System.Windows.Forms.Form 'Form 覆寫 Dispose 以清除元件清單。 _ 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 設計工具進行修改。 '請勿使用程式碼編輯器進行修改。 _ Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() 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() Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Me.主表單_dgv = New System.Windows.Forms.DataGridView() Me.清單伸展_ch = New System.Windows.Forms.CheckBox() Me.搜尋_bt = New System.Windows.Forms.Button() Me.返回_bt = New System.Windows.Forms.Button() Me.預告訂單清單_lb = New System.Windows.Forms.Label() Me.明細1_dgv = New System.Windows.Forms.DataGridView() Me.預告訂單單號_tb = New System.Windows.Forms.TextBox() Me.版次_tb = New System.Windows.Forms.TextBox() Me.明細2_dgv = New System.Windows.Forms.DataGridView() Me.預告訂單單號_lb = New System.Windows.Forms.Label() Me.版次_lb = New System.Windows.Forms.Label() Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.清單鞋圖_lb = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.提醒_lb = New System.Windows.Forms.Label() Me.存檔_bt = New System.Windows.Forms.Button() Me.列印_bt = New System.Windows.Forms.Button() Me.客戶_lb = New System.Windows.Forms.Label() Me.客戶_tb = New System.Windows.Forms.TextBox() Me.PictureBox2 = New System.Windows.Forms.PictureBox() CType(Me.主表單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細1_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '主表單_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, 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), System.Windows.Forms.AnchorStyles) Me.主表單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.主表單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.主表單_dgv.Location = New System.Drawing.Point(10, 35) Me.主表單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.主表單_dgv.Name = "主表單_dgv" Me.主表單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.主表單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.主表單_dgv.RowTemplate.Height = 24 Me.主表單_dgv.Size = New System.Drawing.Size(475, 918) Me.主表單_dgv.TabIndex = 819 ' '清單伸展_ch ' Me.清單伸展_ch.AutoSize = True Me.清單伸展_ch.Location = New System.Drawing.Point(198, 7) Me.清單伸展_ch.Name = "清單伸展_ch" Me.清單伸展_ch.Size = New System.Drawing.Size(75, 20) Me.清單伸展_ch.TabIndex = 823 Me.清單伸展_ch.Text = "清單伸展" Me.清單伸展_ch.UseVisualStyleBackColor = True ' '搜尋_bt ' 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(279, 5) Me.搜尋_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.搜尋_bt.Name = "搜尋_bt" Me.搜尋_bt.Size = New System.Drawing.Size(100, 24) Me.搜尋_bt.TabIndex = 821 Me.搜尋_bt.Text = "搜尋" Me.搜尋_bt.UseVisualStyleBackColor = True ' '返回_bt ' 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(385, 5) Me.返回_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.返回_bt.Name = "返回_bt" Me.返回_bt.Size = New System.Drawing.Size(100, 24) Me.返回_bt.TabIndex = 822 Me.返回_bt.Text = "返回" Me.返回_bt.UseVisualStyleBackColor = True ' '預告訂單清單_lb ' Me.預告訂單清單_lb.AutoSize = True Me.預告訂單清單_lb.Location = New System.Drawing.Point(12, 9) Me.預告訂單清單_lb.Name = "預告訂單清單_lb" Me.預告訂單清單_lb.Size = New System.Drawing.Size(80, 16) Me.預告訂單清單_lb.TabIndex = 820 Me.預告訂單清單_lb.Text = "預告訂單清單" ' '明細1_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.明細1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 Me.明細1_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.明細1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill Me.明細1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細1_dgv.Location = New System.Drawing.Point(491, 127) Me.明細1_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細1_dgv.Name = "明細1_dgv" Me.明細1_dgv.RowHeadersWidth = 5 DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4 Me.明細1_dgv.RowTemplate.Height = 24 Me.明細1_dgv.Size = New System.Drawing.Size(1410, 826) Me.明細1_dgv.TabIndex = 824 ' '預告訂單單號_tb ' Me.預告訂單單號_tb.Location = New System.Drawing.Point(746, 6) Me.預告訂單單號_tb.Name = "預告訂單單號_tb" Me.預告訂單單號_tb.Size = New System.Drawing.Size(142, 23) Me.預告訂單單號_tb.TabIndex = 825 Me.預告訂單單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '版次_tb ' Me.版次_tb.Location = New System.Drawing.Point(746, 35) Me.版次_tb.Name = "版次_tb" Me.版次_tb.Size = New System.Drawing.Size(142, 23) Me.版次_tb.TabIndex = 826 Me.版次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '明細2_dgv ' DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer)) Me.明細2_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5 Me.明細2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細2_dgv.Location = New System.Drawing.Point(534, 388) Me.明細2_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細2_dgv.Name = "明細2_dgv" Me.明細2_dgv.RowHeadersWidth = 5 DataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle6 Me.明細2_dgv.RowTemplate.Height = 24 Me.明細2_dgv.Size = New System.Drawing.Size(220, 169) Me.明細2_dgv.TabIndex = 827 ' '預告訂單單號_lb ' Me.預告訂單單號_lb.AutoSize = True Me.預告訂單單號_lb.Location = New System.Drawing.Point(660, 9) Me.預告訂單單號_lb.Name = "預告訂單單號_lb" Me.預告訂單單號_lb.Size = New System.Drawing.Size(80, 16) Me.預告訂單單號_lb.TabIndex = 828 Me.預告訂單單號_lb.Text = "預告訂單單號" ' '版次_lb ' Me.版次_lb.AutoSize = True Me.版次_lb.Location = New System.Drawing.Point(660, 38) Me.版次_lb.Name = "版次_lb" Me.版次_lb.Size = New System.Drawing.Size(32, 16) Me.版次_lb.TabIndex = 829 Me.版次_lb.Text = "版次" ' 'PictureBox1 ' Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox1.Location = New System.Drawing.Point(894, 3) Me.PictureBox1.Name = "PictureBox1" Me.PictureBox1.Size = New System.Drawing.Size(163, 115) Me.PictureBox1.TabIndex = 830 Me.PictureBox1.TabStop = False ' '清單鞋圖_lb ' Me.清單鞋圖_lb.AutoSize = True Me.清單鞋圖_lb.Font = New System.Drawing.Font("微軟正黑體", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.清單鞋圖_lb.Location = New System.Drawing.Point(802, 94) Me.清單鞋圖_lb.Name = "清單鞋圖_lb" Me.清單鞋圖_lb.Size = New System.Drawing.Size(86, 24) Me.清單鞋圖_lb.TabIndex = 831 Me.清單鞋圖_lb.Text = "清單鞋圖" ' 'Timer1 ' Me.Timer1.Interval = 500 ' '提醒_lb ' Me.提醒_lb.AutoSize = True Me.提醒_lb.Font = New System.Drawing.Font("微軟正黑體", 21.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.提醒_lb.ForeColor = System.Drawing.Color.Red Me.提醒_lb.Location = New System.Drawing.Point(1063, 3) Me.提醒_lb.Name = "提醒_lb" Me.提醒_lb.Size = New System.Drawing.Size(104, 74) Me.提醒_lb.TabIndex = 832 Me.提醒_lb.Text = "資料尚" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "未存檔" Me.提醒_lb.Visible = 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("微軟正黑體", 18.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(1277, 7) Me.存檔_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.存檔_bt.Name = "存檔_bt" Me.存檔_bt.Size = New System.Drawing.Size(305, 112) Me.存檔_bt.TabIndex = 833 Me.存檔_bt.Text = "存檔" 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.Font = New System.Drawing.Font("微軟正黑體", 18.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(1583, 7) Me.列印_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.列印_bt.Name = "列印_bt" Me.列印_bt.Size = New System.Drawing.Size(305, 112) Me.列印_bt.TabIndex = 834 Me.列印_bt.Text = "列印" Me.列印_bt.UseVisualStyleBackColor = True ' '客戶_lb ' Me.客戶_lb.AutoSize = True Me.客戶_lb.Location = New System.Drawing.Point(660, 67) Me.客戶_lb.Name = "客戶_lb" Me.客戶_lb.Size = New System.Drawing.Size(32, 16) Me.客戶_lb.TabIndex = 836 Me.客戶_lb.Text = "客戶" ' '客戶_tb ' Me.客戶_tb.Location = New System.Drawing.Point(698, 64) Me.客戶_tb.Name = "客戶_tb" Me.客戶_tb.Size = New System.Drawing.Size(190, 23) Me.客戶_tb.TabIndex = 835 Me.客戶_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'PictureBox2 ' Me.PictureBox2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch Me.PictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.PictureBox2.Location = New System.Drawing.Point(491, 3) Me.PictureBox2.Name = "PictureBox2" Me.PictureBox2.Size = New System.Drawing.Size(163, 115) Me.PictureBox2.TabIndex = 837 Me.PictureBox2.TabStop = False ' '試穿_訂料授權書 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1914, 961) Me.Controls.Add(Me.主表單_dgv) Me.Controls.Add(Me.PictureBox2) Me.Controls.Add(Me.客戶_lb) Me.Controls.Add(Me.客戶_tb) Me.Controls.Add(Me.列印_bt) Me.Controls.Add(Me.存檔_bt) Me.Controls.Add(Me.清單鞋圖_lb) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.版次_lb) Me.Controls.Add(Me.預告訂單單號_lb) Me.Controls.Add(Me.明細2_dgv) Me.Controls.Add(Me.版次_tb) Me.Controls.Add(Me.預告訂單單號_tb) Me.Controls.Add(Me.明細1_dgv) Me.Controls.Add(Me.清單伸展_ch) Me.Controls.Add(Me.搜尋_bt) Me.Controls.Add(Me.返回_bt) Me.Controls.Add(Me.預告訂單清單_lb) Me.Controls.Add(Me.提醒_lb) 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.明細1_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.明細2_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 主表單_dgv As DataGridView Friend WithEvents 清單伸展_ch As CheckBox Friend WithEvents 搜尋_bt As Button Friend WithEvents 返回_bt As Button Friend WithEvents 預告訂單清單_lb As Label Friend WithEvents 明細1_dgv As DataGridView Friend WithEvents 預告訂單單號_tb As TextBox Friend WithEvents 版次_tb As TextBox Friend WithEvents 明細2_dgv As DataGridView Friend WithEvents 預告訂單單號_lb As Label Friend WithEvents 版次_lb As Label Friend WithEvents PictureBox1 As PictureBox Friend WithEvents 清單鞋圖_lb As Label Friend WithEvents Timer1 As Timer Friend WithEvents 提醒_lb As Label Friend WithEvents 存檔_bt As Button Friend WithEvents 列印_bt As Button Friend WithEvents 客戶_lb As Label Friend WithEvents 客戶_tb As TextBox Friend WithEvents PictureBox2 As PictureBox End Class