_ 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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(現金收支單申請)) Me.會計科目_cb = New System.Windows.Forms.ComboBox() Me.現金_tb = New System.Windows.Forms.TextBox() Me.Label8 = New System.Windows.Forms.Label() Me.閃燈_lb = New System.Windows.Forms.Label() Me.項次_tb = New System.Windows.Forms.TextBox() Me.Label28 = New System.Windows.Forms.Label() Me.Label27 = New System.Windows.Forms.Label() Me.明細_dgv = New System.Windows.Forms.DataGridView() Me.Label3 = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.收支單號_tb = New System.Windows.Forms.TextBox() Me.Label1 = New System.Windows.Forms.Label() Me.作廢的現金收支單_rb = New System.Windows.Forms.RadioButton() Me.未核准的現金收支單_rb = New System.Windows.Forms.RadioButton() Me.彙總_dgv = New System.Windows.Forms.DataGridView() Me.申請完成_bt = New System.Windows.Forms.Button() Me.Label2 = New System.Windows.Forms.Label() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.貼上_tsm = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator6 = New System.Windows.Forms.ToolStripSeparator() Me.開立現金收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.複製單據開單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.申請完成ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.新增一筆資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.刪除支付單中選中的資料ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripSeparator2 = New System.Windows.Forms.ToolStripSeparator() Me.刪除選中的現金收支單ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.Label4 = New System.Windows.Forms.Label() Me.單據日期_dtp = New System.Windows.Forms.DateTimePicker() Me.非當天日期_ch = New System.Windows.Forms.CheckBox() Me.支出_bt = New System.Windows.Forms.TextBox() Me.Label5 = New System.Windows.Forms.Label() Me.合計_tb = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.開票_tb = New System.Windows.Forms.TextBox() Me.收票_tb = New System.Windows.Forms.TextBox() Me.已核准的現金收支單_rb = New System.Windows.Forms.RadioButton() Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker() Me.複製單據_bt = New System.Windows.Forms.Button() Me.會科第二層編號_cb = New System.Windows.Forms.ComboBox() Me.會科第二層_cb = New System.Windows.Forms.ComboBox() Me.會科第一層編號_cb = New System.Windows.Forms.ComboBox() Me.會科第一層_cb = New System.Windows.Forms.ComboBox() Me.會科關鍵字_tb = New System.Windows.Forms.TextBox() Me.會計科目編號_cb = New System.Windows.Forms.ComboBox() 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.Button1 = New System.Windows.Forms.Button() CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.ContextMenuStrip1.SuspendLayout() Me.SuspendLayout() ' '會計科目_cb ' Me.會計科目_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會計科目_cb.FormattingEnabled = True Me.會計科目_cb.Location = New System.Drawing.Point(937, 56) Me.會計科目_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會計科目_cb.Name = "會計科目_cb" Me.會計科目_cb.Size = New System.Drawing.Size(175, 24) Me.會計科目_cb.TabIndex = 845 ' '現金_tb ' Me.現金_tb.Location = New System.Drawing.Point(566, 4) Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.現金_tb.Name = "現金_tb" Me.現金_tb.Size = New System.Drawing.Size(113, 23) Me.現金_tb.TabIndex = 844 Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(537, 8) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(32, 16) Me.Label8.TabIndex = 843 Me.Label8.Text = "現金" ' '閃燈_lb ' 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.Red Me.閃燈_lb.Location = New System.Drawing.Point(455, 60) Me.閃燈_lb.Name = "閃燈_lb" Me.閃燈_lb.Size = New System.Drawing.Size(80, 16) Me.閃燈_lb.TabIndex = 842 Me.閃燈_lb.Text = "資料尚未存檔" Me.閃燈_lb.Visible = False ' '項次_tb ' Me.項次_tb.Location = New System.Drawing.Point(356, 56) Me.項次_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.項次_tb.Name = "項次_tb" Me.項次_tb.Size = New System.Drawing.Size(61, 23) Me.項次_tb.TabIndex = 841 Me.項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label28 ' Me.Label28.AutoSize = True Me.Label28.Location = New System.Drawing.Point(416, 61) Me.Label28.Name = "Label28" Me.Label28.Size = New System.Drawing.Size(44, 16) Me.Label28.TabIndex = 840 Me.Label28.Text = "項次。" ' 'Label27 ' Me.Label27.AutoSize = True Me.Label27.Location = New System.Drawing.Point(324, 59) Me.Label27.Name = "Label27" Me.Label27.Size = New System.Drawing.Size(32, 16) Me.Label27.TabIndex = 839 Me.Label27.Text = "選擇" ' '明細_dgv ' DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, 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.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.明細_dgv.Location = New System.Drawing.Point(328, 83) Me.明細_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.明細_dgv.Name = "明細_dgv" Me.明細_dgv.RowHeadersWidth = 25 DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.明細_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2 Me.明細_dgv.RowTemplate.Height = 24 Me.明細_dgv.Size = New System.Drawing.Size(909, 522) Me.明細_dgv.TabIndex = 838 ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(324, 33) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(74, 16) Me.Label3.TabIndex = 837 Me.Label3.Text = "申 請 人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(405, 31) Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(122, 23) Me.申請人_tb.TabIndex = 836 Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '收支單號_tb ' Me.收支單號_tb.Location = New System.Drawing.Point(405, 5) Me.收支單號_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收支單號_tb.Name = "收支單號_tb" Me.收支單號_tb.Size = New System.Drawing.Size(122, 23) Me.收支單號_tb.TabIndex = 832 Me.收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(323, 8) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(80, 16) Me.Label1.TabIndex = 833 Me.Label1.Text = "現金收支單號" ' '作廢的現金收支單_rb ' Me.作廢的現金收支單_rb.AutoSize = True Me.作廢的現金收支單_rb.Location = New System.Drawing.Point(176, 5) Me.作廢的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢的現金收支單_rb.Name = "作廢的現金收支單_rb" Me.作廢的現金收支單_rb.Size = New System.Drawing.Size(122, 20) Me.作廢的現金收支單_rb.TabIndex = 829 Me.作廢的現金收支單_rb.TabStop = True Me.作廢的現金收支單_rb.Text = "作廢的現金收支單" Me.作廢的現金收支單_rb.UseVisualStyleBackColor = True ' '未核准的現金收支單_rb ' Me.未核准的現金收支單_rb.AutoSize = True Me.未核准的現金收支單_rb.Location = New System.Drawing.Point(12, 5) Me.未核准的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未核准的現金收支單_rb.Name = "未核准的現金收支單_rb" Me.未核准的現金收支單_rb.Size = New System.Drawing.Size(134, 20) Me.未核准的現金收支單_rb.TabIndex = 828 Me.未核准的現金收支單_rb.TabStop = True Me.未核准的現金收支單_rb.Text = "未核准的現金收支單" Me.未核准的現金收支單_rb.UseVisualStyleBackColor = True ' '彙總_dgv ' DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.彙總_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3 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(7, 50) Me.彙總_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.彙總_dgv.Name = "彙總_dgv" Me.彙總_dgv.RowHeadersWidth = 5 Me.彙總_dgv.RowTemplate.Height = 24 Me.彙總_dgv.Size = New System.Drawing.Size(315, 555) Me.彙總_dgv.TabIndex = 820 ' '申請完成_bt ' Me.申請完成_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.申請完成_bt.Location = New System.Drawing.Point(1118, 2) Me.申請完成_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請完成_bt.Name = "申請完成_bt" Me.申請完成_bt.Size = New System.Drawing.Size(119, 78) Me.申請完成_bt.TabIndex = 846 Me.申請完成_bt.Text = "申請完成" Me.申請完成_bt.UseVisualStyleBackColor = True ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(842, 7) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(92, 16) Me.Label2.TabIndex = 847 Me.Label2.Text = "會計科目關鍵字" ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem, Me.貼上_tsm, Me.ToolStripSeparator6, Me.開立現金收支單ToolStripMenuItem, Me.複製單據開單ToolStripMenuItem, Me.申請完成ToolStripMenuItem, Me.ToolStripSeparator1, Me.新增一筆資料ToolStripMenuItem, Me.刪除支付單中選中的資料ToolStripMenuItem, Me.ToolStripSeparator2, Me.刪除選中的現金收支單ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(231, 198) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' '貼上_tsm ' Me.貼上_tsm.Name = "貼上_tsm" Me.貼上_tsm.Size = New System.Drawing.Size(230, 22) Me.貼上_tsm.Text = "貼上" ' 'ToolStripSeparator6 ' Me.ToolStripSeparator6.Name = "ToolStripSeparator6" Me.ToolStripSeparator6.Size = New System.Drawing.Size(227, 6) ' '開立現金收支單ToolStripMenuItem ' Me.開立現金收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.開立現金收支單ToolStripMenuItem.Name = "開立現金收支單ToolStripMenuItem" Me.開立現金收支單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.開立現金收支單ToolStripMenuItem.Text = "開立現金收支單" ' '複製單據開單ToolStripMenuItem ' Me.複製單據開單ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.複製單據開單ToolStripMenuItem.Name = "複製單據開單ToolStripMenuItem" Me.複製單據開單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.複製單據開單ToolStripMenuItem.Text = "複製歷史單據重新開立" ' '申請完成ToolStripMenuItem ' Me.申請完成ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer)) Me.申請完成ToolStripMenuItem.Name = "申請完成ToolStripMenuItem" Me.申請完成ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.申請完成ToolStripMenuItem.Text = "申請完成" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(227, 6) ' '新增一筆資料ToolStripMenuItem ' Me.新增一筆資料ToolStripMenuItem.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(0, Byte), Integer)) Me.新增一筆資料ToolStripMenuItem.Name = "新增一筆資料ToolStripMenuItem" Me.新增一筆資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.新增一筆資料ToolStripMenuItem.Text = "收支單中新增一筆空白資料" ' '刪除支付單中選中的資料ToolStripMenuItem ' Me.刪除支付單中選中的資料ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除支付單中選中的資料ToolStripMenuItem.Name = "刪除支付單中選中的資料ToolStripMenuItem" Me.刪除支付單中選中的資料ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.刪除支付單中選中的資料ToolStripMenuItem.Text = "刪除一筆收支單中選中的資料" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" Me.ToolStripSeparator2.Size = New System.Drawing.Size(227, 6) ' '刪除選中的現金收支單ToolStripMenuItem ' Me.刪除選中的現金收支單ToolStripMenuItem.ForeColor = System.Drawing.Color.Red Me.刪除選中的現金收支單ToolStripMenuItem.Name = "刪除選中的現金收支單ToolStripMenuItem" Me.刪除選中的現金收支單ToolStripMenuItem.Size = New System.Drawing.Size(230, 22) Me.刪除選中的現金收支單ToolStripMenuItem.Text = "刪除選中的現金收支單" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.ForeColor = System.Drawing.Color.Blue Me.Label4.Location = New System.Drawing.Point(680, 7) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(32, 16) Me.Label4.TabIndex = 878 Me.Label4.Text = "日期" ' '單據日期_dtp ' Me.單據日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.單據日期_dtp.Location = New System.Drawing.Point(711, 4) Me.單據日期_dtp.Name = "單據日期_dtp" Me.單據日期_dtp.Size = New System.Drawing.Size(89, 23) Me.單據日期_dtp.TabIndex = 877 ' '非當天日期_ch ' Me.非當天日期_ch.AutoSize = True Me.非當天日期_ch.Checked = True Me.非當天日期_ch.CheckState = System.Windows.Forms.CheckState.Checked Me.非當天日期_ch.Location = New System.Drawing.Point(803, 5) Me.非當天日期_ch.Name = "非當天日期_ch" Me.非當天日期_ch.Size = New System.Drawing.Size(39, 20) Me.非當天日期_ch.TabIndex = 879 Me.非當天日期_ch.Text = "補" Me.非當天日期_ch.UseVisualStyleBackColor = True ' '支出_bt ' Me.支出_bt.Location = New System.Drawing.Point(566, 30) Me.支出_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出_bt.Name = "支出_bt" Me.支出_bt.Size = New System.Drawing.Size(113, 23) Me.支出_bt.TabIndex = 881 Me.支出_bt.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(535, 33) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(32, 16) Me.Label5.TabIndex = 880 Me.Label5.Text = "支出" ' '合計_tb ' 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(566, 56) Me.合計_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.合計_tb.Name = "合計_tb" Me.合計_tb.Size = New System.Drawing.Size(113, 23) Me.合計_tb.TabIndex = 883 Me.合計_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Location = New System.Drawing.Point(535, 59) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(32, 16) Me.Label9.TabIndex = 882 Me.Label9.Text = "合計" ' '開票_tb ' Me.開票_tb.Location = New System.Drawing.Point(423, 158) Me.開票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.開票_tb.Name = "開票_tb" Me.開票_tb.Size = New System.Drawing.Size(113, 23) Me.開票_tb.TabIndex = 885 Me.開票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '收票_tb ' Me.收票_tb.Location = New System.Drawing.Point(423, 189) Me.收票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.收票_tb.Name = "收票_tb" Me.收票_tb.Size = New System.Drawing.Size(113, 23) Me.收票_tb.TabIndex = 887 Me.收票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '已核准的現金收支單_rb ' Me.已核准的現金收支單_rb.AutoSize = True Me.已核准的現金收支單_rb.Location = New System.Drawing.Point(12, 28) Me.已核准的現金收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已核准的現金收支單_rb.Name = "已核准的現金收支單_rb" Me.已核准的現金收支單_rb.Size = New System.Drawing.Size(134, 20) Me.已核准的現金收支單_rb.TabIndex = 888 Me.已核准的現金收支單_rb.TabStop = True Me.已核准的現金收支單_rb.Text = "已核准的現金收支單" Me.已核准的現金收支單_rb.UseVisualStyleBackColor = True ' 'DateTimePicker2 ' Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.DateTimePicker2.Location = New System.Drawing.Point(423, 128) Me.DateTimePicker2.Name = "DateTimePicker2" Me.DateTimePicker2.Size = New System.Drawing.Size(113, 23) Me.DateTimePicker2.TabIndex = 889 ' '複製單據_bt ' 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(186, 26) Me.複製單據_bt.Name = "複製單據_bt" Me.複製單據_bt.Size = New System.Drawing.Size(136, 23) Me.複製單據_bt.TabIndex = 890 Me.複製單據_bt.Text = "複製歷史單據重新開立" Me.複製單據_bt.UseVisualStyleBackColor = True ' '會科第二層編號_cb ' Me.會科第二層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第二層編號_cb.FormattingEnabled = True Me.會科第二層編號_cb.Location = New System.Drawing.Point(1037, 30) Me.會科第二層編號_cb.Name = "會科第二層編號_cb" Me.會科第二層編號_cb.Size = New System.Drawing.Size(75, 24) Me.會科第二層編號_cb.TabIndex = 894 ' '會科第二層_cb ' Me.會科第二層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第二層_cb.FormattingEnabled = True Me.會科第二層_cb.Location = New System.Drawing.Point(937, 30) Me.會科第二層_cb.Name = "會科第二層_cb" Me.會科第二層_cb.Size = New System.Drawing.Size(96, 24) Me.會科第二層_cb.TabIndex = 893 ' '會科第一層編號_cb ' Me.會科第一層編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第一層編號_cb.FormattingEnabled = True Me.會科第一層編號_cb.Location = New System.Drawing.Point(1037, 4) Me.會科第一層編號_cb.Name = "會科第一層編號_cb" Me.會科第一層編號_cb.Size = New System.Drawing.Size(75, 24) Me.會科第一層編號_cb.TabIndex = 892 ' '會科第一層_cb ' Me.會科第一層_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會科第一層_cb.FormattingEnabled = True Me.會科第一層_cb.Location = New System.Drawing.Point(937, 4) Me.會科第一層_cb.Name = "會科第一層_cb" Me.會科第一層_cb.Size = New System.Drawing.Size(96, 24) Me.會科第一層_cb.TabIndex = 891 ' '會科關鍵字_tb ' 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(841, 30) Me.會科關鍵字_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會科關鍵字_tb.Name = "會科關鍵字_tb" Me.會科關鍵字_tb.Size = New System.Drawing.Size(93, 23) Me.會科關鍵字_tb.TabIndex = 895 Me.會科關鍵字_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '會計科目編號_cb ' Me.會計科目編號_cb.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.會計科目編號_cb.FormattingEnabled = True Me.會計科目編號_cb.Location = New System.Drawing.Point(423, 220) Me.會計科目編號_cb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會計科目編號_cb.Name = "會計科目編號_cb" Me.會計科目編號_cb.Size = New System.Drawing.Size(113, 24) Me.會計科目編號_cb.TabIndex = 896 ' '會科修改_bt ' Me.會科修改_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.會科修改_bt.Location = New System.Drawing.Point(864, 56) Me.會科修改_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.會科修改_bt.Name = "會科修改_bt" Me.會科修改_bt.Size = New System.Drawing.Size(71, 24) Me.會科修改_bt.TabIndex = 897 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.Location = New System.Drawing.Point(685, 30) Me.模式一_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.模式一_bt.Name = "模式一_bt" Me.模式一_bt.Size = New System.Drawing.Size(58, 24) Me.模式一_bt.TabIndex = 898 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.Location = New System.Drawing.Point(685, 56) Me.模式二_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.模式二_bt.Name = "模式二_bt" Me.模式二_bt.Size = New System.Drawing.Size(58, 24) Me.模式二_bt.TabIndex = 899 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.Location = New System.Drawing.Point(744, 30) Me.修改申請日_bt.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.修改申請日_bt.Name = "修改申請日_bt" Me.修改申請日_bt.Size = New System.Drawing.Size(83, 24) Me.修改申請日_bt.TabIndex = 900 Me.修改申請日_bt.Text = "修改申請日" Me.修改申請日_bt.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Button1.Location = New System.Drawing.Point(793, 56) Me.Button1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(71, 24) Me.Button1.TabIndex = 901 Me.Button1.Text = "會科批改" Me.Button1.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(1249, 611) Me.ContextMenuStrip = Me.ContextMenuStrip1 Me.Controls.Add(Me.Button1) Me.Controls.Add(Me.修改申請日_bt) Me.Controls.Add(Me.模式二_bt) Me.Controls.Add(Me.模式一_bt) Me.Controls.Add(Me.會科修改_bt) Me.Controls.Add(Me.會計科目編號_cb) Me.Controls.Add(Me.會科關鍵字_tb) Me.Controls.Add(Me.會科第二層編號_cb) Me.Controls.Add(Me.會科第二層_cb) Me.Controls.Add(Me.會科第一層編號_cb) Me.Controls.Add(Me.會科第一層_cb) Me.Controls.Add(Me.複製單據_bt) Me.Controls.Add(Me.DateTimePicker2) Me.Controls.Add(Me.已核准的現金收支單_rb) Me.Controls.Add(Me.收票_tb) Me.Controls.Add(Me.開票_tb) Me.Controls.Add(Me.合計_tb) Me.Controls.Add(Me.Label9) Me.Controls.Add(Me.支出_bt) Me.Controls.Add(Me.Label5) Me.Controls.Add(Me.非當天日期_ch) Me.Controls.Add(Me.單據日期_dtp) Me.Controls.Add(Me.申請完成_bt) Me.Controls.Add(Me.會計科目_cb) Me.Controls.Add(Me.現金_tb) Me.Controls.Add(Me.Label8) Me.Controls.Add(Me.項次_tb) Me.Controls.Add(Me.Label28) Me.Controls.Add(Me.Label27) Me.Controls.Add(Me.明細_dgv) Me.Controls.Add(Me.Label3) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.收支單號_tb) Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.作廢的現金收支單_rb) Me.Controls.Add(Me.未核准的現金收支單_rb) Me.Controls.Add(Me.Label2) Me.Controls.Add(Me.彙總_dgv) Me.Controls.Add(Me.閃燈_lb) Me.Controls.Add(Me.Label4) Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.Name = "現金收支單申請" Me.Text = "現金收支單申請" CType(Me.明細_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.彙總_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ContextMenuStrip1.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 會計科目_cb As ComboBox Friend WithEvents 現金_tb As TextBox Friend WithEvents Label8 As Label Friend WithEvents 閃燈_lb As Label Friend WithEvents 項次_tb As TextBox Friend WithEvents Label28 As Label Friend WithEvents Label27 As Label Friend WithEvents 明細_dgv As DataGridView Friend WithEvents Label3 As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 收支單號_tb As TextBox Friend WithEvents Label1 As Label Friend WithEvents 作廢的現金收支單_rb As RadioButton Friend WithEvents 未核准的現金收支單_rb As RadioButton Friend WithEvents 彙總_dgv As DataGridView Friend WithEvents 申請完成_bt As Button Friend WithEvents Label2 As Label Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator6 As ToolStripSeparator Friend WithEvents 開立現金收支單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 申請完成ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator1 As ToolStripSeparator Friend WithEvents 新增一筆資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 刪除支付單中選中的資料ToolStripMenuItem As ToolStripMenuItem Friend WithEvents ToolStripSeparator2 As ToolStripSeparator Friend WithEvents 刪除選中的現金收支單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents Timer1 As Timer Friend WithEvents Label4 As Label Friend WithEvents 單據日期_dtp As DateTimePicker Friend WithEvents 非當天日期_ch As CheckBox Friend WithEvents 支出_bt As TextBox Friend WithEvents Label5 As Label Friend WithEvents 合計_tb As TextBox Friend WithEvents Label9 As Label Friend WithEvents 開票_tb As TextBox Friend WithEvents 收票_tb As TextBox Friend WithEvents 已核准的現金收支單_rb As RadioButton Friend WithEvents DateTimePicker2 As DateTimePicker Friend WithEvents 複製單據開單ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 複製單據_bt As Button Friend WithEvents 會科第二層編號_cb As ComboBox Friend WithEvents 會科第二層_cb As ComboBox Friend WithEvents 會科第一層編號_cb As ComboBox Friend WithEvents 會科第一層_cb As ComboBox Friend WithEvents 會科關鍵字_tb As TextBox Friend WithEvents 會計科目編號_cb As ComboBox Friend WithEvents 會科修改_bt As Button Friend WithEvents 模式一_bt As Button Friend WithEvents 模式二_bt As Button Friend WithEvents 貼上_tsm As ToolStripMenuItem Friend WithEvents 修改申請日_bt As Button Friend WithEvents Button1 As Button End Class