123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729 |
- <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()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
- 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.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.Label11 = New System.Windows.Forms.Label()
- Me.零用金_tb = New System.Windows.Forms.TextBox()
- Me.Label10 = 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.Label5 = New System.Windows.Forms.Label()
- Me.補單_cb = New System.Windows.Forms.CheckBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.申請日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.ComboBox1 = 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.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.Label2 = New System.Windows.Forms.Label()
- Me.營運收支單_dgv = New System.Windows.Forms.DataGridView()
- Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
- Me.重新讀取ToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
- Me.單一筆收支單_dgv = New System.Windows.Forms.DataGridView()
- 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.BackgroundWorker1 = New System.ComponentModel.BackgroundWorker()
- Me.BackgroundWorker2 = New System.ComponentModel.BackgroundWorker()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.字體大小調整_lb = New System.Windows.Forms.Label()
- Me.字體_NUD = New System.Windows.Forms.NumericUpDown()
- Me.關鍵字查詢會計科目_tb = New System.Windows.Forms.TextBox()
- Me.Label6 = New System.Windows.Forms.Label()
- CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.ContextMenuStrip1.SuspendLayout()
- CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Timer1
- '
- Me.Timer1.Interval = 500
- '
- '美金匯率_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 = 941
- 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 = 940
- 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(1118, 85)
- Me.幣別_cb.Name = "幣別_cb"
- Me.幣別_cb.Size = New System.Drawing.Size(119, 24)
- Me.幣別_cb.TabIndex = 939
- '
- '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 = 937
- '
- 'ComboBox4
- '
- Me.ComboBox4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox4.FormattingEnabled = True
- Me.ComboBox4.Location = New System.Drawing.Point(842, 85)
- Me.ComboBox4.Name = "ComboBox4"
- Me.ComboBox4.Size = New System.Drawing.Size(78, 24)
- Me.ComboBox4.TabIndex = 935
- '
- 'ComboBox3
- '
- Me.ComboBox3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Location = New System.Drawing.Point(717, 85)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(121, 24)
- Me.ComboBox3.TabIndex = 934
- '
- 'ComboBox2
- '
- Me.ComboBox2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Location = New System.Drawing.Point(653, 85)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(61, 24)
- Me.ComboBox2.TabIndex = 933
- '
- 'ComboBox5
- '
- Me.ComboBox5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox5.FormattingEnabled = True
- Me.ComboBox5.Location = New System.Drawing.Point(529, 85)
- Me.ComboBox5.Name = "ComboBox5"
- Me.ComboBox5.Size = New System.Drawing.Size(121, 24)
- Me.ComboBox5.TabIndex = 932
- '
- '複製歷史單據重新開立_bt
- '
- Me.複製歷史單據重新開立_bt.ForeColor = System.Drawing.Color.Green
- Me.複製歷史單據重新開立_bt.Location = New System.Drawing.Point(1043, 4)
- Me.複製歷史單據重新開立_bt.Name = "複製歷史單據重新開立_bt"
- Me.複製歷史單據重新開立_bt.Size = New System.Drawing.Size(163, 26)
- Me.複製歷史單據重新開立_bt.TabIndex = 931
- 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 = 930
- '
- '已核准的營運成本收支單_rb
- '
- Me.已核准的營運成本收支單_rb.AutoSize = True
- Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(14, 30)
- 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 = 929
- Me.已核准的營運成本收支單_rb.TabStop = True
- Me.已核准的營運成本收支單_rb.Text = "已核准的營運成本收支單"
- Me.已核准的營運成本收支單_rb.UseVisualStyleBackColor = True
- '
- '支票_tb
- '
- Me.支票_tb.Location = New System.Drawing.Point(529, 32)
- 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 = 928
- Me.支票_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Location = New System.Drawing.Point(495, 35)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(32, 16)
- Me.Label11.TabIndex = 927
- Me.Label11.Text = "支票"
- '
- '零用金_tb
- '
- Me.零用金_tb.Location = New System.Drawing.Point(380, 32)
- 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 = 926
- Me.零用金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Location = New System.Drawing.Point(334, 35)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(44, 16)
- Me.Label10.TabIndex = 925
- Me.Label10.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(1001, 31)
- 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 = 924
- Me.現金餘額_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Location = New System.Drawing.Point(943, 34)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(56, 16)
- Me.Label9.TabIndex = 923
- Me.Label9.Text = "現金餘額"
- '
- '支出_tb
- '
- Me.支出_tb.Location = New System.Drawing.Point(827, 32)
- 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 = 922
- Me.支出_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Location = New System.Drawing.Point(793, 35)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(32, 16)
- Me.Label5.TabIndex = 921
- Me.Label5.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(834, 6)
- Me.補單_cb.Name = "補單_cb"
- Me.補單_cb.Size = New System.Drawing.Size(39, 20)
- Me.補單_cb.TabIndex = 920
- Me.補單_cb.Text = "補"
- Me.補單_cb.UseVisualStyleBackColor = True
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.ForeColor = System.Drawing.Color.Blue
- Me.Label4.Location = New System.Drawing.Point(703, 8)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(32, 16)
- Me.Label4.TabIndex = 919
- Me.Label4.Text = "日期"
- '
- '申請日期_dtp
- '
- Me.申請日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.申請日期_dtp.Location = New System.Drawing.Point(735, 5)
- Me.申請日期_dtp.Name = "申請日期_dtp"
- Me.申請日期_dtp.Size = New System.Drawing.Size(90, 23)
- Me.申請日期_dtp.TabIndex = 918
- '
- 'ComboBox1
- '
- Me.ComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Location = New System.Drawing.Point(926, 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 = 915
- '
- '現金_tb
- '
- Me.現金_tb.Location = New System.Drawing.Point(678, 32)
- 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 = 914
- Me.現金_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Location = New System.Drawing.Point(644, 35)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(32, 16)
- Me.Label8.TabIndex = 913
- Me.Label8.Text = "現金"
- '
- '資料尚未存檔_lb
- '
- Me.資料尚未存檔_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.資料尚未存檔_lb.Font = New System.Drawing.Font("微軟正黑體", 12.0!, 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(1221, 37)
- Me.資料尚未存檔_lb.Name = "資料尚未存檔_lb"
- Me.資料尚未存檔_lb.Size = New System.Drawing.Size(168, 24)
- Me.資料尚未存檔_lb.TabIndex = 912
- Me.資料尚未存檔_lb.Text = "資 料 尚 未 存 檔"
- Me.資料尚未存檔_lb.Visible = False
- '
- '選擇項次_tb
- '
- Me.選擇項次_tb.Location = New System.Drawing.Point(366, 86)
- 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 = 911
- Me.選擇項次_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label28
- '
- Me.Label28.AutoSize = True
- Me.Label28.Location = New System.Drawing.Point(426, 89)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(44, 16)
- Me.Label28.TabIndex = 910
- Me.Label28.Text = "項次。"
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.Location = New System.Drawing.Point(334, 89)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(32, 16)
- Me.Label27.TabIndex = 909
- Me.Label27.Text = "選擇"
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Location = New System.Drawing.Point(561, 8)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(44, 16)
- Me.Label3.TabIndex = 907
- Me.Label3.Text = "申請人"
- '
- '申請人_tb
- '
- Me.申請人_tb.Location = New System.Drawing.Point(605, 5)
- 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 = 906
- Me.申請人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- '營運成本收支單號_tb
- '
- Me.營運成本收支單號_tb.Location = New System.Drawing.Point(438, 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 = 904
- Me.營運成本收支單號_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Location = New System.Drawing.Point(334, 8)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(104, 16)
- Me.Label1.TabIndex = 905
- Me.Label1.Text = "營運成本收支單號"
- '
- '作廢的營運成本收支單_rb
- '
- Me.作廢的營運成本收支單_rb.AutoSize = True
- Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(178, 7)
- 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 = 903
- 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(14, 7)
- 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 = 902
- Me.未核准的營運成本收支單_rb.TabStop = True
- Me.未核准的營運成本收支單_rb.Text = "未核准的營運成本收支單"
- Me.未核准的營運成本收支單_rb.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Location = New System.Drawing.Point(471, 89)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(56, 16)
- Me.Label2.TabIndex = 917
- Me.Label2.Text = "會計科目"
- '
- '營運收支單_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), 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, 52)
- 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 = 901
- '
- '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 = "重新讀取"
- '
- '單一筆收支單_dgv
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.單一筆收支單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- 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(333, 142)
- Me.單一筆收支單_dgv.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.單一筆收支單_dgv.Name = "單一筆收支單_dgv"
- Me.單一筆收支單_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.單一筆收支單_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.單一筆收支單_dgv.RowTemplate.Height = 24
- Me.單一筆收支單_dgv.Size = New System.Drawing.Size(1039, 435)
- Me.單一筆收支單_dgv.TabIndex = 908
- '
- '申請_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(333, 584)
- Me.申請_bt.Name = "申請_bt"
- Me.申請_bt.Size = New System.Drawing.Size(1039, 23)
- Me.申請_bt.TabIndex = 942
- 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(879, 4)
- Me.開立營運成本收支單_bt.Name = "開立營運成本收支單_bt"
- Me.開立營運成本收支單_bt.Size = New System.Drawing.Size(158, 25)
- Me.開立營運成本收支單_bt.TabIndex = 943
- Me.開立營運成本收支單_bt.Text = "開立營運成本收支單"
- Me.開立營運成本收支單_bt.UseVisualStyleBackColor = True
- '
- '刪除選中的營運成本收支單_bt
- '
- Me.刪除選中的營運成本收支單_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除選中的營運成本收支單_bt.Location = New System.Drawing.Point(1212, 4)
- Me.刪除選中的營運成本收支單_bt.Name = "刪除選中的營運成本收支單_bt"
- Me.刪除選中的營運成本收支單_bt.Size = New System.Drawing.Size(159, 26)
- Me.刪除選中的營運成本收支單_bt.TabIndex = 944
- Me.刪除選中的營運成本收支單_bt.Text = "刪除選中的營運成本收支單"
- Me.刪除選中的營運成本收支單_bt.UseVisualStyleBackColor = True
- '
- '刪除選中的一筆資料_bt
- '
- Me.刪除選中的一筆資料_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除選中的一筆資料_bt.Location = New System.Drawing.Point(1088, 114)
- Me.刪除選中的一筆資料_bt.Name = "刪除選中的一筆資料_bt"
- Me.刪除選中的一筆資料_bt.Size = New System.Drawing.Size(149, 24)
- Me.刪除選中的一筆資料_bt.TabIndex = 946
- Me.刪除選中的一筆資料_bt.Text = "刪除選中的一筆資料"
- Me.刪除選中的一筆資料_bt.UseVisualStyleBackColor = True
- '
- '收支單中新增一筆空白資料_bt
- '
- Me.收支單中新增一筆空白資料_bt.ForeColor = System.Drawing.Color.Green
- Me.收支單中新增一筆空白資料_bt.Location = New System.Drawing.Point(926, 114)
- Me.收支單中新增一筆空白資料_bt.Name = "收支單中新增一筆空白資料_bt"
- Me.收支單中新增一筆空白資料_bt.Size = New System.Drawing.Size(160, 24)
- Me.收支單中新增一筆空白資料_bt.TabIndex = 945
- Me.收支單中新增一筆空白資料_bt.Text = "收支單中新增一筆空白資料"
- Me.收支單中新增一筆空白資料_bt.UseVisualStyleBackColor = True
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Location = New System.Drawing.Point(334, 59)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(878, 16)
- Me.Label7.TabIndex = 948
- Me.Label7.Text = "_________________________________________________________________________________" &
- "________________________________________________________________________________" &
- "_____________"
- '
- 'Label12
- '
- Me.Label12.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label12.AutoSize = True
- Me.Label12.Location = New System.Drawing.Point(495, 59)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(878, 16)
- Me.Label12.TabIndex = 949
- Me.Label12.Text = "_________________________________________________________________________________" &
- "________________________________________________________________________________" &
- "_____________"
- '
- '字體大小調整_lb
- '
- Me.字體大小調整_lb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.字體大小調整_lb.AutoSize = True
- Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
- Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.字體大小調整_lb.Location = New System.Drawing.Point(1249, 116)
- Me.字體大小調整_lb.Name = "字體大小調整_lb"
- Me.字體大小調整_lb.Size = New System.Drawing.Size(69, 19)
- Me.字體大小調整_lb.TabIndex = 1497
- Me.字體大小調整_lb.Text = "字體調整"
- '
- '字體_NUD
- '
- Me.字體_NUD.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.字體_NUD.Location = New System.Drawing.Point(1318, 115)
- Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
- Me.字體_NUD.Minimum = New Decimal(New Integer() {9, 0, 0, 0})
- Me.字體_NUD.Name = "字體_NUD"
- Me.字體_NUD.Size = New System.Drawing.Size(52, 23)
- Me.字體_NUD.TabIndex = 1496
- Me.字體_NUD.Value = New Decimal(New Integer() {9, 0, 0, 0})
- '
- '關鍵字查詢會計科目_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(462, 115)
- 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 = 936
- Me.關鍵字查詢會計科目_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Location = New System.Drawing.Point(334, 118)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(121, 16)
- Me.Label6.TabIndex = 947
- Me.Label6.Text = "關鍵字查詢-會計科目"
- '
- '營運成本收支單申請
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1382, 611)
- Me.ContextMenuStrip = Me.ContextMenuStrip1
- Me.Controls.Add(Me.字體大小調整_lb)
- Me.Controls.Add(Me.字體_NUD)
- Me.Controls.Add(Me.Label12)
- Me.Controls.Add(Me.Label7)
- Me.Controls.Add(Me.Label6)
- 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.Label11)
- Me.Controls.Add(Me.零用金_tb)
- Me.Controls.Add(Me.Label10)
- Me.Controls.Add(Me.現金餘額_tb)
- Me.Controls.Add(Me.Label9)
- Me.Controls.Add(Me.支出_tb)
- Me.Controls.Add(Me.Label5)
- Me.Controls.Add(Me.補單_cb)
- Me.Controls.Add(Me.Label4)
- Me.Controls.Add(Me.申請日期_dtp)
- Me.Controls.Add(Me.ComboBox1)
- Me.Controls.Add(Me.現金_tb)
- Me.Controls.Add(Me.Label8)
- Me.Controls.Add(Me.資料尚未存檔_lb)
- Me.Controls.Add(Me.選擇項次_tb)
- Me.Controls.Add(Me.Label28)
- Me.Controls.Add(Me.Label27)
- 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.單一筆收支單_dgv)
- 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.StartPosition = System.Windows.Forms.FormStartPosition.Manual
- Me.Text = "營運成本收支單申請"
- CType(Me.營運收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ContextMenuStrip1.ResumeLayout(False)
- CType(Me.單一筆收支單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
- Friend WithEvents Timer1 As Timer
- Friend WithEvents 美金匯率_tb As TextBox
- Friend WithEvents 人民幣匯率_tb As TextBox
- Friend WithEvents 幣別_cb As ComboBox
- Friend WithEvents ComboBox6 As ComboBox
- 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 Label11 As Label
- Friend WithEvents 零用金_tb As TextBox
- Friend WithEvents Label10 As Label
- Friend WithEvents 現金餘額_tb As TextBox
- Friend WithEvents Label9 As Label
- Friend WithEvents 支出_tb As TextBox
- Friend WithEvents Label5 As Label
- Friend WithEvents 補單_cb As CheckBox
- Friend WithEvents Label4 As Label
- Friend WithEvents 申請日期_dtp As DateTimePicker
- Friend WithEvents ComboBox1 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 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 Label2 As Label
- Friend WithEvents 營運收支單_dgv As DataGridView
- Friend WithEvents ContextMenuStrip1 As ContextMenuStrip
- Friend WithEvents 重新讀取ToolStripMenuItem As ToolStripMenuItem
- Friend WithEvents 單一筆收支單_dgv As DataGridView
- 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 BackgroundWorker1 As System.ComponentModel.BackgroundWorker
- Friend WithEvents BackgroundWorker2 As System.ComponentModel.BackgroundWorker
- Friend WithEvents Label7 As Label
- Friend WithEvents Label12 As Label
- Friend WithEvents 字體大小調整_lb As Label
- Friend WithEvents 字體_NUD As NumericUpDown
- Friend WithEvents 關鍵字查詢會計科目_tb As TextBox
- Friend WithEvents Label6 As Label
- End Class
|