_ 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 DataGridViewCellStyle73 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle74 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim DataGridViewCellStyle75 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(營運成本收支單申請)) Me.關鍵_lb = New System.Windows.Forms.Label() 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.申請完成_bt = New System.Windows.Forms.Button() Me.美金匯率_tb = New System.Windows.Forms.TextBox() Me.人民幣匯率_tb = New System.Windows.Forms.TextBox() Me.幣別_cb = New System.Windows.Forms.ComboBox() Me.ComboBox6 = New System.Windows.Forms.ComboBox() Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox() Me.ComboBox4 = New System.Windows.Forms.ComboBox() Me.ComboBox3 = New System.Windows.Forms.ComboBox() Me.ComboBox2 = New System.Windows.Forms.ComboBox() Me.ComboBox5 = New System.Windows.Forms.ComboBox() Me.複製歷史單據重新開立_bt = New System.Windows.Forms.Button() Me.日期_dtp = New System.Windows.Forms.DateTimePicker() Me.已核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.支票_tb = New System.Windows.Forms.TextBox() Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.支票_lb = New System.Windows.Forms.Label() Me.零用金_tb = New System.Windows.Forms.TextBox() Me.零用金_lb = New System.Windows.Forms.Label() Me.現金餘額_tb = New System.Windows.Forms.TextBox() Me.現金餘額_lb = New System.Windows.Forms.Label() Me.支出_lb = New System.Windows.Forms.Label() Me.補單_cb = New System.Windows.Forms.CheckBox() Me.日期_lb = New System.Windows.Forms.Label() Me.支出_tb = New System.Windows.Forms.TextBox() Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker() Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker() Me.項次_lb = New System.Windows.Forms.Label() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker() Me.ComboBox1 = New System.Windows.Forms.ComboBox() Me.現金_tb = New System.Windows.Forms.TextBox() Me.現金_lb = New System.Windows.Forms.Label() Me.資料尚未存檔_lb = New System.Windows.Forms.Label() Me.選擇項次_tb = New System.Windows.Forms.TextBox() Me.選擇_lb = New System.Windows.Forms.Label() Me.申請人_lb = New System.Windows.Forms.Label() Me.申請人_tb = New System.Windows.Forms.TextBox() Me.營運成本收支單號_tb = New System.Windows.Forms.TextBox() Me.營運成本收支單號_lb = New System.Windows.Forms.Label() Me.作廢的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.未核准的營運成本收支單_rb = New System.Windows.Forms.RadioButton() Me.會計科目_lb = New System.Windows.Forms.Label() Me.營運收支單_dgv = New System.Windows.Forms.DataGridView() Me.單一筆收支單_dgv = New System.Windows.Forms.DataGridView() Me.印尼匯率_tb = New System.Windows.Forms.TextBox() Me.Label7 = New System.Windows.Forms.Label() Me.語言_dgv = New System.Windows.Forms.DataGridView() Me.ContextMenuStrip1.SuspendLayout() CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' '關鍵_lb ' Me.關鍵_lb.AutoSize = True Me.關鍵_lb.Location = New System.Drawing.Point(489, 129) Me.關鍵_lb.Name = "關鍵_lb" Me.關鍵_lb.Size = New System.Drawing.Size(121, 16) Me.關鍵_lb.TabIndex = 992 Me.關鍵_lb.Text = "關鍵字查詢-會計科目" ' '刪除選中的一筆資料_bt ' Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1357, 128) Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt" Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(149, 24) Me.刪除選中的一筆資料_bt.TabIndex = 991 Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料" Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True ' '收支單中新增一筆空白資料_bt ' Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(1191, 127) Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt" Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 24) Me.收支單中新增一筆空白資料_bt.TabIndex = 990 Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料" Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True ' '刪除選中的營運成本收支單_bt ' Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1181, 5) Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt" Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(159, 26) Me.刪除選中的營運成本收支單_bt.TabIndex = 989 Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的營運成本收支單" Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True ' '開立營運成本收支單_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(1017, 4) Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt" Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(158, 25) Me.開立營運成本收支單_bt.TabIndex = 988 Me.開立營運成本收支單_bt.Text = "開立營運成本收支單" Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True ' '申請完成_bt ' Me.申請完成_bt.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.申請完成_bt.ForeColor = System.Drawing.Color.Red Me.申請完成_bt.Location = New System.Drawing.Point(330, 641) Me.申請完成_bt.Name = "申請完成_bt" Me.申請完成_bt.Size = New System.Drawing.Size(1176, 23) Me.申請完成_bt.TabIndex = 987 Me.申請完成_bt.Text = "申請完成" Me.申請完成_bt.UseVisualStyleBackColor = True ' '美金匯率_tb ' Me.美金匯率_tb.Location = New System.Drawing.Point(894, 263) Me.美金匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.美金匯率_tb.Name = "美金匯率_tb" Me.美金匯率_tb.Size = New System.Drawing.Size(175, 23) Me.美金匯率_tb.TabIndex = 986 Me.美金匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.美金匯率_tb.Visible = False ' '人民幣匯率_tb ' Me.人民幣匯率_tb.Location = New System.Drawing.Point(894, 232) Me.人民幣匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.人民幣匯率_tb.Name = "人民幣匯率_tb" Me.人民幣匯率_tb.Size = New System.Drawing.Size(175, 23) Me.人民幣匯率_tb.TabIndex = 985 Me.人民幣匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.人民幣匯率_tb.Visible = False ' '幣別_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.FormattingEnabled = True Me.幣別_cb.Items.AddRange(New Object() {"台幣現金", "人民幣現金", "美金", "印尼盾"}) Me.幣別_cb.Location = New System.Drawing.Point(1075, 85) Me.幣別_cb.Name = "幣別_cb" Me.幣別_cb.Size = New System.Drawing.Size(119, 24) Me.幣別_cb.TabIndex = 984 ' 'ComboBox6 ' Me.ComboBox6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox6.FormattingEnabled = True Me.ComboBox6.Location = New System.Drawing.Point(894, 200) Me.ComboBox6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox6.Name = "ComboBox6" Me.ComboBox6.Size = New System.Drawing.Size(175, 24) Me.ComboBox6.TabIndex = 983 ' '關鍵字查詢會計科目_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(730, 127) Me.關鍵字查詢會計科目_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.關鍵字查詢會計科目_tb.Name = "關鍵字查詢會計科目_tb" Me.關鍵字查詢會計科目_tb.Size = New System.Drawing.Size(458, 23) Me.關鍵字查詢會計科目_tb.TabIndex = 982 Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ComboBox4 ' Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox4.FormattingEnabled = True Me.ComboBox4.Location = New System.Drawing.Point(798, 85) Me.ComboBox4.Name = "ComboBox4" Me.ComboBox4.Size = New System.Drawing.Size(78, 24) Me.ComboBox4.TabIndex = 981 ' 'ComboBox3 ' Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox3.FormattingEnabled = True Me.ComboBox3.Location = New System.Drawing.Point(671, 85) Me.ComboBox3.Name = "ComboBox3" Me.ComboBox3.Size = New System.Drawing.Size(121, 24) Me.ComboBox3.TabIndex = 980 ' 'ComboBox2 ' Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox2.FormattingEnabled = True Me.ComboBox2.Location = New System.Drawing.Point(604, 85) Me.ComboBox2.Name = "ComboBox2" Me.ComboBox2.Size = New System.Drawing.Size(61, 24) Me.ComboBox2.TabIndex = 979 ' 'ComboBox5 ' Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox5.FormattingEnabled = True Me.ComboBox5.Location = New System.Drawing.Point(477, 85) Me.ComboBox5.Name = "ComboBox5" Me.ComboBox5.Size = New System.Drawing.Size(121, 24) Me.ComboBox5.TabIndex = 978 ' '複製歷史單據重新開立_bt ' Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1346, 4) Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt" Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(163, 26) Me.複製歷史單據重新開立_bt.TabIndex = 977 Me.複製歷史單據重新開立_bt.Text = "複製歷史單據重新開立" Me.複製歷史單據重新開立_bt.UseVisualStyleBackColor = True ' '日期_dtp ' Me.日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.日期_dtp.Location = New System.Drawing.Point(348, 201) Me.日期_dtp.Name = "日期_dtp" Me.日期_dtp.Size = New System.Drawing.Size(90, 23) Me.日期_dtp.TabIndex = 976 ' '已核准的營運成本收支單_rb ' Me.已核准的營運成本收支單_rb.AutoSize = True Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(9, 31) Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb" Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20) Me.已核准的營運成本收支單_rb.TabIndex = 975 Me.已核准的營運成本收支單_rb.TabStop = True Me.已核准的營運成本收支單_rb.Text = "已核准的營運成本收支單" Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True ' '支票_tb ' Me.支票_tb.Location = New System.Drawing.Point(533, 52) Me.支票_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支票_tb.Name = "支票_tb" Me.支票_tb.Size = New System.Drawing.Size(188, 23) Me.支票_tb.TabIndex = 974 Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' 'ContextMenuStrip1 ' Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.重新讀取ToolStripMenuItem}) Me.ContextMenuStrip1.Name = "ContextMenuStrip1" Me.ContextMenuStrip1.Size = New System.Drawing.Size(123, 26) ' '重新讀取ToolStripMenuItem ' Me.重新讀取ToolStripMenuItem.Name = "重新讀取ToolStripMenuItem" Me.重新讀取ToolStripMenuItem.Size = New System.Drawing.Size(122, 22) Me.重新讀取ToolStripMenuItem.Text = "重新讀取" ' '支票_lb ' Me.支票_lb.AutoSize = True Me.支票_lb.Location = New System.Drawing.Point(533, 32) Me.支票_lb.Name = "支票_lb" Me.支票_lb.Size = New System.Drawing.Size(32, 16) Me.支票_lb.TabIndex = 973 Me.支票_lb.Text = "支票" ' '零用金_tb ' Me.零用金_tb.Location = New System.Drawing.Point(334, 52) Me.零用金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.零用金_tb.Name = "零用金_tb" Me.零用金_tb.Size = New System.Drawing.Size(188, 23) Me.零用金_tb.TabIndex = 972 Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '零用金_lb ' Me.零用金_lb.AutoSize = True Me.零用金_lb.Location = New System.Drawing.Point(336, 34) Me.零用金_lb.Name = "零用金_lb" Me.零用金_lb.Size = New System.Drawing.Size(44, 16) Me.零用金_lb.TabIndex = 971 Me.零用金_lb.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(1117, 52) Me.現金餘額_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.現金餘額_tb.Name = "現金餘額_tb" Me.現金餘額_tb.Size = New System.Drawing.Size(188, 23) Me.現金餘額_tb.TabIndex = 970 Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '現金餘額_lb ' Me.現金餘額_lb.AutoSize = True Me.現金餘額_lb.Location = New System.Drawing.Point(1117, 33) Me.現金餘額_lb.Name = "現金餘額_lb" Me.現金餘額_lb.Size = New System.Drawing.Size(56, 16) Me.現金餘額_lb.TabIndex = 969 Me.現金餘額_lb.Text = "現金餘額" ' '支出_lb ' Me.支出_lb.AutoSize = True Me.支出_lb.Location = New System.Drawing.Point(921, 32) Me.支出_lb.Name = "支出_lb" Me.支出_lb.Size = New System.Drawing.Size(32, 16) Me.支出_lb.TabIndex = 967 Me.支出_lb.Text = "支出" ' '補單_cb ' Me.補單_cb.AutoSize = True Me.補單_cb.Checked = True Me.補單_cb.CheckState = System.Windows.Forms.CheckState.Checked Me.補單_cb.Location = New System.Drawing.Point(933, 6) Me.補單_cb.Name = "補單_cb" Me.補單_cb.Size = New System.Drawing.Size(39, 20) Me.補單_cb.TabIndex = 966 Me.補單_cb.Text = "補" Me.補單_cb.UseVisualStyleBackColor = True ' '日期_lb ' Me.日期_lb.AutoSize = True Me.日期_lb.ForeColor = System.Drawing.Color.Blue Me.日期_lb.Location = New System.Drawing.Point(784, 7) Me.日期_lb.Name = "日期_lb" Me.日期_lb.Size = New System.Drawing.Size(32, 16) Me.日期_lb.TabIndex = 965 Me.日期_lb.Text = "日期" ' '支出_tb ' Me.支出_tb.Location = New System.Drawing.Point(921, 52) Me.支出_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.支出_tb.Name = "支出_tb" Me.支出_tb.Size = New System.Drawing.Size(188, 23) Me.支出_tb.TabIndex = 968 Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '申請日期_dtp ' Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short] Me.申請日期_dtp.Location = New System.Drawing.Point(838, 4) Me.申請日期_dtp.Name = "申請日期_dtp" Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23) Me.申請日期_dtp.TabIndex = 964 ' '項次_lb ' Me.項次_lb.AutoSize = True Me.項次_lb.Location = New System.Drawing.Point(430, 129) Me.項次_lb.Name = "項次_lb" Me.項次_lb.Size = New System.Drawing.Size(32, 16) Me.項次_lb.TabIndex = 957 Me.項次_lb.Text = "項次" ' 'Timer1 ' Me.Timer1.Interval = 500 ' 'ComboBox1 ' Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.ComboBox1.FormattingEnabled = True Me.ComboBox1.Location = New System.Drawing.Point(881, 85) Me.ComboBox1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.ComboBox1.Name = "ComboBox1" Me.ComboBox1.Size = New System.Drawing.Size(188, 24) Me.ComboBox1.TabIndex = 962 ' '現金_tb ' Me.現金_tb.Location = New System.Drawing.Point(727, 52) Me.現金_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.現金_tb.Name = "現金_tb" Me.現金_tb.Size = New System.Drawing.Size(188, 23) Me.現金_tb.TabIndex = 961 Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '現金_lb ' Me.現金_lb.AutoSize = True Me.現金_lb.Location = New System.Drawing.Point(728, 33) Me.現金_lb.Name = "現金_lb" Me.現金_lb.Size = New System.Drawing.Size(32, 16) Me.現金_lb.TabIndex = 960 Me.現金_lb.Text = "現金" ' '資料尚未存檔_lb ' Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 9.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(1343, 51) Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb" Me.資料尚未存檔_lb.Size = New System.Drawing.Size(250, 50) Me.資料尚未存檔_lb.TabIndex = 959 Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔" Me.資料尚未存檔_lb.Visible = False ' '選擇項次_tb ' Me.選擇項次_tb.Location = New System.Drawing.Point(365, 125) 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 = 958 Me.選擇項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '選擇_lb ' Me.選擇_lb.AutoSize = True Me.選擇_lb.Location = New System.Drawing.Point(330, 130) Me.選擇_lb.Name = "選擇_lb" Me.選擇_lb.Size = New System.Drawing.Size(32, 16) Me.選擇_lb.TabIndex = 956 Me.選擇_lb.Text = "選擇" ' '申請人_lb ' Me.申請人_lb.AutoSize = True Me.申請人_lb.Location = New System.Drawing.Point(625, 6) Me.申請人_lb.Name = "申請人_lb" Me.申請人_lb.Size = New System.Drawing.Size(44, 16) Me.申請人_lb.TabIndex = 954 Me.申請人_lb.Text = "申請人" ' '申請人_tb ' Me.申請人_tb.Location = New System.Drawing.Point(691, 3) Me.申請人_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.申請人_tb.Name = "申請人_tb" Me.申請人_tb.Size = New System.Drawing.Size(92, 23) Me.申請人_tb.TabIndex = 953 Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '營運成本收支單號_tb ' Me.營運成本收支單號_tb.Location = New System.Drawing.Point(503, 3) 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 = 951 Me.營運成本收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center ' '營運成本收支單號_lb ' Me.營運成本收支單號_lb.AutoSize = True Me.營運成本收支單號_lb.Location = New System.Drawing.Point(239, 6) Me.營運成本收支單號_lb.Name = "營運成本收支單號_lb" Me.營運成本收支單號_lb.Size = New System.Drawing.Size(104, 16) Me.營運成本收支單號_lb.TabIndex = 952 Me.營運成本收支單號_lb.Text = "營運成本收支單號" ' '作廢的營運成本收支單_rb ' Me.作廢的營運成本收支單_rb.AutoSize = True Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(9, 55) Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb" Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(146, 20) Me.作廢的營運成本收支單_rb.TabIndex = 950 Me.作廢的營運成本收支單_rb.TabStop = True Me.作廢的營運成本收支單_rb.Text = "作廢的營運成本收支單" Me.作廢的營運成本收支單_rb.UseVisualStyleBackColor = True ' '未核准的營運成本收支單_rb ' Me.未核准的營運成本收支單_rb.AutoSize = True Me.未核准的營運成本收支單_rb.ImageAlign = System.Drawing.ContentAlignment.BottomRight Me.未核准的營運成本收支單_rb.Location = New System.Drawing.Point(9, 6) Me.未核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.未核准的營運成本收支單_rb.Name = "未核准的營運成本收支單_rb" Me.未核准的營運成本收支單_rb.Size = New System.Drawing.Size(158, 20) Me.未核准的營運成本收支單_rb.TabIndex = 949 Me.未核准的營運成本收支單_rb.TabStop = True Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單" Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True ' '會計科目_lb ' Me.會計科目_lb.AutoSize = True Me.會計科目_lb.Location = New System.Drawing.Point(330, 88) Me.會計科目_lb.Name = "會計科目_lb" Me.會計科目_lb.Size = New System.Drawing.Size(56, 16) Me.會計科目_lb.TabIndex = 963 Me.會計科目_lb.Text = "會計科目" ' '營運收支單_dgv ' DataGridViewCellStyle73.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer)) Me.營運收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle73 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(9, 79) 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, 585) Me.營運收支單_dgv.TabIndex = 948 ' '單一筆收支單_dgv ' DataGridViewCellStyle74.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer)) Me.單一筆收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle74 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(327, 154) Me.單一筆收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.單一筆收支單_dgv.Name = "單一筆收支單_dgv" Me.單一筆收支單_dgv.RowHeadersWidth = 5 DataGridViewCellStyle75.WrapMode = System.Windows.Forms.DataGridViewTriState.[True] Me.單一筆收支單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle75 Me.單一筆收支單_dgv.RowTemplate.Height = 24 Me.單一筆收支單_dgv.Size = New System.Drawing.Size(1182, 485) Me.單一筆收支單_dgv.TabIndex = 955 ' '印尼匯率_tb ' Me.印尼匯率_tb.Location = New System.Drawing.Point(894, 294) Me.印尼匯率_tb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4) Me.印尼匯率_tb.Name = "印尼匯率_tb" Me.印尼匯率_tb.Size = New System.Drawing.Size(175, 23) Me.印尼匯率_tb.TabIndex = 993 Me.印尼匯率_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center Me.印尼匯率_tb.Visible = False ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte)) Me.Label7.Location = New System.Drawing.Point(327, 73) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(1177, 15) Me.Label7.TabIndex = 994 Me.Label7.Text = resources.GetString("Label7.Text") ' '語言_dgv ' Me.語言_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize Me.語言_dgv.Location = New System.Drawing.Point(477, 353) Me.語言_dgv.Name = "語言_dgv" Me.語言_dgv.RowHeadersWidth = 5 Me.語言_dgv.RowTemplate.Height = 24 Me.語言_dgv.Size = New System.Drawing.Size(81, 49) Me.語言_dgv.TabIndex = 995 Me.語言_dgv.Visible = False ' '營運成本收支單申請 ' Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1512, 668) Me.Controls.Add(Me.語言_dgv) Me.Controls.Add(Me.印尼匯率_tb) Me.Controls.Add(Me.關鍵_lb) Me.Controls.Add(Me.刪除選中的一筆資料_bt) Me.Controls.Add(Me.收支單中新增一筆空白資料_bt) Me.Controls.Add(Me.刪除選中的營運成本收支單_bt) Me.Controls.Add(Me.開立營運成本收支單_bt) Me.Controls.Add(Me.申請完成_bt) Me.Controls.Add(Me.美金匯率_tb) Me.Controls.Add(Me.人民幣匯率_tb) Me.Controls.Add(Me.幣別_cb) Me.Controls.Add(Me.ComboBox6) Me.Controls.Add(Me.關鍵字查詢會計科目_tb) Me.Controls.Add(Me.ComboBox4) Me.Controls.Add(Me.ComboBox3) Me.Controls.Add(Me.ComboBox2) Me.Controls.Add(Me.ComboBox5) Me.Controls.Add(Me.複製歷史單據重新開立_bt) Me.Controls.Add(Me.日期_dtp) Me.Controls.Add(Me.已核准的營運成本收支單_rb) Me.Controls.Add(Me.支票_tb) Me.Controls.Add(Me.支票_lb) Me.Controls.Add(Me.零用金_tb) Me.Controls.Add(Me.零用金_lb) Me.Controls.Add(Me.現金餘額_tb) Me.Controls.Add(Me.現金餘額_lb) Me.Controls.Add(Me.支出_lb) Me.Controls.Add(Me.補單_cb) Me.Controls.Add(Me.日期_lb) Me.Controls.Add(Me.支出_tb) Me.Controls.Add(Me.申請日期_dtp) Me.Controls.Add(Me.項次_lb) Me.Controls.Add(Me.ComboBox1) Me.Controls.Add(Me.現金_tb) Me.Controls.Add(Me.現金_lb) Me.Controls.Add(Me.資料尚未存檔_lb) Me.Controls.Add(Me.選擇項次_tb) Me.Controls.Add(Me.選擇_lb) Me.Controls.Add(Me.申請人_lb) Me.Controls.Add(Me.申請人_tb) Me.Controls.Add(Me.營運成本收支單號_tb) Me.Controls.Add(Me.營運成本收支單號_lb) Me.Controls.Add(Me.作廢的營運成本收支單_rb) Me.Controls.Add(Me.未核准的營運成本收支單_rb) Me.Controls.Add(Me.會計科目_lb) Me.Controls.Add(Me.營運收支單_dgv) Me.Controls.Add(Me.單一筆收支單_dgv) Me.Controls.Add(Me.Label7) 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 = "營運成本收支單申請" Me.ContextMenuStrip1.ResumeLayout(False) CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.語言_dgv, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents 關鍵_lb As Label Friend WithEvents 刪除選中的一筆資料_bt As Button Friend WithEvents 收支單中新增一筆空白資料_bt As Button Friend WithEvents 刪除選中的營運成本收支單_bt As Button Friend WithEvents 開立營運成本收支單_bt As Button Friend WithEvents 申請完成_bt As Button Friend WithEvents 美金匯率_tb As TextBox Friend WithEvents 人民幣匯率_tb As TextBox Friend WithEvents 幣別_cb As ComboBox Friend WithEvents ComboBox6 As ComboBox Friend WithEvents 關鍵字查詢會計科目_tb As TextBox Friend WithEvents ComboBox4 As ComboBox Friend WithEvents ComboBox3 As ComboBox Friend WithEvents ComboBox2 As ComboBox Friend WithEvents ComboBox5 As ComboBox Friend WithEvents 複製歷史單據重新開立_bt As Button Friend WithEvents 日期_dtp As DateTimePicker Friend WithEvents 已核准的營運成本收支單_rb As RadioButton Friend WithEvents 支票_tb As TextBox Friend WithEvents ContextMenuStrip1 As ContextMenuStrip Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem Friend WithEvents 支票_lb As Label Friend WithEvents 零用金_tb As TextBox Friend WithEvents 零用金_lb As Label Friend WithEvents 現金餘額_tb As TextBox Friend WithEvents 現金餘額_lb As Label Friend WithEvents 支出_lb As Label Friend WithEvents 補單_cb As CheckBox Friend WithEvents 日期_lb As Label Friend WithEvents 支出_tb As TextBox Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker Friend WithEvents 申請日期_dtp As DateTimePicker Friend WithEvents 項次_lb As Label Friend WithEvents Timer1 As Timer Friend WithEvents BackgroundWorker1 As System.ComponentModel.BackgroundWorker Friend WithEvents ComboBox1 As ComboBox Friend WithEvents 現金_tb As TextBox Friend WithEvents 現金_lb As Label Friend WithEvents 資料尚未存檔_lb As Label Friend WithEvents 選擇項次_tb As TextBox Friend WithEvents 選擇_lb As Label Friend WithEvents 申請人_lb As Label Friend WithEvents 申請人_tb As TextBox Friend WithEvents 營運成本收支單號_tb As TextBox Friend WithEvents 營運成本收支單號_lb As Label Friend WithEvents 作廢的營運成本收支單_rb As RadioButton Friend WithEvents 未核准的營運成本收支單_rb As RadioButton Friend WithEvents 會計科目_lb As Label Friend WithEvents 營運收支單_dgv As DataGridView Friend WithEvents 單一筆收支單_dgv As DataGridView Friend WithEvents 印尼匯率_tb As TextBox Friend WithEvents Label7 As Label Friend WithEvents 語言_dgv As DataGridView End Class