123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761 |
- <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
- Partial Class 財務流水帳系統
- Inherits System.Windows.Forms.Form
-
- 'Form 覆寫 Dispose 以清除元件清單。
- <System.Diagnostics.DebuggerNonUserCode()> _
- Protected Overrides Sub Dispose(ByVal disposing As Boolean)
- Try
- If disposing AndAlso components IsNot Nothing Then
- components.Dispose()
- End If
- Finally
- MyBase.Dispose(disposing)
- End Try
- End Sub
-
- '為 Windows Form 設計工具的必要項
- Private components As System.ComponentModel.IContainer
-
- '注意: 以下為 Windows Form 設計工具所需的程序
- '可以使用 Windows Form 設計工具進行修改。
- '請勿使用程式碼編輯器進行修改。
- <System.Diagnostics.DebuggerStepThrough()> _
- Private Sub InitializeComponent()
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Me.GroupBox4 = New System.Windows.Forms.GroupBox()
- Me.Label34 = New System.Windows.Forms.Label()
- Me.Label35 = New System.Windows.Forms.Label()
- Me.Label191 = New System.Windows.Forms.Label()
- Me.Label192 = New System.Windows.Forms.Label()
- Me.Label190 = New System.Windows.Forms.Label()
- Me.Label147 = New System.Windows.Forms.Label()
- Me.Label148 = New System.Windows.Forms.Label()
- Me.Label149 = New System.Windows.Forms.Label()
- Me.Label150 = New System.Windows.Forms.Label()
- Me.Label151 = New System.Windows.Forms.Label()
- Me.Label152 = New System.Windows.Forms.Label()
- Me.Label153 = New System.Windows.Forms.Label()
- Me.Label154 = New System.Windows.Forms.Label()
- Me.Label155 = New System.Windows.Forms.Label()
- Me.Label156 = New System.Windows.Forms.Label()
- Me.Label157 = New System.Windows.Forms.Label()
- Me.Label158 = New System.Windows.Forms.Label()
- Me.Label144 = New System.Windows.Forms.Label()
- Me.Label145 = New System.Windows.Forms.Label()
- Me.Label146 = New System.Windows.Forms.Label()
- Me.GroupBox5 = New System.Windows.Forms.GroupBox()
- Me.TextBox17 = New System.Windows.Forms.TextBox()
- Me.TextBox18 = New System.Windows.Forms.TextBox()
- Me.DateTimePicker4 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox14 = New System.Windows.Forms.TextBox()
- Me.TextBox6 = New System.Windows.Forms.TextBox()
- Me.TextBox16 = New System.Windows.Forms.TextBox()
- Me.TextBox15 = New System.Windows.Forms.TextBox()
- Me.DataGridView1 = New System.Windows.Forms.DataGridView()
- Me.GroupBox6 = New System.Windows.Forms.GroupBox()
- Me.Label33 = New System.Windows.Forms.Label()
- Me.Label32 = New System.Windows.Forms.Label()
- Me.DateTimePicker3 = New System.Windows.Forms.DateTimePicker()
- Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
- Me.Label3 = New System.Windows.Forms.Label()
- Me.ComboBox3 = New System.Windows.Forms.ComboBox()
- Me.TextBox57 = New System.Windows.Forms.TextBox()
- Me.Button8 = New System.Windows.Forms.Button()
- Me.Button7 = New System.Windows.Forms.Button()
- Me.Button5 = New System.Windows.Forms.Button()
- Me.Button4 = New System.Windows.Forms.Button()
- Me.Label143 = New System.Windows.Forms.Label()
- Me.Button6 = New System.Windows.Forms.Button()
- Me.ComboBox2 = New System.Windows.Forms.ComboBox()
- Me.ComboBox1 = New System.Windows.Forms.ComboBox()
- Me.TextBox1 = New System.Windows.Forms.TextBox()
- Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
- Me.TextBox3 = New System.Windows.Forms.TextBox()
- Me.Label215 = New System.Windows.Forms.Label()
- Me.TextBox4 = New System.Windows.Forms.TextBox()
- Me.Label216 = New System.Windows.Forms.Label()
- Me.TextBox5 = New System.Windows.Forms.TextBox()
- Me.Label217 = New System.Windows.Forms.Label()
- Me.Label218 = New System.Windows.Forms.Label()
- Me.Label219 = New System.Windows.Forms.Label()
- Me.Label220 = New System.Windows.Forms.Label()
- Me.GroupBox7 = New System.Windows.Forms.GroupBox()
- Me.TextBox30 = New System.Windows.Forms.TextBox()
- Me.Button9 = New System.Windows.Forms.Button()
- Me.TextBox10 = New System.Windows.Forms.TextBox()
- Me.Label28 = New System.Windows.Forms.Label()
- Me.GroupBox2 = New System.Windows.Forms.GroupBox()
- Me.TextBox29 = New System.Windows.Forms.TextBox()
- Me.Label16 = New System.Windows.Forms.Label()
- Me.TextBox11 = New System.Windows.Forms.TextBox()
- Me.GroupBox3 = New System.Windows.Forms.GroupBox()
- Me.TextBox27 = New System.Windows.Forms.TextBox()
- Me.TextBox24 = New System.Windows.Forms.TextBox()
- Me.TextBox21 = New System.Windows.Forms.TextBox()
- Me.TextBox13 = New System.Windows.Forms.TextBox()
- Me.Label27 = New System.Windows.Forms.Label()
- Me.Label19 = New System.Windows.Forms.Label()
- Me.TextBox8 = New System.Windows.Forms.TextBox()
- Me.DataGridView5 = New System.Windows.Forms.DataGridView()
- Me.TextBox23 = New System.Windows.Forms.TextBox()
- Me.TextBox25 = New System.Windows.Forms.TextBox()
- Me.DataGridView3 = New System.Windows.Forms.DataGridView()
- Me.TextBox19 = New System.Windows.Forms.TextBox()
- Me.Label29 = New System.Windows.Forms.Label()
- Me.GroupBox8 = New System.Windows.Forms.GroupBox()
- Me.TextBox28 = New System.Windows.Forms.TextBox()
- Me.Label221 = New System.Windows.Forms.Label()
- Me.TextBox38 = New System.Windows.Forms.TextBox()
- Me.GroupBox9 = New System.Windows.Forms.GroupBox()
- Me.TextBox26 = New System.Windows.Forms.TextBox()
- Me.TextBox22 = New System.Windows.Forms.TextBox()
- Me.TextBox20 = New System.Windows.Forms.TextBox()
- Me.TextBox12 = New System.Windows.Forms.TextBox()
- Me.Label26 = New System.Windows.Forms.Label()
- Me.Label18 = New System.Windows.Forms.Label()
- Me.DataGridView4 = New System.Windows.Forms.DataGridView()
- Me.TextBox7 = New System.Windows.Forms.TextBox()
- Me.TextBox56 = New System.Windows.Forms.TextBox()
- Me.DataGridView2 = New System.Windows.Forms.DataGridView()
- Me.TextBox41 = New System.Windows.Forms.TextBox()
- Me.TextBox55 = New System.Windows.Forms.TextBox()
- Me.Label232 = New System.Windows.Forms.Label()
- Me.TextBox9 = New System.Windows.Forms.TextBox()
- Me.Label17 = New System.Windows.Forms.Label()
- Me.TextBox2 = New System.Windows.Forms.TextBox()
- Me.Button3 = New System.Windows.Forms.Button()
- Me.Button1 = New System.Windows.Forms.Button()
- Me.Button2 = New System.Windows.Forms.Button()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.GroupBox1 = New System.Windows.Forms.GroupBox()
- Me.Label4 = New System.Windows.Forms.Label()
- Me.Label5 = New System.Windows.Forms.Label()
- Me.Label13 = New System.Windows.Forms.Label()
- Me.Label14 = New System.Windows.Forms.Label()
- Me.Label10 = New System.Windows.Forms.Label()
- Me.Label12 = New System.Windows.Forms.Label()
- Me.Label24 = New System.Windows.Forms.Label()
- Me.Label25 = New System.Windows.Forms.Label()
- Me.Label6 = New System.Windows.Forms.Label()
- Me.Label7 = New System.Windows.Forms.Label()
- Me.Label8 = New System.Windows.Forms.Label()
- Me.Label9 = New System.Windows.Forms.Label()
- Me.Label11 = New System.Windows.Forms.Label()
- Me.Label15 = New System.Windows.Forms.Label()
- Me.Label20 = New System.Windows.Forms.Label()
- Me.Label21 = New System.Windows.Forms.Label()
- Me.Label22 = New System.Windows.Forms.Label()
- Me.Label23 = New System.Windows.Forms.Label()
- Me.GroupBox4.SuspendLayout()
- Me.GroupBox5.SuspendLayout()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox6.SuspendLayout()
- Me.GroupBox7.SuspendLayout()
- Me.GroupBox2.SuspendLayout()
- Me.GroupBox3.SuspendLayout()
- CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox8.SuspendLayout()
- Me.GroupBox9.SuspendLayout()
- CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.GroupBox1.SuspendLayout()
- Me.SuspendLayout()
- '
- 'GroupBox4
- '
- Me.GroupBox4.Controls.Add(Me.Label34)
- Me.GroupBox4.Controls.Add(Me.Label35)
- Me.GroupBox4.Controls.Add(Me.Label191)
- Me.GroupBox4.Controls.Add(Me.Label192)
- Me.GroupBox4.Controls.Add(Me.Label190)
- Me.GroupBox4.Controls.Add(Me.Label147)
- Me.GroupBox4.Controls.Add(Me.Label148)
- Me.GroupBox4.Controls.Add(Me.Label149)
- Me.GroupBox4.Controls.Add(Me.Label150)
- Me.GroupBox4.Controls.Add(Me.Label151)
- Me.GroupBox4.Controls.Add(Me.Label152)
- Me.GroupBox4.Controls.Add(Me.Label153)
- Me.GroupBox4.Controls.Add(Me.Label154)
- Me.GroupBox4.Controls.Add(Me.Label155)
- Me.GroupBox4.Controls.Add(Me.Label156)
- Me.GroupBox4.Controls.Add(Me.Label157)
- Me.GroupBox4.Controls.Add(Me.Label158)
- Me.GroupBox4.Controls.Add(Me.Label144)
- Me.GroupBox4.Controls.Add(Me.Label145)
- Me.GroupBox4.Controls.Add(Me.Label146)
- Me.GroupBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox4.ForeColor = System.Drawing.Color.Green
- Me.GroupBox4.Location = New System.Drawing.Point(14, 27)
- Me.GroupBox4.Margin = New System.Windows.Forms.Padding(2)
- Me.GroupBox4.Name = "GroupBox4"
- Me.GroupBox4.Padding = New System.Windows.Forms.Padding(2)
- Me.GroupBox4.Size = New System.Drawing.Size(506, 70)
- Me.GroupBox4.TabIndex = 33
- Me.GroupBox4.TabStop = False
- Me.GroupBox4.Text = "公司資金"
- '
- 'Label34
- '
- Me.Label34.AutoSize = True
- Me.Label34.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label34.Location = New System.Drawing.Point(109, 49)
- Me.Label34.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label34.Name = "Label34"
- Me.Label34.Size = New System.Drawing.Size(32, 16)
- Me.Label34.TabIndex = 103
- Me.Label34.Text = "活存"
- '
- 'Label35
- '
- Me.Label35.AutoSize = True
- Me.Label35.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label35.Location = New System.Drawing.Point(76, 49)
- Me.Label35.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label35.Name = "Label35"
- Me.Label35.Size = New System.Drawing.Size(32, 16)
- Me.Label35.TabIndex = 102
- Me.Label35.Text = "肇慶"
- '
- 'Label191
- '
- Me.Label191.AutoSize = True
- Me.Label191.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label191.Location = New System.Drawing.Point(450, 49)
- Me.Label191.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label191.Name = "Label191"
- Me.Label191.Size = New System.Drawing.Size(15, 16)
- Me.Label191.TabIndex = 101
- Me.Label191.Text = "0"
- '
- 'Label192
- '
- Me.Label192.AutoSize = True
- Me.Label192.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label192.Location = New System.Drawing.Point(450, 34)
- Me.Label192.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label192.Name = "Label192"
- Me.Label192.Size = New System.Drawing.Size(15, 16)
- Me.Label192.TabIndex = 100
- Me.Label192.Text = "0"
- '
- 'Label190
- '
- Me.Label190.AutoSize = True
- Me.Label190.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label190.ForeColor = System.Drawing.Color.Black
- Me.Label190.Location = New System.Drawing.Point(450, 18)
- Me.Label190.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label190.Name = "Label190"
- Me.Label190.Size = New System.Drawing.Size(44, 16)
- Me.Label190.TabIndex = 99
- Me.Label190.Text = "百分比"
- '
- 'Label147
- '
- Me.Label147.AutoSize = True
- Me.Label147.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label147.Location = New System.Drawing.Point(159, 49)
- Me.Label147.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label147.Name = "Label147"
- Me.Label147.Size = New System.Drawing.Size(15, 16)
- Me.Label147.TabIndex = 98
- Me.Label147.Text = "0"
- '
- 'Label148
- '
- Me.Label148.AutoSize = True
- Me.Label148.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label148.Location = New System.Drawing.Point(159, 34)
- Me.Label148.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label148.Name = "Label148"
- Me.Label148.Size = New System.Drawing.Size(15, 16)
- Me.Label148.TabIndex = 97
- Me.Label148.Text = "0"
- '
- 'Label149
- '
- Me.Label149.AutoSize = True
- Me.Label149.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label149.Location = New System.Drawing.Point(257, 49)
- Me.Label149.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label149.Name = "Label149"
- Me.Label149.Size = New System.Drawing.Size(15, 16)
- Me.Label149.TabIndex = 96
- Me.Label149.Text = "0"
- '
- 'Label150
- '
- Me.Label150.AutoSize = True
- Me.Label150.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label150.Location = New System.Drawing.Point(257, 34)
- Me.Label150.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label150.Name = "Label150"
- Me.Label150.Size = New System.Drawing.Size(15, 16)
- Me.Label150.TabIndex = 95
- Me.Label150.Text = "0"
- '
- 'Label151
- '
- Me.Label151.AutoSize = True
- Me.Label151.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label151.Location = New System.Drawing.Point(94, 49)
- Me.Label151.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label151.Name = "Label151"
- Me.Label151.Size = New System.Drawing.Size(0, 16)
- Me.Label151.TabIndex = 94
- '
- 'Label152
- '
- Me.Label152.AutoSize = True
- Me.Label152.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label152.Location = New System.Drawing.Point(94, 34)
- Me.Label152.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label152.Name = "Label152"
- Me.Label152.Size = New System.Drawing.Size(0, 16)
- Me.Label152.TabIndex = 93
- '
- 'Label153
- '
- Me.Label153.AutoSize = True
- Me.Label153.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label153.Location = New System.Drawing.Point(4, 49)
- Me.Label153.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label153.Name = "Label153"
- Me.Label153.Size = New System.Drawing.Size(68, 16)
- Me.Label153.TabIndex = 87
- Me.Label153.Text = "人民幣資金"
- '
- 'Label154
- '
- Me.Label154.AutoSize = True
- Me.Label154.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label154.Location = New System.Drawing.Point(128, 49)
- Me.Label154.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label154.Name = "Label154"
- Me.Label154.Size = New System.Drawing.Size(0, 16)
- Me.Label154.TabIndex = 92
- '
- 'Label155
- '
- Me.Label155.AutoSize = True
- Me.Label155.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label155.Location = New System.Drawing.Point(128, 34)
- Me.Label155.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label155.Name = "Label155"
- Me.Label155.Size = New System.Drawing.Size(0, 16)
- Me.Label155.TabIndex = 91
- '
- 'Label156
- '
- Me.Label156.AutoSize = True
- Me.Label156.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label156.Location = New System.Drawing.Point(61, 49)
- Me.Label156.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label156.Name = "Label156"
- Me.Label156.Size = New System.Drawing.Size(0, 16)
- Me.Label156.TabIndex = 88
- '
- 'Label157
- '
- Me.Label157.AutoSize = True
- Me.Label157.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label157.Location = New System.Drawing.Point(61, 34)
- Me.Label157.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label157.Name = "Label157"
- Me.Label157.Size = New System.Drawing.Size(0, 16)
- Me.Label157.TabIndex = 90
- '
- 'Label158
- '
- Me.Label158.AutoSize = True
- Me.Label158.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label158.Location = New System.Drawing.Point(4, 34)
- Me.Label158.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label158.Name = "Label158"
- Me.Label158.Size = New System.Drawing.Size(56, 16)
- Me.Label158.TabIndex = 89
- Me.Label158.Text = "台幣資金"
- '
- 'Label144
- '
- Me.Label144.AutoSize = True
- Me.Label144.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label144.ForeColor = System.Drawing.Color.Black
- Me.Label144.Location = New System.Drawing.Point(274, 18)
- Me.Label144.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label144.Name = "Label144"
- Me.Label144.Size = New System.Drawing.Size(32, 16)
- Me.Label144.TabIndex = 69
- Me.Label144.Text = "台幣"
- '
- 'Label145
- '
- Me.Label145.AutoSize = True
- Me.Label145.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label145.ForeColor = System.Drawing.Color.Black
- Me.Label145.Location = New System.Drawing.Point(180, 18)
- Me.Label145.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label145.Name = "Label145"
- Me.Label145.Size = New System.Drawing.Size(44, 16)
- Me.Label145.TabIndex = 68
- Me.Label145.Text = "人民幣"
- '
- 'Label146
- '
- Me.Label146.AutoSize = True
- Me.Label146.Location = New System.Drawing.Point(4, 18)
- Me.Label146.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label146.Name = "Label146"
- Me.Label146.Size = New System.Drawing.Size(468, 16)
- Me.Label146.TabIndex = 67
- Me.Label146.Text = "_________________________________________________________________________________" &
- "___________"
- '
- 'GroupBox5
- '
- Me.GroupBox5.Controls.Add(Me.TextBox17)
- Me.GroupBox5.Controls.Add(Me.TextBox18)
- Me.GroupBox5.Controls.Add(Me.DateTimePicker4)
- Me.GroupBox5.Controls.Add(Me.TextBox14)
- Me.GroupBox5.Controls.Add(Me.TextBox6)
- Me.GroupBox5.Controls.Add(Me.TextBox16)
- Me.GroupBox5.Controls.Add(Me.TextBox15)
- Me.GroupBox5.Controls.Add(Me.DataGridView1)
- Me.GroupBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox5.Location = New System.Drawing.Point(14, 216)
- Me.GroupBox5.Name = "GroupBox5"
- Me.GroupBox5.Size = New System.Drawing.Size(583, 290)
- Me.GroupBox5.TabIndex = 34
- Me.GroupBox5.TabStop = False
- Me.GroupBox5.Text = "帳本清單"
- '
- 'TextBox17
- '
- Me.TextBox17.Enabled = False
- Me.TextBox17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox17.Location = New System.Drawing.Point(226, 188)
- Me.TextBox17.Name = "TextBox17"
- Me.TextBox17.Size = New System.Drawing.Size(60, 23)
- Me.TextBox17.TabIndex = 94
- Me.TextBox17.Visible = False
- '
- 'TextBox18
- '
- Me.TextBox18.Enabled = False
- Me.TextBox18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox18.Location = New System.Drawing.Point(292, 188)
- Me.TextBox18.Name = "TextBox18"
- Me.TextBox18.Size = New System.Drawing.Size(60, 23)
- Me.TextBox18.TabIndex = 95
- Me.TextBox18.Visible = False
- '
- 'DateTimePicker4
- '
- Me.DateTimePicker4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker4.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker4.Location = New System.Drawing.Point(226, 159)
- Me.DateTimePicker4.Name = "DateTimePicker4"
- Me.DateTimePicker4.Size = New System.Drawing.Size(120, 23)
- Me.DateTimePicker4.TabIndex = 62
- Me.DateTimePicker4.Visible = False
- '
- 'TextBox14
- '
- Me.TextBox14.Enabled = False
- Me.TextBox14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox14.Location = New System.Drawing.Point(226, 130)
- Me.TextBox14.Name = "TextBox14"
- Me.TextBox14.Size = New System.Drawing.Size(60, 23)
- Me.TextBox14.TabIndex = 92
- Me.TextBox14.Visible = False
- '
- 'TextBox6
- '
- Me.TextBox6.Enabled = False
- Me.TextBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox6.Location = New System.Drawing.Point(226, 101)
- Me.TextBox6.Name = "TextBox6"
- Me.TextBox6.Size = New System.Drawing.Size(60, 23)
- Me.TextBox6.TabIndex = 53
- Me.TextBox6.Visible = False
- '
- 'TextBox16
- '
- Me.TextBox16.Enabled = False
- Me.TextBox16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox16.Location = New System.Drawing.Point(292, 101)
- Me.TextBox16.Name = "TextBox16"
- Me.TextBox16.Size = New System.Drawing.Size(60, 23)
- Me.TextBox16.TabIndex = 82
- Me.TextBox16.Visible = False
- '
- 'TextBox15
- '
- Me.TextBox15.Enabled = False
- Me.TextBox15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox15.Location = New System.Drawing.Point(292, 130)
- Me.TextBox15.Name = "TextBox15"
- Me.TextBox15.Size = New System.Drawing.Size(60, 23)
- Me.TextBox15.TabIndex = 93
- Me.TextBox15.Visible = False
- '
- 'DataGridView1
- '
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(255, Byte), Integer))
- Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
- Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView1.Location = New System.Drawing.Point(6, 17)
- Me.DataGridView1.Name = "DataGridView1"
- Me.DataGridView1.RowHeadersWidth = 5
- Me.DataGridView1.RowTemplate.Height = 24
- Me.DataGridView1.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView1.Size = New System.Drawing.Size(571, 267)
- Me.DataGridView1.TabIndex = 0
- '
- 'GroupBox6
- '
- Me.GroupBox6.Controls.Add(Me.Label33)
- Me.GroupBox6.Controls.Add(Me.Label32)
- Me.GroupBox6.Controls.Add(Me.DateTimePicker3)
- Me.GroupBox6.Controls.Add(Me.DateTimePicker2)
- Me.GroupBox6.Controls.Add(Me.Label3)
- Me.GroupBox6.Controls.Add(Me.ComboBox3)
- Me.GroupBox6.Controls.Add(Me.TextBox57)
- Me.GroupBox6.Controls.Add(Me.Button8)
- Me.GroupBox6.Controls.Add(Me.Button7)
- Me.GroupBox6.Controls.Add(Me.Button5)
- Me.GroupBox6.Controls.Add(Me.Button4)
- Me.GroupBox6.Controls.Add(Me.Label143)
- Me.GroupBox6.Controls.Add(Me.Button6)
- Me.GroupBox6.Controls.Add(Me.ComboBox2)
- Me.GroupBox6.Controls.Add(Me.ComboBox1)
- Me.GroupBox6.Controls.Add(Me.TextBox1)
- Me.GroupBox6.Controls.Add(Me.DateTimePicker1)
- Me.GroupBox6.Controls.Add(Me.TextBox3)
- Me.GroupBox6.Controls.Add(Me.Label215)
- Me.GroupBox6.Controls.Add(Me.TextBox4)
- Me.GroupBox6.Controls.Add(Me.Label216)
- Me.GroupBox6.Controls.Add(Me.TextBox5)
- Me.GroupBox6.Controls.Add(Me.Label217)
- Me.GroupBox6.Controls.Add(Me.Label218)
- Me.GroupBox6.Controls.Add(Me.Label219)
- Me.GroupBox6.Controls.Add(Me.Label220)
- Me.GroupBox6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox6.Location = New System.Drawing.Point(14, 512)
- Me.GroupBox6.Name = "GroupBox6"
- Me.GroupBox6.Size = New System.Drawing.Size(583, 164)
- Me.GroupBox6.TabIndex = 35
- Me.GroupBox6.TabStop = False
- Me.GroupBox6.Text = "單筆資料"
- '
- 'Label33
- '
- Me.Label33.AutoSize = True
- Me.Label33.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label33.Location = New System.Drawing.Point(172, 138)
- Me.Label33.Name = "Label33"
- Me.Label33.Size = New System.Drawing.Size(20, 16)
- Me.Label33.TabIndex = 61
- Me.Label33.Text = "至"
- '
- 'Label32
- '
- Me.Label32.AutoSize = True
- Me.Label32.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label32.Location = New System.Drawing.Point(28, 138)
- Me.Label32.Name = "Label32"
- Me.Label32.Size = New System.Drawing.Size(20, 16)
- Me.Label32.TabIndex = 60
- Me.Label32.Text = "從"
- '
- 'DateTimePicker3
- '
- Me.DateTimePicker3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker3.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker3.Location = New System.Drawing.Point(196, 133)
- Me.DateTimePicker3.Name = "DateTimePicker3"
- Me.DateTimePicker3.Size = New System.Drawing.Size(110, 23)
- Me.DateTimePicker3.TabIndex = 59
- '
- 'DateTimePicker2
- '
- Me.DateTimePicker2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker2.Location = New System.Drawing.Point(52, 133)
- Me.DateTimePicker2.Name = "DateTimePicker2"
- Me.DateTimePicker2.Size = New System.Drawing.Size(110, 23)
- Me.DateTimePicker2.TabIndex = 58
- '
- 'Label3
- '
- Me.Label3.AutoSize = True
- Me.Label3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label3.Location = New System.Drawing.Point(178, 47)
- Me.Label3.Name = "Label3"
- Me.Label3.Size = New System.Drawing.Size(32, 16)
- Me.Label3.TabIndex = 53
- Me.Label3.Text = "人員"
- '
- 'ComboBox3
- '
- Me.ComboBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox3.FormattingEnabled = True
- Me.ComboBox3.Items.AddRange(New Object() {"李玖瑽", "王昭懿", "李協叡", "李政弘", "楊國興"})
- Me.ComboBox3.Location = New System.Drawing.Point(216, 44)
- Me.ComboBox3.Name = "ComboBox3"
- Me.ComboBox3.Size = New System.Drawing.Size(120, 24)
- Me.ComboBox3.TabIndex = 52
- '
- 'TextBox57
- '
- Me.TextBox57.Enabled = False
- Me.TextBox57.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox57.Location = New System.Drawing.Point(378, 15)
- Me.TextBox57.Name = "TextBox57"
- Me.TextBox57.Size = New System.Drawing.Size(120, 23)
- Me.TextBox57.TabIndex = 51
- '
- 'Button8
- '
- Me.Button8.Enabled = False
- Me.Button8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button8.ForeColor = System.Drawing.Color.Red
- Me.Button8.Location = New System.Drawing.Point(293, 103)
- Me.Button8.Name = "Button8"
- Me.Button8.Size = New System.Drawing.Size(136, 25)
- Me.Button8.TabIndex = 50
- Me.Button8.Text = "刪除確認"
- Me.Button8.UseVisualStyleBackColor = True
- '
- 'Button7
- '
- Me.Button7.Enabled = False
- Me.Button7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button7.ForeColor = System.Drawing.Color.Blue
- Me.Button7.Location = New System.Drawing.Point(9, 103)
- Me.Button7.Name = "Button7"
- Me.Button7.Size = New System.Drawing.Size(136, 25)
- Me.Button7.TabIndex = 50
- Me.Button7.Text = "新增確認"
- Me.Button7.UseVisualStyleBackColor = True
- '
- 'Button5
- '
- Me.Button5.Enabled = False
- Me.Button5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button5.ForeColor = System.Drawing.Color.Black
- Me.Button5.Location = New System.Drawing.Point(435, 103)
- Me.Button5.Name = "Button5"
- Me.Button5.Size = New System.Drawing.Size(136, 25)
- Me.Button5.TabIndex = 18
- Me.Button5.Text = "取消"
- Me.Button5.UseVisualStyleBackColor = True
- '
- 'Button4
- '
- Me.Button4.Enabled = False
- Me.Button4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button4.ForeColor = System.Drawing.Color.Green
- Me.Button4.Location = New System.Drawing.Point(151, 103)
- Me.Button4.Name = "Button4"
- Me.Button4.Size = New System.Drawing.Size(136, 25)
- Me.Button4.TabIndex = 3
- Me.Button4.Text = "儲存修改"
- Me.Button4.UseVisualStyleBackColor = True
- '
- 'Label143
- '
- Me.Label143.AutoSize = True
- Me.Label143.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label143.Location = New System.Drawing.Point(6, 18)
- Me.Label143.Name = "Label143"
- Me.Label143.Size = New System.Drawing.Size(44, 16)
- Me.Label143.TabIndex = 8
- Me.Label143.Text = "流水號"
- '
- 'Button6
- '
- Me.Button6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button6.Location = New System.Drawing.Point(474, 134)
- Me.Button6.Name = "Button6"
- Me.Button6.Size = New System.Drawing.Size(97, 25)
- Me.Button6.TabIndex = 56
- Me.Button6.Text = "重新讀取"
- Me.Button6.UseVisualStyleBackColor = True
- '
- 'ComboBox2
- '
- Me.ComboBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox2.FormattingEnabled = True
- Me.ComboBox2.Items.AddRange(New Object() {"台幣現金", "人民幣現金"})
- Me.ComboBox2.Location = New System.Drawing.Point(312, 133)
- Me.ComboBox2.Name = "ComboBox2"
- Me.ComboBox2.Size = New System.Drawing.Size(156, 24)
- Me.ComboBox2.TabIndex = 57
- '
- 'ComboBox1
- '
- Me.ComboBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.ComboBox1.FormattingEnabled = True
- Me.ComboBox1.Items.AddRange(New Object() {"互沖帳", "設備收入", "設計收入", "服務收入", "還款收入", "退款收入", "利息收入", "設備成本", "物料成本", "幹部薪資", "差旅費", "交通費", "郵電費", "交際費", "特支費", "什項購置", "一般運費", "圖紙軟體費", "借款支出", "台灣勞健保", "增值稅", "關稅", "勞務費", "稅捐"})
- Me.ComboBox1.Location = New System.Drawing.Point(52, 44)
- Me.ComboBox1.Name = "ComboBox1"
- Me.ComboBox1.Size = New System.Drawing.Size(120, 24)
- Me.ComboBox1.TabIndex = 17
- '
- 'TextBox1
- '
- Me.TextBox1.Enabled = False
- Me.TextBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox1.Location = New System.Drawing.Point(52, 15)
- Me.TextBox1.Name = "TextBox1"
- Me.TextBox1.Size = New System.Drawing.Size(120, 23)
- Me.TextBox1.TabIndex = 1
- '
- 'DateTimePicker1
- '
- Me.DateTimePicker1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
- Me.DateTimePicker1.Location = New System.Drawing.Point(216, 13)
- Me.DateTimePicker1.Name = "DateTimePicker1"
- Me.DateTimePicker1.Size = New System.Drawing.Size(120, 23)
- Me.DateTimePicker1.TabIndex = 16
- '
- 'TextBox3
- '
- Me.TextBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox3.Location = New System.Drawing.Point(378, 44)
- Me.TextBox3.Multiline = True
- Me.TextBox3.Name = "TextBox3"
- Me.TextBox3.Size = New System.Drawing.Size(193, 53)
- Me.TextBox3.TabIndex = 3
- '
- 'Label215
- '
- Me.Label215.AutoSize = True
- Me.Label215.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label215.Location = New System.Drawing.Point(181, 77)
- Me.Label215.Name = "Label215"
- Me.Label215.Size = New System.Drawing.Size(32, 16)
- Me.Label215.TabIndex = 14
- Me.Label215.Text = "支出"
- '
- 'TextBox4
- '
- Me.TextBox4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox4.ForeColor = System.Drawing.Color.Red
- Me.TextBox4.Location = New System.Drawing.Point(52, 74)
- Me.TextBox4.Name = "TextBox4"
- Me.TextBox4.Size = New System.Drawing.Size(120, 23)
- Me.TextBox4.TabIndex = 4
- '
- 'Label216
- '
- Me.Label216.AutoSize = True
- Me.Label216.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label216.Location = New System.Drawing.Point(17, 77)
- Me.Label216.Name = "Label216"
- Me.Label216.Size = New System.Drawing.Size(32, 16)
- Me.Label216.TabIndex = 13
- Me.Label216.Text = "收入"
- '
- 'TextBox5
- '
- Me.TextBox5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox5.ForeColor = System.Drawing.Color.Blue
- Me.TextBox5.Location = New System.Drawing.Point(216, 74)
- Me.TextBox5.Name = "TextBox5"
- Me.TextBox5.Size = New System.Drawing.Size(120, 23)
- Me.TextBox5.TabIndex = 5
- '
- 'Label217
- '
- Me.Label217.AutoSize = True
- Me.Label217.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label217.Location = New System.Drawing.Point(343, 48)
- Me.Label217.Name = "Label217"
- Me.Label217.Size = New System.Drawing.Size(32, 16)
- Me.Label217.TabIndex = 12
- Me.Label217.Text = "明細"
- '
- 'Label218
- '
- Me.Label218.AutoSize = True
- Me.Label218.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label218.Location = New System.Drawing.Point(342, 18)
- Me.Label218.Name = "Label218"
- Me.Label218.Size = New System.Drawing.Size(32, 16)
- Me.Label218.TabIndex = 9
- Me.Label218.Text = "帳本"
- '
- 'Label219
- '
- Me.Label219.AutoSize = True
- Me.Label219.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label219.Location = New System.Drawing.Point(14, 47)
- Me.Label219.Name = "Label219"
- Me.Label219.Size = New System.Drawing.Size(32, 16)
- Me.Label219.TabIndex = 11
- Me.Label219.Text = "類別"
- '
- 'Label220
- '
- Me.Label220.AutoSize = True
- Me.Label220.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label220.Location = New System.Drawing.Point(178, 18)
- Me.Label220.Name = "Label220"
- Me.Label220.Size = New System.Drawing.Size(32, 16)
- Me.Label220.TabIndex = 10
- Me.Label220.Text = "日期"
- '
- 'GroupBox7
- '
- Me.GroupBox7.Controls.Add(Me.TextBox30)
- Me.GroupBox7.Controls.Add(Me.Button9)
- Me.GroupBox7.Controls.Add(Me.TextBox10)
- Me.GroupBox7.Controls.Add(Me.Label28)
- Me.GroupBox7.Controls.Add(Me.GroupBox2)
- Me.GroupBox7.Controls.Add(Me.GroupBox3)
- Me.GroupBox7.Controls.Add(Me.GroupBox8)
- Me.GroupBox7.Controls.Add(Me.GroupBox9)
- Me.GroupBox7.Controls.Add(Me.TextBox9)
- Me.GroupBox7.Controls.Add(Me.Label17)
- Me.GroupBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox7.Location = New System.Drawing.Point(628, 6)
- Me.GroupBox7.Name = "GroupBox7"
- Me.GroupBox7.Size = New System.Drawing.Size(720, 670)
- Me.GroupBox7.TabIndex = 52
- Me.GroupBox7.TabStop = False
- Me.GroupBox7.Text = "統計"
- '
- 'TextBox30
- '
- Me.TextBox30.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox30.ForeColor = System.Drawing.Color.Green
- Me.TextBox30.Location = New System.Drawing.Point(249, 639)
- Me.TextBox30.Name = "TextBox30"
- Me.TextBox30.Size = New System.Drawing.Size(88, 23)
- Me.TextBox30.TabIndex = 95
- '
- 'Button9
- '
- Me.Button9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button9.Location = New System.Drawing.Point(617, 639)
- Me.Button9.Name = "Button9"
- Me.Button9.Size = New System.Drawing.Size(97, 25)
- Me.Button9.TabIndex = 57
- Me.Button9.Text = "結存"
- Me.Button9.UseVisualStyleBackColor = True
- '
- 'TextBox10
- '
- Me.TextBox10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox10.ForeColor = System.Drawing.Color.Green
- Me.TextBox10.Location = New System.Drawing.Point(343, 639)
- Me.TextBox10.Name = "TextBox10"
- Me.TextBox10.Size = New System.Drawing.Size(88, 23)
- Me.TextBox10.TabIndex = 56
- Me.TextBox10.Visible = False
- '
- 'Label28
- '
- Me.Label28.AutoSize = True
- Me.Label28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label28.Location = New System.Drawing.Point(12, 643)
- Me.Label28.Name = "Label28"
- Me.Label28.Size = New System.Drawing.Size(231, 16)
- Me.Label28.TabIndex = 55
- Me.Label28.Text = "系統結餘 = 台幣結餘 + (人民幣結餘*匯率)"
- '
- 'GroupBox2
- '
- Me.GroupBox2.Controls.Add(Me.TextBox29)
- Me.GroupBox2.Controls.Add(Me.Label16)
- Me.GroupBox2.Controls.Add(Me.TextBox11)
- Me.GroupBox2.Location = New System.Drawing.Point(364, 580)
- Me.GroupBox2.Name = "GroupBox2"
- Me.GroupBox2.Size = New System.Drawing.Size(349, 53)
- Me.GroupBox2.TabIndex = 54
- Me.GroupBox2.TabStop = False
- Me.GroupBox2.Text = "資產"
- '
- 'TextBox29
- '
- Me.TextBox29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox29.ForeColor = System.Drawing.Color.Green
- Me.TextBox29.Location = New System.Drawing.Point(61, 22)
- Me.TextBox29.Name = "TextBox29"
- Me.TextBox29.Size = New System.Drawing.Size(91, 23)
- Me.TextBox29.TabIndex = 55
- '
- 'Label16
- '
- Me.Label16.AutoSize = True
- Me.Label16.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label16.Location = New System.Drawing.Point(6, 25)
- Me.Label16.Name = "Label16"
- Me.Label16.Size = New System.Drawing.Size(56, 16)
- Me.Label16.TabIndex = 54
- Me.Label16.Text = "目前餘額"
- '
- 'TextBox11
- '
- Me.TextBox11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox11.ForeColor = System.Drawing.Color.Green
- Me.TextBox11.Location = New System.Drawing.Point(158, 22)
- Me.TextBox11.Name = "TextBox11"
- Me.TextBox11.Size = New System.Drawing.Size(88, 23)
- Me.TextBox11.TabIndex = 36
- Me.TextBox11.Visible = False
- '
- 'GroupBox3
- '
- Me.GroupBox3.Controls.Add(Me.TextBox27)
- Me.GroupBox3.Controls.Add(Me.TextBox24)
- Me.GroupBox3.Controls.Add(Me.TextBox21)
- Me.GroupBox3.Controls.Add(Me.TextBox13)
- Me.GroupBox3.Controls.Add(Me.Label27)
- Me.GroupBox3.Controls.Add(Me.Label19)
- Me.GroupBox3.Controls.Add(Me.TextBox8)
- Me.GroupBox3.Controls.Add(Me.DataGridView5)
- Me.GroupBox3.Controls.Add(Me.TextBox23)
- Me.GroupBox3.Controls.Add(Me.TextBox25)
- Me.GroupBox3.Controls.Add(Me.DataGridView3)
- Me.GroupBox3.Controls.Add(Me.TextBox19)
- Me.GroupBox3.Controls.Add(Me.Label29)
- Me.GroupBox3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox3.Location = New System.Drawing.Point(364, 22)
- Me.GroupBox3.Name = "GroupBox3"
- Me.GroupBox3.Size = New System.Drawing.Size(349, 557)
- Me.GroupBox3.TabIndex = 53
- Me.GroupBox3.TabStop = False
- Me.GroupBox3.Text = "人民幣"
- '
- 'TextBox27
- '
- Me.TextBox27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox27.ForeColor = System.Drawing.Color.Red
- Me.TextBox27.Location = New System.Drawing.Point(61, 529)
- Me.TextBox27.Name = "TextBox27"
- Me.TextBox27.Size = New System.Drawing.Size(91, 23)
- Me.TextBox27.TabIndex = 101
- '
- 'TextBox24
- '
- Me.TextBox24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox24.ForeColor = System.Drawing.Color.Blue
- Me.TextBox24.Location = New System.Drawing.Point(64, 186)
- Me.TextBox24.Name = "TextBox24"
- Me.TextBox24.Size = New System.Drawing.Size(88, 23)
- Me.TextBox24.TabIndex = 100
- '
- 'TextBox21
- '
- Me.TextBox21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox21.ForeColor = System.Drawing.Color.Blue
- Me.TextBox21.Location = New System.Drawing.Point(64, 16)
- Me.TextBox21.Name = "TextBox21"
- Me.TextBox21.Size = New System.Drawing.Size(88, 23)
- Me.TextBox21.TabIndex = 99
- '
- 'TextBox13
- '
- Me.TextBox13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox13.ForeColor = System.Drawing.Color.Blue
- Me.TextBox13.Location = New System.Drawing.Point(280, 185)
- Me.TextBox13.Name = "TextBox13"
- Me.TextBox13.Size = New System.Drawing.Size(60, 23)
- Me.TextBox13.TabIndex = 97
- Me.TextBox13.Visible = False
- '
- 'Label27
- '
- Me.Label27.AutoSize = True
- Me.Label27.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label27.Location = New System.Drawing.Point(6, 19)
- Me.Label27.Name = "Label27"
- Me.Label27.Size = New System.Drawing.Size(56, 16)
- Me.Label27.TabIndex = 98
- Me.Label27.Text = "上月結存"
- '
- 'Label19
- '
- Me.Label19.AutoSize = True
- Me.Label19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label19.Location = New System.Drawing.Point(18, 188)
- Me.Label19.Name = "Label19"
- Me.Label19.Size = New System.Drawing.Size(44, 16)
- Me.Label19.TabIndex = 97
- Me.Label19.Text = "總收入"
- '
- 'TextBox8
- '
- Me.TextBox8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox8.ForeColor = System.Drawing.Color.Blue
- Me.TextBox8.Location = New System.Drawing.Point(158, 16)
- Me.TextBox8.Name = "TextBox8"
- Me.TextBox8.Size = New System.Drawing.Size(88, 23)
- Me.TextBox8.TabIndex = 94
- Me.TextBox8.Visible = False
- '
- 'DataGridView5
- '
- DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView5.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
- Me.DataGridView5.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView5.Location = New System.Drawing.Point(9, 43)
- Me.DataGridView5.Name = "DataGridView5"
- Me.DataGridView5.RowHeadersWidth = 5
- Me.DataGridView5.RowTemplate.Height = 24
- Me.DataGridView5.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView5.Size = New System.Drawing.Size(331, 137)
- Me.DataGridView5.TabIndex = 95
- '
- 'TextBox23
- '
- Me.TextBox23.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox23.ForeColor = System.Drawing.Color.Blue
- Me.TextBox23.Location = New System.Drawing.Point(280, 16)
- Me.TextBox23.Name = "TextBox23"
- Me.TextBox23.Size = New System.Drawing.Size(60, 23)
- Me.TextBox23.TabIndex = 93
- Me.TextBox23.Visible = False
- '
- 'TextBox25
- '
- Me.TextBox25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox25.ForeColor = System.Drawing.Color.Blue
- Me.TextBox25.Location = New System.Drawing.Point(158, 186)
- Me.TextBox25.Name = "TextBox25"
- Me.TextBox25.Size = New System.Drawing.Size(88, 23)
- Me.TextBox25.TabIndex = 92
- Me.TextBox25.Visible = False
- '
- 'DataGridView3
- '
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView3.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
- Me.DataGridView3.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView3.Location = New System.Drawing.Point(9, 214)
- Me.DataGridView3.Name = "DataGridView3"
- Me.DataGridView3.RowHeadersWidth = 5
- Me.DataGridView3.RowTemplate.Height = 24
- Me.DataGridView3.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView3.Size = New System.Drawing.Size(331, 309)
- Me.DataGridView3.TabIndex = 92
- '
- 'TextBox19
- '
- Me.TextBox19.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox19.ForeColor = System.Drawing.Color.Red
- Me.TextBox19.Location = New System.Drawing.Point(158, 529)
- Me.TextBox19.Name = "TextBox19"
- Me.TextBox19.Size = New System.Drawing.Size(91, 23)
- Me.TextBox19.TabIndex = 36
- Me.TextBox19.Visible = False
- '
- 'Label29
- '
- Me.Label29.AutoSize = True
- Me.Label29.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label29.Location = New System.Drawing.Point(18, 532)
- Me.Label29.Name = "Label29"
- Me.Label29.Size = New System.Drawing.Size(44, 16)
- Me.Label29.TabIndex = 37
- Me.Label29.Text = "總支出"
- '
- 'GroupBox8
- '
- Me.GroupBox8.Controls.Add(Me.TextBox28)
- Me.GroupBox8.Controls.Add(Me.Label221)
- Me.GroupBox8.Controls.Add(Me.TextBox38)
- Me.GroupBox8.Location = New System.Drawing.Point(9, 579)
- Me.GroupBox8.Name = "GroupBox8"
- Me.GroupBox8.Size = New System.Drawing.Size(349, 54)
- Me.GroupBox8.TabIndex = 52
- Me.GroupBox8.TabStop = False
- Me.GroupBox8.Text = "資產"
- '
- 'TextBox28
- '
- Me.TextBox28.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox28.ForeColor = System.Drawing.Color.Green
- Me.TextBox28.Location = New System.Drawing.Point(61, 22)
- Me.TextBox28.Name = "TextBox28"
- Me.TextBox28.Size = New System.Drawing.Size(88, 23)
- Me.TextBox28.TabIndex = 55
- '
- 'Label221
- '
- Me.Label221.AutoSize = True
- Me.Label221.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label221.Location = New System.Drawing.Point(6, 25)
- Me.Label221.Name = "Label221"
- Me.Label221.Size = New System.Drawing.Size(56, 16)
- Me.Label221.TabIndex = 54
- Me.Label221.Text = "目前餘額"
- '
- 'TextBox38
- '
- Me.TextBox38.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox38.ForeColor = System.Drawing.Color.Green
- Me.TextBox38.Location = New System.Drawing.Point(155, 22)
- Me.TextBox38.Name = "TextBox38"
- Me.TextBox38.Size = New System.Drawing.Size(88, 23)
- Me.TextBox38.TabIndex = 36
- Me.TextBox38.Visible = False
- '
- 'GroupBox9
- '
- Me.GroupBox9.Controls.Add(Me.TextBox26)
- Me.GroupBox9.Controls.Add(Me.TextBox22)
- Me.GroupBox9.Controls.Add(Me.TextBox20)
- Me.GroupBox9.Controls.Add(Me.TextBox12)
- Me.GroupBox9.Controls.Add(Me.Label26)
- Me.GroupBox9.Controls.Add(Me.Label18)
- Me.GroupBox9.Controls.Add(Me.DataGridView4)
- Me.GroupBox9.Controls.Add(Me.TextBox7)
- Me.GroupBox9.Controls.Add(Me.TextBox56)
- Me.GroupBox9.Controls.Add(Me.DataGridView2)
- Me.GroupBox9.Controls.Add(Me.TextBox41)
- Me.GroupBox9.Controls.Add(Me.TextBox55)
- Me.GroupBox9.Controls.Add(Me.Label232)
- Me.GroupBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox9.Location = New System.Drawing.Point(9, 22)
- Me.GroupBox9.Name = "GroupBox9"
- Me.GroupBox9.Size = New System.Drawing.Size(349, 557)
- Me.GroupBox9.TabIndex = 51
- Me.GroupBox9.TabStop = False
- Me.GroupBox9.Text = "台幣"
- '
- 'TextBox26
- '
- Me.TextBox26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox26.ForeColor = System.Drawing.Color.Red
- Me.TextBox26.Location = New System.Drawing.Point(61, 528)
- Me.TextBox26.Name = "TextBox26"
- Me.TextBox26.Size = New System.Drawing.Size(88, 23)
- Me.TextBox26.TabIndex = 99
- '
- 'TextBox22
- '
- Me.TextBox22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox22.ForeColor = System.Drawing.Color.Blue
- Me.TextBox22.Location = New System.Drawing.Point(61, 186)
- Me.TextBox22.Name = "TextBox22"
- Me.TextBox22.Size = New System.Drawing.Size(88, 23)
- Me.TextBox22.TabIndex = 98
- '
- 'TextBox20
- '
- Me.TextBox20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox20.ForeColor = System.Drawing.Color.Blue
- Me.TextBox20.Location = New System.Drawing.Point(61, 16)
- Me.TextBox20.Name = "TextBox20"
- Me.TextBox20.Size = New System.Drawing.Size(88, 23)
- Me.TextBox20.TabIndex = 97
- '
- 'TextBox12
- '
- Me.TextBox12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox12.ForeColor = System.Drawing.Color.Blue
- Me.TextBox12.Location = New System.Drawing.Point(280, 185)
- Me.TextBox12.Name = "TextBox12"
- Me.TextBox12.Size = New System.Drawing.Size(60, 23)
- Me.TextBox12.TabIndex = 96
- Me.TextBox12.Visible = False
- '
- 'Label26
- '
- Me.Label26.AutoSize = True
- Me.Label26.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label26.Location = New System.Drawing.Point(6, 19)
- Me.Label26.Name = "Label26"
- Me.Label26.Size = New System.Drawing.Size(56, 16)
- Me.Label26.TabIndex = 84
- Me.Label26.Text = "上月結存"
- '
- 'Label18
- '
- Me.Label18.AutoSize = True
- Me.Label18.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label18.Location = New System.Drawing.Point(14, 188)
- Me.Label18.Name = "Label18"
- Me.Label18.Size = New System.Drawing.Size(44, 16)
- Me.Label18.TabIndex = 40
- Me.Label18.Text = "總收入"
- '
- 'DataGridView4
- '
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView4.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
- Me.DataGridView4.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView4.Location = New System.Drawing.Point(9, 43)
- Me.DataGridView4.Name = "DataGridView4"
- Me.DataGridView4.RowHeadersWidth = 5
- Me.DataGridView4.RowTemplate.Height = 24
- Me.DataGridView4.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView4.Size = New System.Drawing.Size(331, 137)
- Me.DataGridView4.TabIndex = 38
- '
- 'TextBox7
- '
- Me.TextBox7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox7.ForeColor = System.Drawing.Color.Blue
- Me.TextBox7.Location = New System.Drawing.Point(280, 16)
- Me.TextBox7.Name = "TextBox7"
- Me.TextBox7.Size = New System.Drawing.Size(60, 23)
- Me.TextBox7.TabIndex = 95
- Me.TextBox7.Visible = False
- '
- 'TextBox56
- '
- Me.TextBox56.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox56.ForeColor = System.Drawing.Color.Blue
- Me.TextBox56.Location = New System.Drawing.Point(155, 16)
- Me.TextBox56.Name = "TextBox56"
- Me.TextBox56.Size = New System.Drawing.Size(88, 23)
- Me.TextBox56.TabIndex = 84
- Me.TextBox56.Visible = False
- '
- 'DataGridView2
- '
- DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(192, Byte), Integer))
- Me.DataGridView2.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
- Me.DataGridView2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.DataGridView2.Location = New System.Drawing.Point(9, 214)
- Me.DataGridView2.Name = "DataGridView2"
- Me.DataGridView2.RowHeadersWidth = 5
- Me.DataGridView2.RowTemplate.Height = 24
- Me.DataGridView2.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
- Me.DataGridView2.Size = New System.Drawing.Size(331, 308)
- Me.DataGridView2.TabIndex = 1
- '
- 'TextBox41
- '
- Me.TextBox41.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox41.ForeColor = System.Drawing.Color.Red
- Me.TextBox41.Location = New System.Drawing.Point(155, 528)
- Me.TextBox41.Name = "TextBox41"
- Me.TextBox41.Size = New System.Drawing.Size(91, 23)
- Me.TextBox41.TabIndex = 36
- Me.TextBox41.Visible = False
- '
- 'TextBox55
- '
- Me.TextBox55.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox55.ForeColor = System.Drawing.Color.Blue
- Me.TextBox55.Location = New System.Drawing.Point(155, 186)
- Me.TextBox55.Name = "TextBox55"
- Me.TextBox55.Size = New System.Drawing.Size(88, 23)
- Me.TextBox55.TabIndex = 83
- Me.TextBox55.Visible = False
- '
- 'Label232
- '
- Me.Label232.AutoSize = True
- Me.Label232.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label232.Location = New System.Drawing.Point(14, 531)
- Me.Label232.Name = "Label232"
- Me.Label232.Size = New System.Drawing.Size(44, 16)
- Me.Label232.TabIndex = 37
- Me.Label232.Text = "總支出"
- '
- 'TextBox9
- '
- Me.TextBox9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox9.ForeColor = System.Drawing.Color.Red
- Me.TextBox9.Location = New System.Drawing.Point(520, 640)
- Me.TextBox9.Name = "TextBox9"
- Me.TextBox9.Size = New System.Drawing.Size(91, 23)
- Me.TextBox9.TabIndex = 93
- Me.TextBox9.Text = "0"
- '
- 'Label17
- '
- Me.Label17.AutoSize = True
- Me.Label17.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label17.Location = New System.Drawing.Point(473, 642)
- Me.Label17.Name = "Label17"
- Me.Label17.Size = New System.Drawing.Size(44, 16)
- Me.Label17.TabIndex = 94
- Me.Label17.Text = "借出款"
- '
- 'TextBox2
- '
- Me.TextBox2.Enabled = False
- Me.TextBox2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.TextBox2.Location = New System.Drawing.Point(525, 7)
- Me.TextBox2.Name = "TextBox2"
- Me.TextBox2.Size = New System.Drawing.Size(72, 23)
- Me.TextBox2.TabIndex = 2
- Me.TextBox2.Visible = False
- '
- 'Button3
- '
- Me.Button3.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button3.ForeColor = System.Drawing.Color.Red
- Me.Button3.Location = New System.Drawing.Point(526, 140)
- Me.Button3.Name = "Button3"
- Me.Button3.Size = New System.Drawing.Size(71, 44)
- Me.Button3.TabIndex = 55
- Me.Button3.Text = "刪除"
- Me.Button3.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.ForeColor = System.Drawing.Color.Blue
- Me.Button1.Location = New System.Drawing.Point(525, 36)
- Me.Button1.Name = "Button1"
- Me.Button1.Size = New System.Drawing.Size(71, 44)
- Me.Button1.TabIndex = 53
- Me.Button1.Text = "新增"
- Me.Button1.UseVisualStyleBackColor = True
- '
- 'Button2
- '
- Me.Button2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Button2.ForeColor = System.Drawing.Color.DarkGreen
- Me.Button2.Location = New System.Drawing.Point(526, 88)
- Me.Button2.Name = "Button2"
- Me.Button2.Size = New System.Drawing.Size(71, 44)
- Me.Button2.TabIndex = 54
- Me.Button2.Text = "修改"
- Me.Button2.UseVisualStyleBackColor = True
- '
- 'Label2
- '
- Me.Label2.AutoSize = True
- Me.Label2.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label2.Location = New System.Drawing.Point(45, 9)
- Me.Label2.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(15, 16)
- Me.Label2.TabIndex = 88
- Me.Label2.Text = "0"
- '
- 'Label1
- '
- Me.Label1.AutoSize = True
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.Location = New System.Drawing.Point(11, 9)
- Me.Label1.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(32, 16)
- Me.Label1.TabIndex = 87
- Me.Label1.Text = "匯率"
- '
- 'GroupBox1
- '
- Me.GroupBox1.Controls.Add(Me.Label4)
- Me.GroupBox1.Controls.Add(Me.Label5)
- Me.GroupBox1.Controls.Add(Me.Label13)
- Me.GroupBox1.Controls.Add(Me.Label14)
- Me.GroupBox1.Controls.Add(Me.Label10)
- Me.GroupBox1.Controls.Add(Me.Label12)
- Me.GroupBox1.Controls.Add(Me.Label24)
- Me.GroupBox1.Controls.Add(Me.Label25)
- Me.GroupBox1.Controls.Add(Me.Label6)
- Me.GroupBox1.Controls.Add(Me.Label7)
- Me.GroupBox1.Controls.Add(Me.Label8)
- Me.GroupBox1.Controls.Add(Me.Label9)
- Me.GroupBox1.Controls.Add(Me.Label11)
- Me.GroupBox1.Controls.Add(Me.Label15)
- Me.GroupBox1.Controls.Add(Me.Label20)
- Me.GroupBox1.Controls.Add(Me.Label21)
- Me.GroupBox1.Controls.Add(Me.Label22)
- Me.GroupBox1.Controls.Add(Me.Label23)
- Me.GroupBox1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.GroupBox1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(64, Byte), Integer), CType(CType(0, Byte), Integer))
- Me.GroupBox1.Location = New System.Drawing.Point(14, 102)
- Me.GroupBox1.Margin = New System.Windows.Forms.Padding(2)
- Me.GroupBox1.Name = "GroupBox1"
- Me.GroupBox1.Padding = New System.Windows.Forms.Padding(2)
- Me.GroupBox1.Size = New System.Drawing.Size(506, 109)
- Me.GroupBox1.TabIndex = 91
- Me.GroupBox1.TabStop = False
- Me.GroupBox1.Text = "合夥人資本核算"
- '
- 'Label4
- '
- Me.Label4.AutoSize = True
- Me.Label4.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label4.Location = New System.Drawing.Point(450, 63)
- Me.Label4.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label4.Name = "Label4"
- Me.Label4.Size = New System.Drawing.Size(15, 16)
- Me.Label4.TabIndex = 109
- Me.Label4.Text = "0"
- '
- 'Label5
- '
- Me.Label5.AutoSize = True
- Me.Label5.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label5.Location = New System.Drawing.Point(159, 63)
- Me.Label5.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label5.Name = "Label5"
- Me.Label5.Size = New System.Drawing.Size(15, 16)
- Me.Label5.TabIndex = 108
- Me.Label5.Text = "0"
- '
- 'Label13
- '
- Me.Label13.AutoSize = True
- Me.Label13.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label13.Location = New System.Drawing.Point(257, 63)
- Me.Label13.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label13.Name = "Label13"
- Me.Label13.Size = New System.Drawing.Size(15, 16)
- Me.Label13.TabIndex = 107
- Me.Label13.Text = "0"
- '
- 'Label14
- '
- Me.Label14.AutoSize = True
- Me.Label14.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label14.Location = New System.Drawing.Point(4, 63)
- Me.Label14.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label14.Name = "Label14"
- Me.Label14.Size = New System.Drawing.Size(44, 16)
- Me.Label14.TabIndex = 106
- Me.Label14.Text = "楊國興"
- '
- 'Label10
- '
- Me.Label10.AutoSize = True
- Me.Label10.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label10.Location = New System.Drawing.Point(159, 34)
- Me.Label10.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label10.Name = "Label10"
- Me.Label10.Size = New System.Drawing.Size(15, 16)
- Me.Label10.TabIndex = 105
- Me.Label10.Text = "0"
- '
- 'Label12
- '
- Me.Label12.AutoSize = True
- Me.Label12.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label12.Location = New System.Drawing.Point(257, 34)
- Me.Label12.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label12.Name = "Label12"
- Me.Label12.Size = New System.Drawing.Size(15, 16)
- Me.Label12.TabIndex = 104
- Me.Label12.Text = "0"
- '
- 'Label24
- '
- Me.Label24.AutoSize = True
- Me.Label24.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label24.Location = New System.Drawing.Point(159, 86)
- Me.Label24.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label24.Name = "Label24"
- Me.Label24.Size = New System.Drawing.Size(15, 16)
- Me.Label24.TabIndex = 103
- Me.Label24.Text = "0"
- '
- 'Label25
- '
- Me.Label25.AutoSize = True
- Me.Label25.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label25.Location = New System.Drawing.Point(257, 86)
- Me.Label25.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label25.Name = "Label25"
- Me.Label25.Size = New System.Drawing.Size(15, 16)
- Me.Label25.TabIndex = 102
- Me.Label25.Text = "0"
- '
- 'Label6
- '
- Me.Label6.AutoSize = True
- Me.Label6.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label6.Location = New System.Drawing.Point(450, 49)
- Me.Label6.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label6.Name = "Label6"
- Me.Label6.Size = New System.Drawing.Size(15, 16)
- Me.Label6.TabIndex = 101
- Me.Label6.Text = "0"
- '
- 'Label7
- '
- Me.Label7.AutoSize = True
- Me.Label7.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label7.Location = New System.Drawing.Point(450, 34)
- Me.Label7.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label7.Name = "Label7"
- Me.Label7.Size = New System.Drawing.Size(15, 16)
- Me.Label7.TabIndex = 100
- Me.Label7.Text = "0"
- '
- 'Label8
- '
- Me.Label8.AutoSize = True
- Me.Label8.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label8.ForeColor = System.Drawing.Color.Black
- Me.Label8.Location = New System.Drawing.Point(450, 18)
- Me.Label8.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label8.Name = "Label8"
- Me.Label8.Size = New System.Drawing.Size(44, 16)
- Me.Label8.TabIndex = 99
- Me.Label8.Text = "百分比"
- '
- 'Label9
- '
- Me.Label9.AutoSize = True
- Me.Label9.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label9.Location = New System.Drawing.Point(159, 49)
- Me.Label9.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label9.Name = "Label9"
- Me.Label9.Size = New System.Drawing.Size(15, 16)
- Me.Label9.TabIndex = 98
- Me.Label9.Text = "0"
- '
- 'Label11
- '
- Me.Label11.AutoSize = True
- Me.Label11.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label11.Location = New System.Drawing.Point(257, 49)
- Me.Label11.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label11.Name = "Label11"
- Me.Label11.Size = New System.Drawing.Size(15, 16)
- Me.Label11.TabIndex = 96
- Me.Label11.Text = "0"
- '
- 'Label15
- '
- Me.Label15.AutoSize = True
- Me.Label15.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label15.Location = New System.Drawing.Point(4, 49)
- Me.Label15.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label15.Name = "Label15"
- Me.Label15.Size = New System.Drawing.Size(44, 16)
- Me.Label15.TabIndex = 87
- Me.Label15.Text = "李協叡"
- '
- 'Label20
- '
- Me.Label20.AutoSize = True
- Me.Label20.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label20.Location = New System.Drawing.Point(4, 34)
- Me.Label20.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label20.Name = "Label20"
- Me.Label20.Size = New System.Drawing.Size(44, 16)
- Me.Label20.TabIndex = 89
- Me.Label20.Text = "李玖瑽"
- '
- 'Label21
- '
- Me.Label21.AutoSize = True
- Me.Label21.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label21.ForeColor = System.Drawing.Color.Black
- Me.Label21.Location = New System.Drawing.Point(274, 18)
- Me.Label21.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label21.Name = "Label21"
- Me.Label21.Size = New System.Drawing.Size(32, 16)
- Me.Label21.TabIndex = 69
- Me.Label21.Text = "台幣"
- '
- 'Label22
- '
- Me.Label22.AutoSize = True
- Me.Label22.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label22.ForeColor = System.Drawing.Color.Black
- Me.Label22.Location = New System.Drawing.Point(180, 18)
- Me.Label22.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label22.Name = "Label22"
- Me.Label22.Size = New System.Drawing.Size(44, 16)
- Me.Label22.TabIndex = 68
- Me.Label22.Text = "人民幣"
- '
- 'Label23
- '
- Me.Label23.AutoSize = True
- Me.Label23.Location = New System.Drawing.Point(4, 18)
- Me.Label23.Margin = New System.Windows.Forms.Padding(2, 0, 2, 0)
- Me.Label23.Name = "Label23"
- Me.Label23.Size = New System.Drawing.Size(468, 16)
- Me.Label23.TabIndex = 67
- Me.Label23.Text = "_________________________________________________________________________________" &
- "___________"
- '
- '財務流水帳系統
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.AutoScroll = True
- Me.ClientSize = New System.Drawing.Size(1360, 681)
- Me.Controls.Add(Me.GroupBox1)
- Me.Controls.Add(Me.Label2)
- Me.Controls.Add(Me.Label1)
- Me.Controls.Add(Me.TextBox2)
- Me.Controls.Add(Me.Button3)
- Me.Controls.Add(Me.Button1)
- Me.Controls.Add(Me.Button2)
- Me.Controls.Add(Me.GroupBox7)
- Me.Controls.Add(Me.GroupBox6)
- Me.Controls.Add(Me.GroupBox5)
- Me.Controls.Add(Me.GroupBox4)
- Me.Margin = New System.Windows.Forms.Padding(2)
- Me.Name = "財務流水帳系統"
- Me.Text = "財務流水帳系統"
- Me.GroupBox4.ResumeLayout(False)
- Me.GroupBox4.PerformLayout()
- Me.GroupBox5.ResumeLayout(False)
- Me.GroupBox5.PerformLayout()
- CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox6.ResumeLayout(False)
- Me.GroupBox6.PerformLayout()
- Me.GroupBox7.ResumeLayout(False)
- Me.GroupBox7.PerformLayout()
- Me.GroupBox2.ResumeLayout(False)
- Me.GroupBox2.PerformLayout()
- Me.GroupBox3.ResumeLayout(False)
- Me.GroupBox3.PerformLayout()
- CType(Me.DataGridView5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView3, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox8.ResumeLayout(False)
- Me.GroupBox8.PerformLayout()
- Me.GroupBox9.ResumeLayout(False)
- Me.GroupBox9.PerformLayout()
- CType(Me.DataGridView4, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.DataGridView2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.GroupBox1.ResumeLayout(False)
- Me.GroupBox1.PerformLayout()
- Me.ResumeLayout(False)
- Me.PerformLayout()
-
- End Sub
-
- Friend WithEvents GroupBox4 As GroupBox
- Friend WithEvents Label190 As Label
- Friend WithEvents Label147 As Label
- Friend WithEvents Label148 As Label
- Friend WithEvents Label149 As Label
- Friend WithEvents Label150 As Label
- Friend WithEvents Label151 As Label
- Friend WithEvents Label152 As Label
- Friend WithEvents Label153 As Label
- Friend WithEvents Label154 As Label
- Friend WithEvents Label155 As Label
- Friend WithEvents Label156 As Label
- Friend WithEvents Label157 As Label
- Friend WithEvents Label158 As Label
- Friend WithEvents Label144 As Label
- Friend WithEvents Label145 As Label
- Friend WithEvents Label146 As Label
- Friend WithEvents GroupBox5 As GroupBox
- Friend WithEvents DataGridView1 As DataGridView
- Friend WithEvents GroupBox6 As GroupBox
- Friend WithEvents TextBox57 As TextBox
- Friend WithEvents Button8 As Button
- Friend WithEvents Button7 As Button
- Friend WithEvents Button5 As Button
- Friend WithEvents Button4 As Button
- Friend WithEvents Label143 As Label
- Friend WithEvents ComboBox1 As ComboBox
- Friend WithEvents TextBox1 As TextBox
- Friend WithEvents DateTimePicker1 As DateTimePicker
- Friend WithEvents TextBox3 As TextBox
- Friend WithEvents Label215 As Label
- Friend WithEvents TextBox4 As TextBox
- Friend WithEvents Label216 As Label
- Friend WithEvents TextBox5 As TextBox
- Friend WithEvents Label217 As Label
- Friend WithEvents Label218 As Label
- Friend WithEvents Label219 As Label
- Friend WithEvents Label220 As Label
- Friend WithEvents GroupBox7 As GroupBox
- Friend WithEvents GroupBox8 As GroupBox
- Friend WithEvents Label221 As Label
- Friend WithEvents TextBox38 As TextBox
- Friend WithEvents GroupBox9 As GroupBox
- Friend WithEvents Label232 As Label
- Friend WithEvents TextBox41 As TextBox
- Friend WithEvents ComboBox2 As ComboBox
- Friend WithEvents Button6 As Button
- Friend WithEvents Button3 As Button
- Friend WithEvents Button1 As Button
- Friend WithEvents Button2 As Button
- Friend WithEvents TextBox6 As TextBox
- Friend WithEvents TextBox56 As TextBox
- Friend WithEvents TextBox55 As TextBox
- Friend WithEvents TextBox2 As TextBox
- Friend WithEvents TextBox16 As TextBox
- Friend WithEvents Label2 As Label
- Friend WithEvents Label1 As Label
- Friend WithEvents Label191 As Label
- Friend WithEvents Label192 As Label
- Friend WithEvents Label3 As Label
- Friend WithEvents ComboBox3 As ComboBox
- Friend WithEvents GroupBox1 As GroupBox
- Friend WithEvents Label24 As Label
- Friend WithEvents Label25 As Label
- Friend WithEvents Label6 As Label
- Friend WithEvents Label7 As Label
- Friend WithEvents Label8 As Label
- Friend WithEvents Label9 As Label
- Friend WithEvents Label11 As Label
- Friend WithEvents Label15 As Label
- Friend WithEvents Label20 As Label
- Friend WithEvents Label21 As Label
- Friend WithEvents Label22 As Label
- Friend WithEvents Label23 As Label
- Friend WithEvents Label10 As Label
- Friend WithEvents Label12 As Label
- Friend WithEvents Label33 As Label
- Friend WithEvents Label32 As Label
- Friend WithEvents DateTimePicker3 As DateTimePicker
- Friend WithEvents DateTimePicker2 As DateTimePicker
- Friend WithEvents GroupBox2 As GroupBox
- Friend WithEvents Label16 As Label
- Friend WithEvents TextBox11 As TextBox
- Friend WithEvents GroupBox3 As GroupBox
- Friend WithEvents Label29 As Label
- Friend WithEvents TextBox19 As TextBox
- Friend WithEvents TextBox23 As TextBox
- Friend WithEvents TextBox25 As TextBox
- Friend WithEvents Label34 As Label
- Friend WithEvents Label35 As Label
- Friend WithEvents DataGridView2 As DataGridView
- Friend WithEvents DataGridView3 As DataGridView
- Friend WithEvents TextBox7 As TextBox
- Friend WithEvents TextBox8 As TextBox
- Friend WithEvents Label4 As Label
- Friend WithEvents Label5 As Label
- Friend WithEvents Label13 As Label
- Friend WithEvents Label14 As Label
- Friend WithEvents TextBox9 As TextBox
- Friend WithEvents Label17 As Label
- Friend WithEvents DataGridView5 As DataGridView
- Friend WithEvents DataGridView4 As DataGridView
- Friend WithEvents Label19 As Label
- Friend WithEvents Label18 As Label
- Friend WithEvents Label27 As Label
- Friend WithEvents Label26 As Label
- Friend WithEvents Button9 As Button
- Friend WithEvents TextBox10 As TextBox
- Friend WithEvents Label28 As Label
- Friend WithEvents TextBox13 As TextBox
- Friend WithEvents TextBox12 As TextBox
- Friend WithEvents TextBox14 As TextBox
- Friend WithEvents TextBox15 As TextBox
- Friend WithEvents DateTimePicker4 As DateTimePicker
- Friend WithEvents TextBox17 As TextBox
- Friend WithEvents TextBox18 As TextBox
- Friend WithEvents TextBox20 As TextBox
- Friend WithEvents TextBox21 As TextBox
- Friend WithEvents TextBox22 As TextBox
- Friend WithEvents TextBox24 As TextBox
- Friend WithEvents TextBox26 As TextBox
- Friend WithEvents TextBox27 As TextBox
- Friend WithEvents TextBox28 As TextBox
- Friend WithEvents TextBox29 As TextBox
- Friend WithEvents TextBox30 As TextBox
- End Class
|