123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245 |
- <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()
- Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議執行))
- Me.Panel3 = New System.Windows.Forms.Panel()
- Me.Panel1 = New System.Windows.Forms.Panel()
- Me.核准_tb = New System.Windows.Forms.TextBox()
- Me.Label1 = New System.Windows.Forms.Label()
- Me.文件號_tb = New System.Windows.Forms.TextBox()
- Me.已完成_ch = New System.Windows.Forms.CheckBox()
- Me.副檔名_tb = New System.Windows.Forms.TextBox()
- Me.核准_ch = New System.Windows.Forms.CheckBox()
- Me.圖片庫_tb = New System.Windows.Forms.TextBox()
- Me.會議編號_tb = New System.Windows.Forms.TextBox()
- Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
- Me.Panel2 = New System.Windows.Forms.Panel()
- Me.已完成_bt = New System.Windows.Forms.Button()
- Me.取消_ch = New System.Windows.Forms.CheckBox()
- Me.通過_ch = New System.Windows.Forms.CheckBox()
- Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
- Me.長期執行_ch = New System.Windows.Forms.CheckBox()
- Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
- Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
- Me.字體大小_lb = New System.Windows.Forms.Label()
- Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
- Me.細項說明_lb = New System.Windows.Forms.Label()
- Me.預計完成_cb = New System.Windows.Forms.ComboBox()
- Me.執行人_cb = New System.Windows.Forms.ComboBox()
- Me.預計完成_lb = New System.Windows.Forms.Label()
- Me.執行情況_cb = New System.Windows.Forms.ComboBox()
- Me.執行情況_lb = New System.Windows.Forms.Label()
- Me.執行人_dgv = New System.Windows.Forms.DataGridView()
- Me.執行人_lb = New System.Windows.Forms.Label()
- Me.刪除執行人_bt = New System.Windows.Forms.Button()
- Me.細項說明_tb = New System.Windows.Forms.TextBox()
- Me.備註_tb = New System.Windows.Forms.TextBox()
- Me.新建執行人_bt = New System.Windows.Forms.Button()
- Me.備註_lb = New System.Windows.Forms.Label()
- Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
- Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
- Me.會議記錄表1_dgv = New System.Windows.Forms.DataGridView()
- Me.會議日期_lb = New System.Windows.Forms.Label()
- Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
- Me.會議項目_lb = New System.Windows.Forms.Label()
- Me.地點_cb = New System.Windows.Forms.ComboBox()
- Me.地點_lb = New System.Windows.Forms.Label()
- Me.會議項目_tb = New System.Windows.Forms.TextBox()
- Me.執行時間_lb = New System.Windows.Forms.Label()
- Me.執行時間_cb = New System.Windows.Forms.ComboBox()
- Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
- Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
- Me.Panel4 = New System.Windows.Forms.Panel()
- Me.TabControl1 = New System.Windows.Forms.TabControl()
- Me.TabPage1 = New System.Windows.Forms.TabPage()
- Me.會議記錄表2_dgv = New System.Windows.Forms.DataGridView()
- Me.Label2 = New System.Windows.Forms.Label()
- Me.人員_dgv = New System.Windows.Forms.DataGridView()
- Me.圖片_P = New System.Windows.Forms.Panel()
- Me.PDF_P = New System.Windows.Forms.Panel()
- Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer()
- Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
- Me.TabPage2 = New System.Windows.Forms.TabPage()
- Me.Panel5 = New System.Windows.Forms.Panel()
- Me.Panel6 = New System.Windows.Forms.Panel()
- Me.刪除_rtb = New System.Windows.Forms.Button()
- Me.存檔_rbt = New System.Windows.Forms.Button()
- Me.作廢_tb = New System.Windows.Forms.Button()
- Me.核准_bt = New System.Windows.Forms.Button()
- Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
- Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
- Me.PB5 = New System.Windows.Forms.PictureBox()
- Me.PB4 = New System.Windows.Forms.PictureBox()
- Me.PB1 = New System.Windows.Forms.PictureBox()
- Me.PB2 = New System.Windows.Forms.PictureBox()
- Me.PB3 = New System.Windows.Forms.PictureBox()
- Me.PB6 = New System.Windows.Forms.PictureBox()
- Me.新建議題_rbt = New System.Windows.Forms.Button()
- Me.圖片_pb = New System.Windows.Forms.PictureBox()
- Me.圖片1_pb = New System.Windows.Forms.PictureBox()
- Me.Panel3.SuspendLayout()
- Me.Panel1.SuspendLayout()
- Me.Panel2.SuspendLayout()
- CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer1.Panel1.SuspendLayout()
- Me.SplitContainer1.Panel2.SuspendLayout()
- Me.SplitContainer1.SuspendLayout()
- CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SplitContainer2.Panel1.SuspendLayout()
- Me.SplitContainer2.Panel2.SuspendLayout()
- Me.SplitContainer2.SuspendLayout()
- CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.Panel4.SuspendLayout()
- Me.TabControl1.SuspendLayout()
- Me.TabPage1.SuspendLayout()
- CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.圖片_P.SuspendLayout()
- Me.PDF_P.SuspendLayout()
- CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.TabPage2.SuspendLayout()
- Me.Panel5.SuspendLayout()
- Me.Panel6.SuspendLayout()
- CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
- Me.SuspendLayout()
- '
- 'Panel3
- '
- Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.Panel3.BackColor = System.Drawing.Color.Transparent
- Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel3.Controls.Add(Me.圖檔入系統_rbt)
- Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt)
- Me.Panel3.Controls.Add(Me.PB5)
- Me.Panel3.Controls.Add(Me.PB4)
- Me.Panel3.Controls.Add(Me.PB1)
- Me.Panel3.Controls.Add(Me.PB2)
- Me.Panel3.Controls.Add(Me.PB3)
- Me.Panel3.Controls.Add(Me.PB6)
- Me.Panel3.Location = New System.Drawing.Point(1, 276)
- Me.Panel3.Name = "Panel3"
- Me.Panel3.Size = New System.Drawing.Size(305, 405)
- Me.Panel3.TabIndex = 1855
- '
- 'Panel1
- '
- Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.Panel1.Controls.Add(Me.核准_tb)
- Me.Panel1.Controls.Add(Me.Label1)
- Me.Panel1.Controls.Add(Me.文件號_tb)
- Me.Panel1.Controls.Add(Me.已完成_ch)
- Me.Panel1.Controls.Add(Me.副檔名_tb)
- Me.Panel1.Controls.Add(Me.核准_ch)
- Me.Panel1.Controls.Add(Me.圖片庫_tb)
- Me.Panel1.Controls.Add(Me.會議編號_tb)
- Me.Panel1.Controls.Add(Me.檔案路徑_tb)
- Me.Panel1.Controls.Add(Me.新建議題_rbt)
- Me.Panel1.Location = New System.Drawing.Point(477, 400)
- Me.Panel1.Name = "Panel1"
- Me.Panel1.Size = New System.Drawing.Size(549, 87)
- Me.Panel1.TabIndex = 1852
- Me.Panel1.Visible = False
- '
- '核准_tb
- '
- Me.核准_tb.AllowDrop = True
- Me.核准_tb.ForeColor = System.Drawing.Color.Black
- Me.核准_tb.Location = New System.Drawing.Point(247, 32)
- Me.核准_tb.Name = "核准_tb"
- Me.核准_tb.Size = New System.Drawing.Size(116, 23)
- Me.核准_tb.TabIndex = 1852
- '
- 'Label1
- '
- Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label1.AutoSize = True
- Me.Label1.BackColor = System.Drawing.Color.Transparent
- Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.Label1.ForeColor = System.Drawing.Color.Red
- Me.Label1.Location = New System.Drawing.Point(127, 62)
- Me.Label1.Name = "Label1"
- Me.Label1.Size = New System.Drawing.Size(187, 16)
- Me.Label1.TabIndex = 1851
- Me.Label1.Text = "需要新建議題時要先按下新建按鈕"
- Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '文件號_tb
- '
- Me.文件號_tb.Enabled = False
- 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(125, 3)
- Me.文件號_tb.Name = "文件號_tb"
- Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
- Me.文件號_tb.TabIndex = 1676
- '
- '已完成_ch
- '
- Me.已完成_ch.AutoSize = True
- Me.已完成_ch.BackColor = System.Drawing.Color.Transparent
- Me.已完成_ch.Location = New System.Drawing.Point(3, 61)
- Me.已完成_ch.Name = "已完成_ch"
- Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
- Me.已完成_ch.TabIndex = 1469
- Me.已完成_ch.Text = "已完成"
- Me.已完成_ch.UseVisualStyleBackColor = False
- '
- '副檔名_tb
- '
- Me.副檔名_tb.Enabled = False
- 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(125, 32)
- Me.副檔名_tb.Name = "副檔名_tb"
- Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
- Me.副檔名_tb.TabIndex = 1675
- '
- '核准_ch
- '
- Me.核准_ch.AutoSize = True
- Me.核准_ch.BackColor = System.Drawing.Color.Transparent
- Me.核准_ch.Location = New System.Drawing.Point(71, 61)
- Me.核准_ch.Name = "核准_ch"
- Me.核准_ch.Size = New System.Drawing.Size(50, 20)
- Me.核准_ch.TabIndex = 1842
- Me.核准_ch.Text = "核准"
- Me.核准_ch.UseVisualStyleBackColor = False
- '
- '圖片庫_tb
- '
- Me.圖片庫_tb.AllowDrop = True
- Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
- Me.圖片庫_tb.Location = New System.Drawing.Point(3, 32)
- Me.圖片庫_tb.Name = "圖片庫_tb"
- Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
- Me.圖片庫_tb.TabIndex = 1674
- '
- '會議編號_tb
- '
- Me.會議編號_tb.AllowDrop = True
- Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
- Me.會議編號_tb.Location = New System.Drawing.Point(247, 3)
- Me.會議編號_tb.Name = "會議編號_tb"
- Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
- Me.會議編號_tb.TabIndex = 1673
- '
- '檔案路徑_tb
- '
- Me.檔案路徑_tb.AllowDrop = True
- Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
- Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
- Me.檔案路徑_tb.Multiline = True
- Me.檔案路徑_tb.Name = "檔案路徑_tb"
- Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
- Me.檔案路徑_tb.TabIndex = 1672
- '
- 'Panel2
- '
- Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Panel2.BackColor = System.Drawing.Color.Transparent
- Me.Panel2.Controls.Add(Me.已完成_bt)
- Me.Panel2.Controls.Add(Me.取消_ch)
- Me.Panel2.Controls.Add(Me.通過_ch)
- Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
- Me.Panel2.Controls.Add(Me.長期執行_ch)
- Me.Panel2.Location = New System.Drawing.Point(576, 282)
- Me.Panel2.Name = "Panel2"
- Me.Panel2.Size = New System.Drawing.Size(458, 25)
- Me.Panel2.TabIndex = 1841
- '
- '已完成_bt
- '
- Me.已完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(4, 0)
- Me.已完成_bt.Name = "已完成_bt"
- Me.已完成_bt.Size = New System.Drawing.Size(78, 25)
- Me.已完成_bt.TabIndex = 1845
- Me.已完成_bt.Text = "已完成"
- Me.已完成_bt.UseVisualStyleBackColor = True
- '
- '取消_ch
- '
- Me.取消_ch.AutoSize = True
- Me.取消_ch.BackColor = System.Drawing.Color.Transparent
- Me.取消_ch.Location = New System.Drawing.Point(280, 3)
- Me.取消_ch.Name = "取消_ch"
- Me.取消_ch.Size = New System.Drawing.Size(50, 20)
- Me.取消_ch.TabIndex = 1844
- Me.取消_ch.Text = "取消"
- Me.取消_ch.UseVisualStyleBackColor = False
- '
- '通過_ch
- '
- Me.通過_ch.AutoSize = True
- Me.通過_ch.BackColor = System.Drawing.Color.Transparent
- Me.通過_ch.Checked = True
- Me.通過_ch.CheckState = System.Windows.Forms.CheckState.Checked
- Me.通過_ch.Location = New System.Drawing.Point(222, 3)
- Me.通過_ch.Name = "通過_ch"
- Me.通過_ch.Size = New System.Drawing.Size(50, 20)
- Me.通過_ch.TabIndex = 1843
- Me.通過_ch.Text = "通過"
- Me.通過_ch.UseVisualStyleBackColor = False
- '
- '已完成資料顯示_ch
- '
- Me.已完成資料顯示_ch.AutoSize = True
- Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent
- Me.已完成資料顯示_ch.Location = New System.Drawing.Point(338, 3)
- Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
- Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
- Me.已完成資料顯示_ch.TabIndex = 1673
- Me.已完成資料顯示_ch.Text = "已完成資料顯示"
- Me.已完成資料顯示_ch.UseVisualStyleBackColor = False
- '
- '長期執行_ch
- '
- Me.長期執行_ch.AutoSize = True
- Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent
- Me.長期執行_ch.Location = New System.Drawing.Point(83, 3)
- Me.長期執行_ch.Name = "長期執行_ch"
- Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
- Me.長期執行_ch.TabIndex = 1470
- Me.長期執行_ch.Text = "長期執行"
- Me.長期執行_ch.UseVisualStyleBackColor = False
- '
- '圖片清單_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.BackgroundColor = System.Drawing.Color.White
- Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
- Me.圖片清單_dgv.Name = "圖片清單_dgv"
- Me.圖片清單_dgv.RowHeadersWidth = 5
- Me.圖片清單_dgv.RowTemplate.Height = 24
- Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
- Me.圖片清單_dgv.TabIndex = 1854
- '
- 'SplitContainer1
- '
- Me.SplitContainer1.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.SplitContainer1.Location = New System.Drawing.Point(-1, -1)
- Me.SplitContainer1.Name = "SplitContainer1"
- Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
- '
- 'SplitContainer1.Panel1
- '
- Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_lb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.Panel2)
- Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_nud)
- Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_lb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_cb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_cb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_lb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_cb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_lb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_dgv)
- Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_lb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.刪除執行人_bt)
- Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
- Me.SplitContainer1.Panel1.Controls.Add(Me.新建執行人_bt)
- Me.SplitContainer1.Panel1.Controls.Add(Me.備註_lb)
- '
- 'SplitContainer1.Panel2
- '
- Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
- Me.SplitContainer1.Size = New System.Drawing.Size(1037, 617)
- Me.SplitContainer1.SplitterDistance = 308
- Me.SplitContainer1.SplitterWidth = 2
- Me.SplitContainer1.TabIndex = 1856
- '
- '字體大小_lb
- '
- Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.字體大小_lb.AutoSize = True
- Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
- Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.字體大小_lb.Location = New System.Drawing.Point(468, 5)
- Me.字體大小_lb.Name = "字體大小_lb"
- Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
- Me.字體大小_lb.TabIndex = 1847
- Me.字體大小_lb.Text = "字體大小"
- Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '字體大小_nud
- '
- Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.字體大小_nud.BackColor = System.Drawing.Color.White
- Me.字體大小_nud.ForeColor = System.Drawing.Color.Black
- Me.字體大小_nud.Location = New System.Drawing.Point(525, 2)
- Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
- Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
- Me.字體大小_nud.Name = "字體大小_nud"
- Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
- Me.字體大小_nud.TabIndex = 1846
- Me.字體大小_nud.Value = New Decimal(New Integer() {12, 0, 0, 0})
- '
- '細項說明_lb
- '
- Me.細項說明_lb.AutoSize = True
- Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent
- Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.細項說明_lb.Location = New System.Drawing.Point(6, 6)
- Me.細項說明_lb.Name = "細項說明_lb"
- Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
- Me.細項說明_lb.TabIndex = 1826
- Me.細項說明_lb.Text = "細項說明"
- Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '預計完成_cb
- '
- Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.預計完成_cb.FormattingEnabled = True
- Me.預計完成_cb.Location = New System.Drawing.Point(67, 257)
- Me.預計完成_cb.Name = "預計完成_cb"
- Me.預計完成_cb.Size = New System.Drawing.Size(508, 24)
- Me.預計完成_cb.TabIndex = 1833
- '
- '執行人_cb
- '
- Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行人_cb.FormattingEnabled = True
- Me.執行人_cb.Location = New System.Drawing.Point(928, 3)
- Me.執行人_cb.Name = "執行人_cb"
- Me.執行人_cb.Size = New System.Drawing.Size(105, 24)
- Me.執行人_cb.TabIndex = 1836
- '
- '預計完成_lb
- '
- Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.預計完成_lb.AutoSize = True
- Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent
- Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.預計完成_lb.Location = New System.Drawing.Point(6, 260)
- Me.預計完成_lb.Name = "預計完成_lb"
- Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
- Me.預計完成_lb.TabIndex = 1832
- Me.預計完成_lb.Text = "預計完成"
- Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '執行情況_cb
- '
- Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行情況_cb.FormattingEnabled = True
- Me.執行情況_cb.Location = New System.Drawing.Point(67, 282)
- Me.執行情況_cb.Name = "執行情況_cb"
- Me.執行情況_cb.Size = New System.Drawing.Size(508, 24)
- Me.執行情況_cb.TabIndex = 1831
- '
- '執行情況_lb
- '
- Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.執行情況_lb.AutoSize = True
- Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent
- Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.執行情況_lb.Location = New System.Drawing.Point(6, 285)
- Me.執行情況_lb.Name = "執行情況_lb"
- Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
- Me.執行情況_lb.TabIndex = 1830
- Me.執行情況_lb.Text = "執行情況"
- Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '執行人_dgv
- '
- Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
- Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.執行人_dgv.Location = New System.Drawing.Point(876, 65)
- Me.執行人_dgv.Name = "執行人_dgv"
- Me.執行人_dgv.RowHeadersWidth = 5
- Me.執行人_dgv.RowTemplate.Height = 24
- Me.執行人_dgv.Size = New System.Drawing.Size(157, 216)
- Me.執行人_dgv.TabIndex = 1817
- '
- '執行人_lb
- '
- Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行人_lb.AutoSize = True
- Me.執行人_lb.BackColor = System.Drawing.Color.Transparent
- Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.執行人_lb.Location = New System.Drawing.Point(883, 7)
- Me.執行人_lb.Name = "執行人_lb"
- Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
- Me.執行人_lb.TabIndex = 1834
- Me.執行人_lb.Text = "執行人"
- Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '刪除執行人_bt
- '
- Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
- Me.刪除執行人_bt.Location = New System.Drawing.Point(955, 28)
- Me.刪除執行人_bt.Name = "刪除執行人_bt"
- Me.刪除執行人_bt.Size = New System.Drawing.Size(78, 35)
- Me.刪除執行人_bt.TabIndex = 1837
- Me.刪除執行人_bt.Text = "刪除"
- Me.刪除執行人_bt.UseVisualStyleBackColor = True
- '
- '細項說明_tb
- '
- Me.細項說明_tb.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.細項說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.細項說明_tb.Location = New System.Drawing.Point(5, 28)
- Me.細項說明_tb.Multiline = True
- Me.細項說明_tb.Name = "細項說明_tb"
- Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.細項說明_tb.Size = New System.Drawing.Size(570, 227)
- Me.細項說明_tb.TabIndex = 1827
- '
- '備註_tb
- '
- Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.備註_tb.Location = New System.Drawing.Point(577, 28)
- Me.備註_tb.Multiline = True
- Me.備註_tb.Name = "備註_tb"
- Me.備註_tb.Size = New System.Drawing.Size(298, 253)
- Me.備註_tb.TabIndex = 1820
- '
- '新建執行人_bt
- '
- Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- 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(876, 28)
- Me.新建執行人_bt.Name = "新建執行人_bt"
- Me.新建執行人_bt.Size = New System.Drawing.Size(78, 35)
- Me.新建執行人_bt.TabIndex = 1838
- Me.新建執行人_bt.Text = "新建執行人"
- Me.新建執行人_bt.UseVisualStyleBackColor = True
- '
- '備註_lb
- '
- Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.備註_lb.AutoSize = True
- Me.備註_lb.BackColor = System.Drawing.Color.Transparent
- Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.備註_lb.Location = New System.Drawing.Point(581, 6)
- Me.備註_lb.Name = "備註_lb"
- Me.備註_lb.Size = New System.Drawing.Size(55, 16)
- Me.備註_lb.TabIndex = 1835
- Me.備註_lb.Text = "主管備註"
- Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- 'SplitContainer2
- '
- Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
- Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
- Me.SplitContainer2.Name = "SplitContainer2"
- Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
- '
- 'SplitContainer2.Panel1
- '
- Me.SplitContainer2.Panel1.Controls.Add(Me.會議記錄表_dgv)
- '
- 'SplitContainer2.Panel2
- '
- Me.SplitContainer2.Panel2.Controls.Add(Me.會議記錄表1_dgv)
- Me.SplitContainer2.Size = New System.Drawing.Size(1037, 307)
- Me.SplitContainer2.SplitterDistance = 153
- Me.SplitContainer2.SplitterWidth = 1
- Me.SplitContainer2.TabIndex = 1817
- '
- '會議記錄表_dgv
- '
- 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.BackgroundColor = System.Drawing.Color.White
- Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.會議記錄表_dgv.Location = New System.Drawing.Point(3, 1)
- Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
- Me.會議記錄表_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
- Me.會議記錄表_dgv.RowTemplate.Height = 24
- Me.會議記錄表_dgv.Size = New System.Drawing.Size(1031, 152)
- Me.會議記錄表_dgv.TabIndex = 1816
- '
- '會議記錄表1_dgv
- '
- Me.會議記錄表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.會議記錄表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.會議記錄表1_dgv.BackgroundColor = System.Drawing.Color.White
- Me.會議記錄表1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.會議記錄表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.會議記錄表1_dgv.Location = New System.Drawing.Point(3, 0)
- Me.會議記錄表1_dgv.Name = "會議記錄表1_dgv"
- Me.會議記錄表1_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
- Me.會議記錄表1_dgv.RowTemplate.Height = 24
- Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1031, 159)
- Me.會議記錄表1_dgv.TabIndex = 1817
- '
- '會議日期_lb
- '
- Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.會議日期_lb.AutoSize = True
- Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent
- Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
- Me.會議日期_lb.Location = New System.Drawing.Point(10, 6)
- Me.會議日期_lb.Name = "會議日期_lb"
- Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
- Me.會議日期_lb.TabIndex = 1825
- Me.會議日期_lb.Text = "立案日期"
- '
- '會議日期_dtp
- '
- Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
- Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
- Me.會議日期_dtp.Location = New System.Drawing.Point(67, 2)
- Me.會議日期_dtp.Name = "會議日期_dtp"
- Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
- Me.會議日期_dtp.TabIndex = 1824
- '
- '會議項目_lb
- '
- Me.會議項目_lb.AutoSize = True
- Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent
- Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.會議項目_lb.Location = New System.Drawing.Point(4, 5)
- Me.會議項目_lb.Name = "會議項目_lb"
- Me.會議項目_lb.Size = New System.Drawing.Size(84, 16)
- Me.會議項目_lb.TabIndex = 1821
- Me.會議項目_lb.Text = "會議/專案項目"
- Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '地點_cb
- '
- Me.地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.地點_cb.FormattingEnabled = True
- Me.地點_cb.Items.AddRange(New Object() {"3F 會議室"})
- Me.地點_cb.Location = New System.Drawing.Point(64, 28)
- Me.地點_cb.Name = "地點_cb"
- Me.地點_cb.Size = New System.Drawing.Size(171, 24)
- Me.地點_cb.TabIndex = 1819
- '
- '地點_lb
- '
- Me.地點_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.地點_lb.AutoSize = True
- Me.地點_lb.BackColor = System.Drawing.Color.Transparent
- Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.地點_lb.ForeColor = System.Drawing.Color.Black
- Me.地點_lb.Location = New System.Drawing.Point(5, 32)
- Me.地點_lb.Name = "地點_lb"
- Me.地點_lb.Size = New System.Drawing.Size(55, 16)
- Me.地點_lb.TabIndex = 1818
- Me.地點_lb.Text = "會議地點"
- Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '會議項目_tb
- '
- Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.會議項目_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.會議項目_tb.Location = New System.Drawing.Point(89, 2)
- Me.會議項目_tb.Name = "會議項目_tb"
- Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
- Me.會議項目_tb.Size = New System.Drawing.Size(490, 23)
- Me.會議項目_tb.TabIndex = 1823
- '
- '執行時間_lb
- '
- Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行時間_lb.AutoSize = True
- Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent
- Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.執行時間_lb.Location = New System.Drawing.Point(5, 7)
- Me.執行時間_lb.Name = "執行時間_lb"
- Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
- Me.執行時間_lb.TabIndex = 1828
- Me.執行時間_lb.Text = "執行時間"
- Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
- '
- '執行時間_cb
- '
- Me.執行時間_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.執行時間_cb.FormattingEnabled = True
- Me.執行時間_cb.Location = New System.Drawing.Point(64, 3)
- Me.執行時間_cb.Name = "執行時間_cb"
- Me.執行時間_cb.Size = New System.Drawing.Size(171, 24)
- Me.執行時間_cb.TabIndex = 1829
- '
- 'ToolTip1
- '
- Me.ToolTip1.AutoPopDelay = 5000
- Me.ToolTip1.InitialDelay = 500
- Me.ToolTip1.IsBalloon = True
- Me.ToolTip1.ReshowDelay = 100
- Me.ToolTip1.ToolTipTitle = "系統說明"
- '
- 'OpenFileDialog1
- '
- Me.OpenFileDialog1.FileName = "OpenFileDialog1"
- Me.OpenFileDialog1.Multiselect = True
- '
- 'Panel4
- '
- Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Panel4.Controls.Add(Me.刪除_rtb)
- Me.Panel4.Controls.Add(Me.存檔_rbt)
- Me.Panel4.Controls.Add(Me.執行時間_cb)
- Me.Panel4.Controls.Add(Me.作廢_tb)
- Me.Panel4.Controls.Add(Me.執行時間_lb)
- Me.Panel4.Controls.Add(Me.核准_bt)
- Me.Panel4.Controls.Add(Me.地點_lb)
- Me.Panel4.Controls.Add(Me.地點_cb)
- Me.Panel4.Location = New System.Drawing.Point(887, 0)
- Me.Panel4.Name = "Panel4"
- Me.Panel4.Size = New System.Drawing.Size(461, 54)
- Me.Panel4.TabIndex = 1857
- '
- 'TabControl1
- '
- Me.TabControl1.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.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
- Me.TabControl1.Controls.Add(Me.TabPage1)
- Me.TabControl1.Controls.Add(Me.TabPage2)
- Me.TabControl1.Location = New System.Drawing.Point(304, 30)
- Me.TabControl1.Name = "TabControl1"
- Me.TabControl1.SelectedIndex = 0
- Me.TabControl1.Size = New System.Drawing.Size(1045, 652)
- Me.TabControl1.TabIndex = 1858
- '
- 'TabPage1
- '
- Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TabPage1.Controls.Add(Me.會議記錄表2_dgv)
- Me.TabPage1.Controls.Add(Me.Label2)
- Me.TabPage1.Controls.Add(Me.人員_dgv)
- Me.TabPage1.Controls.Add(Me.PDF_P)
- Me.TabPage1.Controls.Add(Me.圖片_P)
- Me.TabPage1.Location = New System.Drawing.Point(4, 28)
- Me.TabPage1.Name = "TabPage1"
- Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage1.Size = New System.Drawing.Size(1037, 620)
- Me.TabPage1.TabIndex = 0
- Me.TabPage1.Text = "會議記錄與簽名"
- Me.TabPage1.UseVisualStyleBackColor = True
- '
- '會議記錄表2_dgv
- '
- Me.會議記錄表2_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.會議記錄表2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.會議記錄表2_dgv.BackgroundColor = System.Drawing.Color.White
- Me.會議記錄表2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.會議記錄表2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.會議記錄表2_dgv.Location = New System.Drawing.Point(1, 1)
- Me.會議記錄表2_dgv.Name = "會議記錄表2_dgv"
- Me.會議記錄表2_dgv.RowHeadersWidth = 5
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
- Me.會議記錄表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
- Me.會議記錄表2_dgv.RowTemplate.Height = 24
- Me.會議記錄表2_dgv.Size = New System.Drawing.Size(193, 613)
- Me.會議記錄表2_dgv.TabIndex = 1880
- '
- 'Label2
- '
- Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Label2.AutoSize = True
- Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
- Me.Label2.Location = New System.Drawing.Point(644, 2)
- Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
- Me.Label2.Name = "Label2"
- Me.Label2.Size = New System.Drawing.Size(55, 16)
- Me.Label2.TabIndex = 1878
- Me.Label2.Text = "簽核人員"
- '
- '人員_dgv
- '
- Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
- Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
- Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
- Me.人員_dgv.Location = New System.Drawing.Point(643, 20)
- Me.人員_dgv.Name = "人員_dgv"
- Me.人員_dgv.RowHeadersWidth = 5
- Me.人員_dgv.RowTemplate.Height = 24
- Me.人員_dgv.Size = New System.Drawing.Size(393, 596)
- Me.人員_dgv.TabIndex = 1877
- '
- '圖片_P
- '
- Me.圖片_P.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.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.圖片_P.Controls.Add(Me.圖片1_pb)
- Me.圖片_P.Location = New System.Drawing.Point(196, -1)
- Me.圖片_P.Name = "圖片_P"
- Me.圖片_P.Size = New System.Drawing.Size(448, 617)
- Me.圖片_P.TabIndex = 1879
- '
- 'PDF_P
- '
- Me.PDF_P.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.PDF_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.PDF_P.Controls.Add(Me.RadPdfViewer1)
- Me.PDF_P.Controls.Add(Me.RadPdfViewerNavigator1)
- Me.PDF_P.Location = New System.Drawing.Point(196, -1)
- Me.PDF_P.Name = "PDF_P"
- Me.PDF_P.Size = New System.Drawing.Size(448, 617)
- Me.PDF_P.TabIndex = 1881
- '
- 'RadPdfViewer1
- '
- Me.RadPdfViewer1.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.RadPdfViewer1.BackColor = System.Drawing.SystemColors.ControlLightLight
- Me.RadPdfViewer1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.RadPdfViewer1.Location = New System.Drawing.Point(0, 38)
- Me.RadPdfViewer1.Name = "RadPdfViewer1"
- '
- '
- '
- Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 445, 579)
- Me.RadPdfViewer1.Size = New System.Drawing.Size(445, 576)
- Me.RadPdfViewer1.TabIndex = 1
- Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15!
- '
- 'RadPdfViewerNavigator1
- '
- Me.RadPdfViewerNavigator1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.RadPdfViewerNavigator1.BackColor = System.Drawing.SystemColors.ControlLightLight
- Me.RadPdfViewerNavigator1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
- Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(0, 1)
- Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1"
- '
- '
- '
- Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 0, 0)
- Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(445, 38)
- Me.RadPdfViewerNavigator1.TabIndex = 0
- '
- 'TabPage2
- '
- Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.TabPage2.Controls.Add(Me.SplitContainer1)
- Me.TabPage2.Location = New System.Drawing.Point(4, 28)
- Me.TabPage2.Name = "TabPage2"
- Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
- Me.TabPage2.Size = New System.Drawing.Size(1037, 620)
- Me.TabPage2.TabIndex = 1
- Me.TabPage2.Text = "專案項目追蹤功能"
- Me.TabPage2.UseVisualStyleBackColor = True
- '
- 'Panel5
- '
- Me.Panel5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Panel5.Controls.Add(Me.會議項目_lb)
- Me.Panel5.Controls.Add(Me.會議項目_tb)
- Me.Panel5.Location = New System.Drawing.Point(306, 1)
- Me.Panel5.Name = "Panel5"
- Me.Panel5.Size = New System.Drawing.Size(582, 27)
- Me.Panel5.TabIndex = 1859
- '
- 'Panel6
- '
- Me.Panel6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.Panel6.Controls.Add(Me.會議日期_dtp)
- Me.Panel6.Controls.Add(Me.會議日期_lb)
- Me.Panel6.Location = New System.Drawing.Point(731, 27)
- Me.Panel6.Name = "Panel6"
- Me.Panel6.Size = New System.Drawing.Size(157, 27)
- Me.Panel6.TabIndex = 1860
- '
- '刪除_rtb
- '
- Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
- Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.刪除_rtb.Location = New System.Drawing.Point(389, 2)
- Me.刪除_rtb.Name = "刪除_rtb"
- Me.刪除_rtb.Size = New System.Drawing.Size(50, 50)
- Me.刪除_rtb.TabIndex = 1850
- Me.刪除_rtb.UseVisualStyleBackColor = True
- '
- '存檔_rbt
- '
- Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
- Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.存檔_rbt.Location = New System.Drawing.Point(239, 3)
- Me.存檔_rbt.Name = "存檔_rbt"
- Me.存檔_rbt.Size = New System.Drawing.Size(50, 50)
- Me.存檔_rbt.TabIndex = 1849
- Me.存檔_rbt.UseVisualStyleBackColor = True
- '
- '作廢_tb
- '
- Me.作廢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
- Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.作廢_tb.Location = New System.Drawing.Point(339, 2)
- Me.作廢_tb.Name = "作廢_tb"
- Me.作廢_tb.Size = New System.Drawing.Size(50, 50)
- Me.作廢_tb.TabIndex = 1854
- Me.作廢_tb.UseVisualStyleBackColor = True
- '
- '核准_bt
- '
- Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
- Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.核准_bt.Location = New System.Drawing.Point(289, 3)
- Me.核准_bt.Name = "核准_bt"
- Me.核准_bt.Size = New System.Drawing.Size(50, 50)
- Me.核准_bt.TabIndex = 1853
- Me.核准_bt.UseVisualStyleBackColor = True
- '
- '圖檔入系統_rbt
- '
- Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
- Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
- Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
- Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
- Me.圖檔入系統_rbt.TabIndex = 1850
- Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
- '
- '讀取資料夾路徑_rbt
- '
- Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
- Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
- Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
- Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
- Me.讀取資料夾路徑_rbt.TabIndex = 1849
- Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
- '
- 'PB5
- '
- Me.PB5.BackColor = System.Drawing.Color.White
- Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
- Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB5.Location = New System.Drawing.Point(2, 281)
- Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB5.Name = "PB5"
- Me.PB5.Size = New System.Drawing.Size(149, 119)
- Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB5.TabIndex = 1703
- Me.PB5.TabStop = False
- '
- 'PB4
- '
- Me.PB4.BackColor = System.Drawing.Color.White
- Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
- Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB4.Location = New System.Drawing.Point(153, 159)
- Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB4.Name = "PB4"
- Me.PB4.Size = New System.Drawing.Size(149, 119)
- Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB4.TabIndex = 1702
- Me.PB4.TabStop = False
- '
- 'PB1
- '
- Me.PB1.BackColor = System.Drawing.Color.White
- Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
- Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB1.Location = New System.Drawing.Point(2, 37)
- Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB1.Name = "PB1"
- Me.PB1.Size = New System.Drawing.Size(149, 119)
- Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB1.TabIndex = 1696
- Me.PB1.TabStop = False
- '
- 'PB2
- '
- Me.PB2.BackColor = System.Drawing.Color.White
- Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
- Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB2.Location = New System.Drawing.Point(153, 37)
- Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB2.Name = "PB2"
- Me.PB2.Size = New System.Drawing.Size(149, 119)
- Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB2.TabIndex = 1698
- Me.PB2.TabStop = False
- '
- 'PB3
- '
- Me.PB3.BackColor = System.Drawing.Color.White
- Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
- Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB3.Location = New System.Drawing.Point(2, 159)
- Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB3.Name = "PB3"
- Me.PB3.Size = New System.Drawing.Size(149, 119)
- Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB3.TabIndex = 1700
- Me.PB3.TabStop = False
- '
- 'PB6
- '
- Me.PB6.BackColor = System.Drawing.Color.White
- Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
- Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.PB6.Location = New System.Drawing.Point(153, 281)
- Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.PB6.Name = "PB6"
- Me.PB6.Size = New System.Drawing.Size(149, 119)
- Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.PB6.TabIndex = 1697
- Me.PB6.TabStop = False
- '
- '新建議題_rbt
- '
- Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
- Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
- Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.新建議題_rbt.Location = New System.Drawing.Point(484, 3)
- Me.新建議題_rbt.Name = "新建議題_rbt"
- Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
- Me.新建議題_rbt.TabIndex = 1848
- Me.新建議題_rbt.UseVisualStyleBackColor = True
- '
- '圖片_pb
- '
- Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
- Me.圖片_pb.BackColor = System.Drawing.Color.White
- Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
- Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
- Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.圖片_pb.Name = "圖片_pb"
- Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
- Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.圖片_pb.TabIndex = 1853
- Me.圖片_pb.TabStop = False
- '
- '圖片1_pb
- '
- Me.圖片1_pb.BackColor = System.Drawing.Color.White
- Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
- Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
- Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
- Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
- Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
- Me.圖片1_pb.Name = "圖片1_pb"
- Me.圖片1_pb.Size = New System.Drawing.Size(446, 615)
- Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
- Me.圖片1_pb.TabIndex = 1854
- Me.圖片1_pb.TabStop = False
- '
- '專案及會議執行
- '
- Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
- Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
- Me.ClientSize = New System.Drawing.Size(1349, 681)
- Me.Controls.Add(Me.Panel4)
- Me.Controls.Add(Me.Panel6)
- Me.Controls.Add(Me.Panel5)
- Me.Controls.Add(Me.Panel3)
- Me.Controls.Add(Me.Panel1)
- Me.Controls.Add(Me.圖片清單_dgv)
- Me.Controls.Add(Me.圖片_pb)
- Me.Controls.Add(Me.TabControl1)
- 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(4)
- Me.Name = "專案及會議執行"
- Me.Text = "專案及會議執行"
- Me.Panel3.ResumeLayout(False)
- Me.Panel1.ResumeLayout(False)
- Me.Panel1.PerformLayout()
- Me.Panel2.ResumeLayout(False)
- Me.Panel2.PerformLayout()
- CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.Panel1.ResumeLayout(False)
- Me.SplitContainer1.Panel1.PerformLayout()
- Me.SplitContainer1.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer1.ResumeLayout(False)
- CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer2.Panel1.ResumeLayout(False)
- Me.SplitContainer2.Panel2.ResumeLayout(False)
- CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
- Me.SplitContainer2.ResumeLayout(False)
- CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.Panel4.ResumeLayout(False)
- Me.Panel4.PerformLayout()
- Me.TabControl1.ResumeLayout(False)
- Me.TabPage1.ResumeLayout(False)
- Me.TabPage1.PerformLayout()
- CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
- Me.圖片_P.ResumeLayout(False)
- Me.PDF_P.ResumeLayout(False)
- Me.PDF_P.PerformLayout()
- CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
- Me.TabPage2.ResumeLayout(False)
- Me.Panel5.ResumeLayout(False)
- Me.Panel5.PerformLayout()
- Me.Panel6.ResumeLayout(False)
- Me.Panel6.PerformLayout()
- CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
- CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
- Me.ResumeLayout(False)
-
- End Sub
-
- Friend WithEvents Panel3 As Panel
- Friend WithEvents 圖檔入系統_rbt As Button
- Friend WithEvents 讀取資料夾路徑_rbt As Button
- Friend WithEvents PB5 As PictureBox
- Friend WithEvents PB4 As PictureBox
- Friend WithEvents PB1 As PictureBox
- Friend WithEvents PB2 As PictureBox
- Friend WithEvents PB3 As PictureBox
- Friend WithEvents PB6 As PictureBox
- Friend WithEvents Panel1 As Panel
- Friend WithEvents 核准_ch As CheckBox
- Friend WithEvents 文件號_tb As TextBox
- Friend WithEvents 副檔名_tb As TextBox
- Friend WithEvents 圖片庫_tb As TextBox
- Friend WithEvents 會議編號_tb As TextBox
- Friend WithEvents 檔案路徑_tb As TextBox
- Friend WithEvents Panel2 As Panel
- Friend WithEvents 已完成_ch As CheckBox
- Friend WithEvents 已完成資料顯示_ch As CheckBox
- Friend WithEvents 長期執行_ch As CheckBox
- Friend WithEvents 圖片清單_dgv As DataGridView
- Friend WithEvents 圖片_pb As PictureBox
- Friend WithEvents SplitContainer1 As SplitContainer
- Friend WithEvents Label1 As Label
- Friend WithEvents 字體大小_lb As Label
- Friend WithEvents 會議日期_lb As Label
- Friend WithEvents 刪除_rtb As Button
- Friend WithEvents 會議日期_dtp As DateTimePicker
- Friend WithEvents 字體大小_nud As NumericUpDown
- Friend WithEvents 會議項目_lb As Label
- Friend WithEvents 存檔_rbt As Button
- Friend WithEvents 地點_cb As ComboBox
- Friend WithEvents 細項說明_lb As Label
- Friend WithEvents 地點_lb As Label
- Friend WithEvents 預計完成_cb As ComboBox
- Friend WithEvents 執行人_cb As ComboBox
- Friend WithEvents 預計完成_lb As Label
- Friend WithEvents 會議項目_tb As TextBox
- Friend WithEvents 新建議題_rbt As Button
- Friend WithEvents 執行情況_cb As ComboBox
- Friend WithEvents 執行情況_lb As Label
- Friend WithEvents 執行人_dgv As DataGridView
- Friend WithEvents 執行時間_lb As Label
- Friend WithEvents 執行人_lb As Label
- Friend WithEvents 刪除執行人_bt As Button
- Friend WithEvents 細項說明_tb As TextBox
- Friend WithEvents 備註_tb As TextBox
- Friend WithEvents 新建執行人_bt As Button
- Friend WithEvents 備註_lb As Label
- Friend WithEvents 執行時間_cb As ComboBox
- Friend WithEvents 會議記錄表_dgv As DataGridView
- Friend WithEvents ToolTip1 As ToolTip
- Friend WithEvents OpenFileDialog1 As OpenFileDialog
- Friend WithEvents 作廢_tb As Button
- Friend WithEvents 核准_bt As Button
- Friend WithEvents 通過_ch As CheckBox
- Friend WithEvents 取消_ch As CheckBox
- Friend WithEvents 已完成_bt As Button
- Friend WithEvents 核准_tb As TextBox
- Friend WithEvents SplitContainer2 As SplitContainer
- Friend WithEvents 會議記錄表1_dgv As DataGridView
- Friend WithEvents Panel4 As Panel
- Friend WithEvents TabControl1 As TabControl
- Friend WithEvents TabPage1 As TabPage
- Friend WithEvents TabPage2 As TabPage
- Friend WithEvents Panel5 As Panel
- Friend WithEvents Panel6 As Panel
- Friend WithEvents 圖片_P As Panel
- Friend WithEvents Label2 As Label
- Friend WithEvents 人員_dgv As DataGridView
- Friend WithEvents 會議記錄表2_dgv As DataGridView
- Friend WithEvents PDF_P As Panel
- Friend WithEvents 圖片1_pb As PictureBox
- Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer
- Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
- End Class
|