Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

專案及會議執行.Designer.vb 67KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245
  1. <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
  2. Partial Class 專案及會議執行
  3. Inherits System.Windows.Forms.Form
  4. 'Form 覆寫 Dispose 以清除元件清單。
  5. <System.Diagnostics.DebuggerNonUserCode()>
  6. Protected Overrides Sub Dispose(ByVal disposing As Boolean)
  7. Try
  8. If disposing AndAlso components IsNot Nothing Then
  9. components.Dispose()
  10. End If
  11. Finally
  12. MyBase.Dispose(disposing)
  13. End Try
  14. End Sub
  15. '為 Windows Form 設計工具的必要項
  16. Private components As System.ComponentModel.IContainer
  17. '注意: 以下為 Windows Form 設計工具所需的程序
  18. '可以使用 Windows Form 設計工具進行修改。
  19. '請勿使用程式碼編輯器進行修改。
  20. <System.Diagnostics.DebuggerStepThrough()>
  21. Private Sub InitializeComponent()
  22. Me.components = New System.ComponentModel.Container()
  23. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  24. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議執行))
  28. Me.Panel3 = New System.Windows.Forms.Panel()
  29. Me.Panel1 = New System.Windows.Forms.Panel()
  30. Me.核准_tb = New System.Windows.Forms.TextBox()
  31. Me.Label1 = New System.Windows.Forms.Label()
  32. Me.文件號_tb = New System.Windows.Forms.TextBox()
  33. Me.已完成_ch = New System.Windows.Forms.CheckBox()
  34. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  35. Me.核准_ch = New System.Windows.Forms.CheckBox()
  36. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  37. Me.會議編號_tb = New System.Windows.Forms.TextBox()
  38. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  39. Me.Panel2 = New System.Windows.Forms.Panel()
  40. Me.已完成_bt = New System.Windows.Forms.Button()
  41. Me.取消_ch = New System.Windows.Forms.CheckBox()
  42. Me.通過_ch = New System.Windows.Forms.CheckBox()
  43. Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
  44. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  45. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  46. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  47. Me.字體大小_lb = New System.Windows.Forms.Label()
  48. Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
  49. Me.細項說明_lb = New System.Windows.Forms.Label()
  50. Me.預計完成_cb = New System.Windows.Forms.ComboBox()
  51. Me.執行人_cb = New System.Windows.Forms.ComboBox()
  52. Me.預計完成_lb = New System.Windows.Forms.Label()
  53. Me.執行情況_cb = New System.Windows.Forms.ComboBox()
  54. Me.執行情況_lb = New System.Windows.Forms.Label()
  55. Me.執行人_dgv = New System.Windows.Forms.DataGridView()
  56. Me.執行人_lb = New System.Windows.Forms.Label()
  57. Me.刪除執行人_bt = New System.Windows.Forms.Button()
  58. Me.細項說明_tb = New System.Windows.Forms.TextBox()
  59. Me.備註_tb = New System.Windows.Forms.TextBox()
  60. Me.新建執行人_bt = New System.Windows.Forms.Button()
  61. Me.備註_lb = New System.Windows.Forms.Label()
  62. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  63. Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
  64. Me.會議記錄表1_dgv = New System.Windows.Forms.DataGridView()
  65. Me.會議日期_lb = New System.Windows.Forms.Label()
  66. Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
  67. Me.會議項目_lb = New System.Windows.Forms.Label()
  68. Me.地點_cb = New System.Windows.Forms.ComboBox()
  69. Me.地點_lb = New System.Windows.Forms.Label()
  70. Me.會議項目_tb = New System.Windows.Forms.TextBox()
  71. Me.執行時間_lb = New System.Windows.Forms.Label()
  72. Me.執行時間_cb = New System.Windows.Forms.ComboBox()
  73. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  74. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  75. Me.Panel4 = New System.Windows.Forms.Panel()
  76. Me.TabControl1 = New System.Windows.Forms.TabControl()
  77. Me.TabPage1 = New System.Windows.Forms.TabPage()
  78. Me.會議記錄表2_dgv = New System.Windows.Forms.DataGridView()
  79. Me.Label2 = New System.Windows.Forms.Label()
  80. Me.人員_dgv = New System.Windows.Forms.DataGridView()
  81. Me.圖片_P = New System.Windows.Forms.Panel()
  82. Me.PDF_P = New System.Windows.Forms.Panel()
  83. Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer()
  84. Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
  85. Me.TabPage2 = New System.Windows.Forms.TabPage()
  86. Me.Panel5 = New System.Windows.Forms.Panel()
  87. Me.Panel6 = New System.Windows.Forms.Panel()
  88. Me.刪除_rtb = New System.Windows.Forms.Button()
  89. Me.存檔_rbt = New System.Windows.Forms.Button()
  90. Me.作廢_tb = New System.Windows.Forms.Button()
  91. Me.核准_bt = New System.Windows.Forms.Button()
  92. Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
  93. Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
  94. Me.PB5 = New System.Windows.Forms.PictureBox()
  95. Me.PB4 = New System.Windows.Forms.PictureBox()
  96. Me.PB1 = New System.Windows.Forms.PictureBox()
  97. Me.PB2 = New System.Windows.Forms.PictureBox()
  98. Me.PB3 = New System.Windows.Forms.PictureBox()
  99. Me.PB6 = New System.Windows.Forms.PictureBox()
  100. Me.新建議題_rbt = New System.Windows.Forms.Button()
  101. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  102. Me.圖片1_pb = New System.Windows.Forms.PictureBox()
  103. Me.Panel3.SuspendLayout()
  104. Me.Panel1.SuspendLayout()
  105. Me.Panel2.SuspendLayout()
  106. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  107. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  108. Me.SplitContainer1.Panel1.SuspendLayout()
  109. Me.SplitContainer1.Panel2.SuspendLayout()
  110. Me.SplitContainer1.SuspendLayout()
  111. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  112. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  113. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  114. Me.SplitContainer2.Panel1.SuspendLayout()
  115. Me.SplitContainer2.Panel2.SuspendLayout()
  116. Me.SplitContainer2.SuspendLayout()
  117. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  118. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  119. Me.Panel4.SuspendLayout()
  120. Me.TabControl1.SuspendLayout()
  121. Me.TabPage1.SuspendLayout()
  122. CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  123. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  124. Me.圖片_P.SuspendLayout()
  125. Me.PDF_P.SuspendLayout()
  126. CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
  127. CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
  128. Me.TabPage2.SuspendLayout()
  129. Me.Panel5.SuspendLayout()
  130. Me.Panel6.SuspendLayout()
  131. CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
  132. CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
  133. CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
  134. CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
  135. CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
  136. CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
  137. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  138. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  139. Me.SuspendLayout()
  140. '
  141. 'Panel3
  142. '
  143. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  144. Me.Panel3.BackColor = System.Drawing.Color.Transparent
  145. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  146. Me.Panel3.Controls.Add(Me.圖檔入系統_rbt)
  147. Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt)
  148. Me.Panel3.Controls.Add(Me.PB5)
  149. Me.Panel3.Controls.Add(Me.PB4)
  150. Me.Panel3.Controls.Add(Me.PB1)
  151. Me.Panel3.Controls.Add(Me.PB2)
  152. Me.Panel3.Controls.Add(Me.PB3)
  153. Me.Panel3.Controls.Add(Me.PB6)
  154. Me.Panel3.Location = New System.Drawing.Point(1, 276)
  155. Me.Panel3.Name = "Panel3"
  156. Me.Panel3.Size = New System.Drawing.Size(305, 405)
  157. Me.Panel3.TabIndex = 1855
  158. '
  159. 'Panel1
  160. '
  161. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  162. Me.Panel1.Controls.Add(Me.核准_tb)
  163. Me.Panel1.Controls.Add(Me.Label1)
  164. Me.Panel1.Controls.Add(Me.文件號_tb)
  165. Me.Panel1.Controls.Add(Me.已完成_ch)
  166. Me.Panel1.Controls.Add(Me.副檔名_tb)
  167. Me.Panel1.Controls.Add(Me.核准_ch)
  168. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  169. Me.Panel1.Controls.Add(Me.會議編號_tb)
  170. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  171. Me.Panel1.Controls.Add(Me.新建議題_rbt)
  172. Me.Panel1.Location = New System.Drawing.Point(477, 400)
  173. Me.Panel1.Name = "Panel1"
  174. Me.Panel1.Size = New System.Drawing.Size(549, 87)
  175. Me.Panel1.TabIndex = 1852
  176. Me.Panel1.Visible = False
  177. '
  178. '核准_tb
  179. '
  180. Me.核准_tb.AllowDrop = True
  181. Me.核准_tb.ForeColor = System.Drawing.Color.Black
  182. Me.核准_tb.Location = New System.Drawing.Point(247, 32)
  183. Me.核准_tb.Name = "核准_tb"
  184. Me.核准_tb.Size = New System.Drawing.Size(116, 23)
  185. Me.核准_tb.TabIndex = 1852
  186. '
  187. 'Label1
  188. '
  189. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  190. Me.Label1.AutoSize = True
  191. Me.Label1.BackColor = System.Drawing.Color.Transparent
  192. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  193. Me.Label1.ForeColor = System.Drawing.Color.Red
  194. Me.Label1.Location = New System.Drawing.Point(127, 62)
  195. Me.Label1.Name = "Label1"
  196. Me.Label1.Size = New System.Drawing.Size(187, 16)
  197. Me.Label1.TabIndex = 1851
  198. Me.Label1.Text = "需要新建議題時要先按下新建按鈕"
  199. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  200. '
  201. '文件號_tb
  202. '
  203. Me.文件號_tb.Enabled = False
  204. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  205. Me.文件號_tb.Location = New System.Drawing.Point(125, 3)
  206. Me.文件號_tb.Name = "文件號_tb"
  207. Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
  208. Me.文件號_tb.TabIndex = 1676
  209. '
  210. '已完成_ch
  211. '
  212. Me.已完成_ch.AutoSize = True
  213. Me.已完成_ch.BackColor = System.Drawing.Color.Transparent
  214. Me.已完成_ch.Location = New System.Drawing.Point(3, 61)
  215. Me.已完成_ch.Name = "已完成_ch"
  216. Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
  217. Me.已完成_ch.TabIndex = 1469
  218. Me.已完成_ch.Text = "已完成"
  219. Me.已完成_ch.UseVisualStyleBackColor = False
  220. '
  221. '副檔名_tb
  222. '
  223. Me.副檔名_tb.Enabled = False
  224. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  225. Me.副檔名_tb.Location = New System.Drawing.Point(125, 32)
  226. Me.副檔名_tb.Name = "副檔名_tb"
  227. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  228. Me.副檔名_tb.TabIndex = 1675
  229. '
  230. '核准_ch
  231. '
  232. Me.核准_ch.AutoSize = True
  233. Me.核准_ch.BackColor = System.Drawing.Color.Transparent
  234. Me.核准_ch.Location = New System.Drawing.Point(71, 61)
  235. Me.核准_ch.Name = "核准_ch"
  236. Me.核准_ch.Size = New System.Drawing.Size(50, 20)
  237. Me.核准_ch.TabIndex = 1842
  238. Me.核准_ch.Text = "核准"
  239. Me.核准_ch.UseVisualStyleBackColor = False
  240. '
  241. '圖片庫_tb
  242. '
  243. Me.圖片庫_tb.AllowDrop = True
  244. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  245. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 32)
  246. Me.圖片庫_tb.Name = "圖片庫_tb"
  247. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  248. Me.圖片庫_tb.TabIndex = 1674
  249. '
  250. '會議編號_tb
  251. '
  252. Me.會議編號_tb.AllowDrop = True
  253. Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
  254. Me.會議編號_tb.Location = New System.Drawing.Point(247, 3)
  255. Me.會議編號_tb.Name = "會議編號_tb"
  256. Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
  257. Me.會議編號_tb.TabIndex = 1673
  258. '
  259. '檔案路徑_tb
  260. '
  261. Me.檔案路徑_tb.AllowDrop = True
  262. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  263. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  264. Me.檔案路徑_tb.Multiline = True
  265. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  266. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  267. Me.檔案路徑_tb.TabIndex = 1672
  268. '
  269. 'Panel2
  270. '
  271. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  272. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  273. Me.Panel2.Controls.Add(Me.已完成_bt)
  274. Me.Panel2.Controls.Add(Me.取消_ch)
  275. Me.Panel2.Controls.Add(Me.通過_ch)
  276. Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
  277. Me.Panel2.Controls.Add(Me.長期執行_ch)
  278. Me.Panel2.Location = New System.Drawing.Point(576, 282)
  279. Me.Panel2.Name = "Panel2"
  280. Me.Panel2.Size = New System.Drawing.Size(458, 25)
  281. Me.Panel2.TabIndex = 1841
  282. '
  283. '已完成_bt
  284. '
  285. Me.已完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  286. Me.已完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  287. Me.已完成_bt.Location = New System.Drawing.Point(4, 0)
  288. Me.已完成_bt.Name = "已完成_bt"
  289. Me.已完成_bt.Size = New System.Drawing.Size(78, 25)
  290. Me.已完成_bt.TabIndex = 1845
  291. Me.已完成_bt.Text = "已完成"
  292. Me.已完成_bt.UseVisualStyleBackColor = True
  293. '
  294. '取消_ch
  295. '
  296. Me.取消_ch.AutoSize = True
  297. Me.取消_ch.BackColor = System.Drawing.Color.Transparent
  298. Me.取消_ch.Location = New System.Drawing.Point(280, 3)
  299. Me.取消_ch.Name = "取消_ch"
  300. Me.取消_ch.Size = New System.Drawing.Size(50, 20)
  301. Me.取消_ch.TabIndex = 1844
  302. Me.取消_ch.Text = "取消"
  303. Me.取消_ch.UseVisualStyleBackColor = False
  304. '
  305. '通過_ch
  306. '
  307. Me.通過_ch.AutoSize = True
  308. Me.通過_ch.BackColor = System.Drawing.Color.Transparent
  309. Me.通過_ch.Checked = True
  310. Me.通過_ch.CheckState = System.Windows.Forms.CheckState.Checked
  311. Me.通過_ch.Location = New System.Drawing.Point(222, 3)
  312. Me.通過_ch.Name = "通過_ch"
  313. Me.通過_ch.Size = New System.Drawing.Size(50, 20)
  314. Me.通過_ch.TabIndex = 1843
  315. Me.通過_ch.Text = "通過"
  316. Me.通過_ch.UseVisualStyleBackColor = False
  317. '
  318. '已完成資料顯示_ch
  319. '
  320. Me.已完成資料顯示_ch.AutoSize = True
  321. Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent
  322. Me.已完成資料顯示_ch.Location = New System.Drawing.Point(338, 3)
  323. Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
  324. Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
  325. Me.已完成資料顯示_ch.TabIndex = 1673
  326. Me.已完成資料顯示_ch.Text = "已完成資料顯示"
  327. Me.已完成資料顯示_ch.UseVisualStyleBackColor = False
  328. '
  329. '長期執行_ch
  330. '
  331. Me.長期執行_ch.AutoSize = True
  332. Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent
  333. Me.長期執行_ch.Location = New System.Drawing.Point(83, 3)
  334. Me.長期執行_ch.Name = "長期執行_ch"
  335. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  336. Me.長期執行_ch.TabIndex = 1470
  337. Me.長期執行_ch.Text = "長期執行"
  338. Me.長期執行_ch.UseVisualStyleBackColor = False
  339. '
  340. '圖片清單_dgv
  341. '
  342. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  343. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  344. Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  345. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  346. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  347. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  348. Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  349. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  350. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
  351. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  352. Me.圖片清單_dgv.RowHeadersWidth = 5
  353. Me.圖片清單_dgv.RowTemplate.Height = 24
  354. Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
  355. Me.圖片清單_dgv.TabIndex = 1854
  356. '
  357. 'SplitContainer1
  358. '
  359. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  360. Or System.Windows.Forms.AnchorStyles.Left) _
  361. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  362. Me.SplitContainer1.Location = New System.Drawing.Point(-1, -1)
  363. Me.SplitContainer1.Name = "SplitContainer1"
  364. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  365. '
  366. 'SplitContainer1.Panel1
  367. '
  368. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_lb)
  369. Me.SplitContainer1.Panel1.Controls.Add(Me.Panel2)
  370. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_nud)
  371. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_lb)
  372. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_cb)
  373. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_cb)
  374. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_lb)
  375. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_cb)
  376. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_lb)
  377. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_dgv)
  378. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_lb)
  379. Me.SplitContainer1.Panel1.Controls.Add(Me.刪除執行人_bt)
  380. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_tb)
  381. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
  382. Me.SplitContainer1.Panel1.Controls.Add(Me.新建執行人_bt)
  383. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_lb)
  384. '
  385. 'SplitContainer1.Panel2
  386. '
  387. Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  388. Me.SplitContainer1.Size = New System.Drawing.Size(1037, 617)
  389. Me.SplitContainer1.SplitterDistance = 308
  390. Me.SplitContainer1.SplitterWidth = 2
  391. Me.SplitContainer1.TabIndex = 1856
  392. '
  393. '字體大小_lb
  394. '
  395. Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  396. Me.字體大小_lb.AutoSize = True
  397. Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
  398. Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  399. Me.字體大小_lb.Location = New System.Drawing.Point(468, 5)
  400. Me.字體大小_lb.Name = "字體大小_lb"
  401. Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
  402. Me.字體大小_lb.TabIndex = 1847
  403. Me.字體大小_lb.Text = "字體大小"
  404. Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  405. '
  406. '字體大小_nud
  407. '
  408. Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  409. Me.字體大小_nud.BackColor = System.Drawing.Color.White
  410. Me.字體大小_nud.ForeColor = System.Drawing.Color.Black
  411. Me.字體大小_nud.Location = New System.Drawing.Point(525, 2)
  412. Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
  413. Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
  414. Me.字體大小_nud.Name = "字體大小_nud"
  415. Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
  416. Me.字體大小_nud.TabIndex = 1846
  417. Me.字體大小_nud.Value = New Decimal(New Integer() {12, 0, 0, 0})
  418. '
  419. '細項說明_lb
  420. '
  421. Me.細項說明_lb.AutoSize = True
  422. Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent
  423. Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  424. Me.細項說明_lb.Location = New System.Drawing.Point(6, 6)
  425. Me.細項說明_lb.Name = "細項說明_lb"
  426. Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
  427. Me.細項說明_lb.TabIndex = 1826
  428. Me.細項說明_lb.Text = "細項說明"
  429. Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  430. '
  431. '預計完成_cb
  432. '
  433. Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  434. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  435. Me.預計完成_cb.FormattingEnabled = True
  436. Me.預計完成_cb.Location = New System.Drawing.Point(67, 257)
  437. Me.預計完成_cb.Name = "預計完成_cb"
  438. Me.預計完成_cb.Size = New System.Drawing.Size(508, 24)
  439. Me.預計完成_cb.TabIndex = 1833
  440. '
  441. '執行人_cb
  442. '
  443. Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  444. Me.執行人_cb.FormattingEnabled = True
  445. Me.執行人_cb.Location = New System.Drawing.Point(928, 3)
  446. Me.執行人_cb.Name = "執行人_cb"
  447. Me.執行人_cb.Size = New System.Drawing.Size(105, 24)
  448. Me.執行人_cb.TabIndex = 1836
  449. '
  450. '預計完成_lb
  451. '
  452. Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  453. Me.預計完成_lb.AutoSize = True
  454. Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent
  455. Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  456. Me.預計完成_lb.Location = New System.Drawing.Point(6, 260)
  457. Me.預計完成_lb.Name = "預計完成_lb"
  458. Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
  459. Me.預計完成_lb.TabIndex = 1832
  460. Me.預計完成_lb.Text = "預計完成"
  461. Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  462. '
  463. '執行情況_cb
  464. '
  465. Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  466. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  467. Me.執行情況_cb.FormattingEnabled = True
  468. Me.執行情況_cb.Location = New System.Drawing.Point(67, 282)
  469. Me.執行情況_cb.Name = "執行情況_cb"
  470. Me.執行情況_cb.Size = New System.Drawing.Size(508, 24)
  471. Me.執行情況_cb.TabIndex = 1831
  472. '
  473. '執行情況_lb
  474. '
  475. Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  476. Me.執行情況_lb.AutoSize = True
  477. Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent
  478. Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  479. Me.執行情況_lb.Location = New System.Drawing.Point(6, 285)
  480. Me.執行情況_lb.Name = "執行情況_lb"
  481. Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
  482. Me.執行情況_lb.TabIndex = 1830
  483. Me.執行情況_lb.Text = "執行情況"
  484. Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  485. '
  486. '執行人_dgv
  487. '
  488. Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  489. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  490. Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  491. Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
  492. Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  493. Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  494. Me.執行人_dgv.Location = New System.Drawing.Point(876, 65)
  495. Me.執行人_dgv.Name = "執行人_dgv"
  496. Me.執行人_dgv.RowHeadersWidth = 5
  497. Me.執行人_dgv.RowTemplate.Height = 24
  498. Me.執行人_dgv.Size = New System.Drawing.Size(157, 216)
  499. Me.執行人_dgv.TabIndex = 1817
  500. '
  501. '執行人_lb
  502. '
  503. Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  504. Me.執行人_lb.AutoSize = True
  505. Me.執行人_lb.BackColor = System.Drawing.Color.Transparent
  506. Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  507. Me.執行人_lb.Location = New System.Drawing.Point(883, 7)
  508. Me.執行人_lb.Name = "執行人_lb"
  509. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  510. Me.執行人_lb.TabIndex = 1834
  511. Me.執行人_lb.Text = "執行人"
  512. Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  513. '
  514. '刪除執行人_bt
  515. '
  516. Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  517. Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
  518. Me.刪除執行人_bt.Location = New System.Drawing.Point(955, 28)
  519. Me.刪除執行人_bt.Name = "刪除執行人_bt"
  520. Me.刪除執行人_bt.Size = New System.Drawing.Size(78, 35)
  521. Me.刪除執行人_bt.TabIndex = 1837
  522. Me.刪除執行人_bt.Text = "刪除"
  523. Me.刪除執行人_bt.UseVisualStyleBackColor = True
  524. '
  525. '細項說明_tb
  526. '
  527. Me.細項說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  528. Or System.Windows.Forms.AnchorStyles.Left) _
  529. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  530. Me.細項說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  531. Me.細項說明_tb.Location = New System.Drawing.Point(5, 28)
  532. Me.細項說明_tb.Multiline = True
  533. Me.細項說明_tb.Name = "細項說明_tb"
  534. Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  535. Me.細項說明_tb.Size = New System.Drawing.Size(570, 227)
  536. Me.細項說明_tb.TabIndex = 1827
  537. '
  538. '備註_tb
  539. '
  540. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  541. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  542. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  543. Me.備註_tb.Location = New System.Drawing.Point(577, 28)
  544. Me.備註_tb.Multiline = True
  545. Me.備註_tb.Name = "備註_tb"
  546. Me.備註_tb.Size = New System.Drawing.Size(298, 253)
  547. Me.備註_tb.TabIndex = 1820
  548. '
  549. '新建執行人_bt
  550. '
  551. Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  552. Me.新建執行人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  553. Me.新建執行人_bt.Location = New System.Drawing.Point(876, 28)
  554. Me.新建執行人_bt.Name = "新建執行人_bt"
  555. Me.新建執行人_bt.Size = New System.Drawing.Size(78, 35)
  556. Me.新建執行人_bt.TabIndex = 1838
  557. Me.新建執行人_bt.Text = "新建執行人"
  558. Me.新建執行人_bt.UseVisualStyleBackColor = True
  559. '
  560. '備註_lb
  561. '
  562. Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  563. Me.備註_lb.AutoSize = True
  564. Me.備註_lb.BackColor = System.Drawing.Color.Transparent
  565. Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  566. Me.備註_lb.Location = New System.Drawing.Point(581, 6)
  567. Me.備註_lb.Name = "備註_lb"
  568. Me.備註_lb.Size = New System.Drawing.Size(55, 16)
  569. Me.備註_lb.TabIndex = 1835
  570. Me.備註_lb.Text = "主管備註"
  571. Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  572. '
  573. 'SplitContainer2
  574. '
  575. Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  576. Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  577. Me.SplitContainer2.Name = "SplitContainer2"
  578. Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  579. '
  580. 'SplitContainer2.Panel1
  581. '
  582. Me.SplitContainer2.Panel1.Controls.Add(Me.會議記錄表_dgv)
  583. '
  584. 'SplitContainer2.Panel2
  585. '
  586. Me.SplitContainer2.Panel2.Controls.Add(Me.會議記錄表1_dgv)
  587. Me.SplitContainer2.Size = New System.Drawing.Size(1037, 307)
  588. Me.SplitContainer2.SplitterDistance = 153
  589. Me.SplitContainer2.SplitterWidth = 1
  590. Me.SplitContainer2.TabIndex = 1817
  591. '
  592. '會議記錄表_dgv
  593. '
  594. Me.會議記錄表_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  595. Or System.Windows.Forms.AnchorStyles.Left) _
  596. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  597. Me.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  598. Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
  599. Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  600. Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  601. Me.會議記錄表_dgv.Location = New System.Drawing.Point(3, 1)
  602. Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
  603. Me.會議記錄表_dgv.RowHeadersWidth = 5
  604. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  605. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  606. Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  607. Me.會議記錄表_dgv.RowTemplate.Height = 24
  608. Me.會議記錄表_dgv.Size = New System.Drawing.Size(1031, 152)
  609. Me.會議記錄表_dgv.TabIndex = 1816
  610. '
  611. '會議記錄表1_dgv
  612. '
  613. Me.會議記錄表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  614. Or System.Windows.Forms.AnchorStyles.Left) _
  615. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  616. Me.會議記錄表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  617. Me.會議記錄表1_dgv.BackgroundColor = System.Drawing.Color.White
  618. Me.會議記錄表1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  619. Me.會議記錄表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  620. Me.會議記錄表1_dgv.Location = New System.Drawing.Point(3, 0)
  621. Me.會議記錄表1_dgv.Name = "會議記錄表1_dgv"
  622. Me.會議記錄表1_dgv.RowHeadersWidth = 5
  623. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  624. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  625. Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  626. Me.會議記錄表1_dgv.RowTemplate.Height = 24
  627. Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1031, 159)
  628. Me.會議記錄表1_dgv.TabIndex = 1817
  629. '
  630. '會議日期_lb
  631. '
  632. Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  633. Me.會議日期_lb.AutoSize = True
  634. Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent
  635. Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
  636. Me.會議日期_lb.Location = New System.Drawing.Point(10, 6)
  637. Me.會議日期_lb.Name = "會議日期_lb"
  638. Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
  639. Me.會議日期_lb.TabIndex = 1825
  640. Me.會議日期_lb.Text = "立案日期"
  641. '
  642. '會議日期_dtp
  643. '
  644. Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  645. Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
  646. Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  647. Me.會議日期_dtp.Location = New System.Drawing.Point(67, 2)
  648. Me.會議日期_dtp.Name = "會議日期_dtp"
  649. Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
  650. Me.會議日期_dtp.TabIndex = 1824
  651. '
  652. '會議項目_lb
  653. '
  654. Me.會議項目_lb.AutoSize = True
  655. Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent
  656. Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  657. Me.會議項目_lb.Location = New System.Drawing.Point(4, 5)
  658. Me.會議項目_lb.Name = "會議項目_lb"
  659. Me.會議項目_lb.Size = New System.Drawing.Size(84, 16)
  660. Me.會議項目_lb.TabIndex = 1821
  661. Me.會議項目_lb.Text = "會議/專案項目"
  662. Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  663. '
  664. '地點_cb
  665. '
  666. Me.地點_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  667. Me.地點_cb.FormattingEnabled = True
  668. Me.地點_cb.Items.AddRange(New Object() {"3F 會議室"})
  669. Me.地點_cb.Location = New System.Drawing.Point(64, 28)
  670. Me.地點_cb.Name = "地點_cb"
  671. Me.地點_cb.Size = New System.Drawing.Size(171, 24)
  672. Me.地點_cb.TabIndex = 1819
  673. '
  674. '地點_lb
  675. '
  676. Me.地點_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  677. Me.地點_lb.AutoSize = True
  678. Me.地點_lb.BackColor = System.Drawing.Color.Transparent
  679. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  680. Me.地點_lb.ForeColor = System.Drawing.Color.Black
  681. Me.地點_lb.Location = New System.Drawing.Point(5, 32)
  682. Me.地點_lb.Name = "地點_lb"
  683. Me.地點_lb.Size = New System.Drawing.Size(55, 16)
  684. Me.地點_lb.TabIndex = 1818
  685. Me.地點_lb.Text = "會議地點"
  686. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  687. '
  688. '會議項目_tb
  689. '
  690. Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  691. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  692. Me.會議項目_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  693. Me.會議項目_tb.Location = New System.Drawing.Point(89, 2)
  694. Me.會議項目_tb.Name = "會議項目_tb"
  695. Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  696. Me.會議項目_tb.Size = New System.Drawing.Size(490, 23)
  697. Me.會議項目_tb.TabIndex = 1823
  698. '
  699. '執行時間_lb
  700. '
  701. Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  702. Me.執行時間_lb.AutoSize = True
  703. Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent
  704. Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  705. Me.執行時間_lb.Location = New System.Drawing.Point(5, 7)
  706. Me.執行時間_lb.Name = "執行時間_lb"
  707. Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
  708. Me.執行時間_lb.TabIndex = 1828
  709. Me.執行時間_lb.Text = "執行時間"
  710. Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  711. '
  712. '執行時間_cb
  713. '
  714. Me.執行時間_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  715. Me.執行時間_cb.FormattingEnabled = True
  716. Me.執行時間_cb.Location = New System.Drawing.Point(64, 3)
  717. Me.執行時間_cb.Name = "執行時間_cb"
  718. Me.執行時間_cb.Size = New System.Drawing.Size(171, 24)
  719. Me.執行時間_cb.TabIndex = 1829
  720. '
  721. 'ToolTip1
  722. '
  723. Me.ToolTip1.AutoPopDelay = 5000
  724. Me.ToolTip1.InitialDelay = 500
  725. Me.ToolTip1.IsBalloon = True
  726. Me.ToolTip1.ReshowDelay = 100
  727. Me.ToolTip1.ToolTipTitle = "系統說明"
  728. '
  729. 'OpenFileDialog1
  730. '
  731. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  732. Me.OpenFileDialog1.Multiselect = True
  733. '
  734. 'Panel4
  735. '
  736. Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  737. Me.Panel4.Controls.Add(Me.刪除_rtb)
  738. Me.Panel4.Controls.Add(Me.存檔_rbt)
  739. Me.Panel4.Controls.Add(Me.執行時間_cb)
  740. Me.Panel4.Controls.Add(Me.作廢_tb)
  741. Me.Panel4.Controls.Add(Me.執行時間_lb)
  742. Me.Panel4.Controls.Add(Me.核准_bt)
  743. Me.Panel4.Controls.Add(Me.地點_lb)
  744. Me.Panel4.Controls.Add(Me.地點_cb)
  745. Me.Panel4.Location = New System.Drawing.Point(887, 0)
  746. Me.Panel4.Name = "Panel4"
  747. Me.Panel4.Size = New System.Drawing.Size(461, 54)
  748. Me.Panel4.TabIndex = 1857
  749. '
  750. 'TabControl1
  751. '
  752. Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  753. Or System.Windows.Forms.AnchorStyles.Left) _
  754. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  755. Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
  756. Me.TabControl1.Controls.Add(Me.TabPage1)
  757. Me.TabControl1.Controls.Add(Me.TabPage2)
  758. Me.TabControl1.Location = New System.Drawing.Point(304, 30)
  759. Me.TabControl1.Name = "TabControl1"
  760. Me.TabControl1.SelectedIndex = 0
  761. Me.TabControl1.Size = New System.Drawing.Size(1045, 652)
  762. Me.TabControl1.TabIndex = 1858
  763. '
  764. 'TabPage1
  765. '
  766. Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  767. Me.TabPage1.Controls.Add(Me.會議記錄表2_dgv)
  768. Me.TabPage1.Controls.Add(Me.Label2)
  769. Me.TabPage1.Controls.Add(Me.人員_dgv)
  770. Me.TabPage1.Controls.Add(Me.PDF_P)
  771. Me.TabPage1.Controls.Add(Me.圖片_P)
  772. Me.TabPage1.Location = New System.Drawing.Point(4, 28)
  773. Me.TabPage1.Name = "TabPage1"
  774. Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
  775. Me.TabPage1.Size = New System.Drawing.Size(1037, 620)
  776. Me.TabPage1.TabIndex = 0
  777. Me.TabPage1.Text = "會議記錄與簽名"
  778. Me.TabPage1.UseVisualStyleBackColor = True
  779. '
  780. '會議記錄表2_dgv
  781. '
  782. Me.會議記錄表2_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  783. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  784. Me.會議記錄表2_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  785. Me.會議記錄表2_dgv.BackgroundColor = System.Drawing.Color.White
  786. Me.會議記錄表2_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  787. Me.會議記錄表2_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  788. Me.會議記錄表2_dgv.Location = New System.Drawing.Point(1, 1)
  789. Me.會議記錄表2_dgv.Name = "會議記錄表2_dgv"
  790. Me.會議記錄表2_dgv.RowHeadersWidth = 5
  791. DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  792. DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  793. Me.會議記錄表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
  794. Me.會議記錄表2_dgv.RowTemplate.Height = 24
  795. Me.會議記錄表2_dgv.Size = New System.Drawing.Size(193, 613)
  796. Me.會議記錄表2_dgv.TabIndex = 1880
  797. '
  798. 'Label2
  799. '
  800. Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  801. Me.Label2.AutoSize = True
  802. Me.Label2.ImeMode = System.Windows.Forms.ImeMode.NoControl
  803. Me.Label2.Location = New System.Drawing.Point(644, 2)
  804. Me.Label2.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
  805. Me.Label2.Name = "Label2"
  806. Me.Label2.Size = New System.Drawing.Size(55, 16)
  807. Me.Label2.TabIndex = 1878
  808. Me.Label2.Text = "簽核人員"
  809. '
  810. '人員_dgv
  811. '
  812. Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  813. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  814. Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  815. Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
  816. Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  817. Me.人員_dgv.Location = New System.Drawing.Point(643, 20)
  818. Me.人員_dgv.Name = "人員_dgv"
  819. Me.人員_dgv.RowHeadersWidth = 5
  820. Me.人員_dgv.RowTemplate.Height = 24
  821. Me.人員_dgv.Size = New System.Drawing.Size(393, 596)
  822. Me.人員_dgv.TabIndex = 1877
  823. '
  824. '圖片_P
  825. '
  826. Me.圖片_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  827. Or System.Windows.Forms.AnchorStyles.Left) _
  828. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  829. Me.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  830. Me.圖片_P.Controls.Add(Me.圖片1_pb)
  831. Me.圖片_P.Location = New System.Drawing.Point(196, -1)
  832. Me.圖片_P.Name = "圖片_P"
  833. Me.圖片_P.Size = New System.Drawing.Size(448, 617)
  834. Me.圖片_P.TabIndex = 1879
  835. '
  836. 'PDF_P
  837. '
  838. Me.PDF_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  839. Or System.Windows.Forms.AnchorStyles.Left) _
  840. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  841. Me.PDF_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  842. Me.PDF_P.Controls.Add(Me.RadPdfViewer1)
  843. Me.PDF_P.Controls.Add(Me.RadPdfViewerNavigator1)
  844. Me.PDF_P.Location = New System.Drawing.Point(196, -1)
  845. Me.PDF_P.Name = "PDF_P"
  846. Me.PDF_P.Size = New System.Drawing.Size(448, 617)
  847. Me.PDF_P.TabIndex = 1881
  848. '
  849. 'RadPdfViewer1
  850. '
  851. Me.RadPdfViewer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  852. Or System.Windows.Forms.AnchorStyles.Left) _
  853. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  854. Me.RadPdfViewer1.BackColor = System.Drawing.SystemColors.ControlLightLight
  855. Me.RadPdfViewer1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  856. Me.RadPdfViewer1.Location = New System.Drawing.Point(0, 38)
  857. Me.RadPdfViewer1.Name = "RadPdfViewer1"
  858. '
  859. '
  860. '
  861. Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 445, 579)
  862. Me.RadPdfViewer1.Size = New System.Drawing.Size(445, 576)
  863. Me.RadPdfViewer1.TabIndex = 1
  864. Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15!
  865. '
  866. 'RadPdfViewerNavigator1
  867. '
  868. Me.RadPdfViewerNavigator1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  869. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  870. Me.RadPdfViewerNavigator1.BackColor = System.Drawing.SystemColors.ControlLightLight
  871. Me.RadPdfViewerNavigator1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  872. Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(0, 1)
  873. Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1"
  874. '
  875. '
  876. '
  877. Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 0, 0)
  878. Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(445, 38)
  879. Me.RadPdfViewerNavigator1.TabIndex = 0
  880. '
  881. 'TabPage2
  882. '
  883. Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  884. Me.TabPage2.Controls.Add(Me.SplitContainer1)
  885. Me.TabPage2.Location = New System.Drawing.Point(4, 28)
  886. Me.TabPage2.Name = "TabPage2"
  887. Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
  888. Me.TabPage2.Size = New System.Drawing.Size(1037, 620)
  889. Me.TabPage2.TabIndex = 1
  890. Me.TabPage2.Text = "專案項目追蹤功能"
  891. Me.TabPage2.UseVisualStyleBackColor = True
  892. '
  893. 'Panel5
  894. '
  895. Me.Panel5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  896. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  897. Me.Panel5.Controls.Add(Me.會議項目_lb)
  898. Me.Panel5.Controls.Add(Me.會議項目_tb)
  899. Me.Panel5.Location = New System.Drawing.Point(306, 1)
  900. Me.Panel5.Name = "Panel5"
  901. Me.Panel5.Size = New System.Drawing.Size(582, 27)
  902. Me.Panel5.TabIndex = 1859
  903. '
  904. 'Panel6
  905. '
  906. Me.Panel6.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  907. Me.Panel6.Controls.Add(Me.會議日期_dtp)
  908. Me.Panel6.Controls.Add(Me.會議日期_lb)
  909. Me.Panel6.Location = New System.Drawing.Point(731, 27)
  910. Me.Panel6.Name = "Panel6"
  911. Me.Panel6.Size = New System.Drawing.Size(157, 27)
  912. Me.Panel6.TabIndex = 1860
  913. '
  914. '刪除_rtb
  915. '
  916. Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  917. Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  918. Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  919. Me.刪除_rtb.Location = New System.Drawing.Point(389, 2)
  920. Me.刪除_rtb.Name = "刪除_rtb"
  921. Me.刪除_rtb.Size = New System.Drawing.Size(50, 50)
  922. Me.刪除_rtb.TabIndex = 1850
  923. Me.刪除_rtb.UseVisualStyleBackColor = True
  924. '
  925. '存檔_rbt
  926. '
  927. Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  928. Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  929. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  930. Me.存檔_rbt.Location = New System.Drawing.Point(239, 3)
  931. Me.存檔_rbt.Name = "存檔_rbt"
  932. Me.存檔_rbt.Size = New System.Drawing.Size(50, 50)
  933. Me.存檔_rbt.TabIndex = 1849
  934. Me.存檔_rbt.UseVisualStyleBackColor = True
  935. '
  936. '作廢_tb
  937. '
  938. Me.作廢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  939. Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
  940. Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  941. Me.作廢_tb.Location = New System.Drawing.Point(339, 2)
  942. Me.作廢_tb.Name = "作廢_tb"
  943. Me.作廢_tb.Size = New System.Drawing.Size(50, 50)
  944. Me.作廢_tb.TabIndex = 1854
  945. Me.作廢_tb.UseVisualStyleBackColor = True
  946. '
  947. '核准_bt
  948. '
  949. Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  950. Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  951. Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  952. Me.核准_bt.Location = New System.Drawing.Point(289, 3)
  953. Me.核准_bt.Name = "核准_bt"
  954. Me.核准_bt.Size = New System.Drawing.Size(50, 50)
  955. Me.核准_bt.TabIndex = 1853
  956. Me.核准_bt.UseVisualStyleBackColor = True
  957. '
  958. '圖檔入系統_rbt
  959. '
  960. Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  961. Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  962. Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
  963. Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
  964. Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
  965. Me.圖檔入系統_rbt.TabIndex = 1850
  966. Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
  967. '
  968. '讀取資料夾路徑_rbt
  969. '
  970. Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
  971. Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  972. Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
  973. Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
  974. Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
  975. Me.讀取資料夾路徑_rbt.TabIndex = 1849
  976. Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
  977. '
  978. 'PB5
  979. '
  980. Me.PB5.BackColor = System.Drawing.Color.White
  981. Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
  982. Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  983. Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  984. Me.PB5.Location = New System.Drawing.Point(2, 281)
  985. Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  986. Me.PB5.Name = "PB5"
  987. Me.PB5.Size = New System.Drawing.Size(149, 119)
  988. Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  989. Me.PB5.TabIndex = 1703
  990. Me.PB5.TabStop = False
  991. '
  992. 'PB4
  993. '
  994. Me.PB4.BackColor = System.Drawing.Color.White
  995. Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
  996. Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  997. Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  998. Me.PB4.Location = New System.Drawing.Point(153, 159)
  999. Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1000. Me.PB4.Name = "PB4"
  1001. Me.PB4.Size = New System.Drawing.Size(149, 119)
  1002. Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1003. Me.PB4.TabIndex = 1702
  1004. Me.PB4.TabStop = False
  1005. '
  1006. 'PB1
  1007. '
  1008. Me.PB1.BackColor = System.Drawing.Color.White
  1009. Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
  1010. Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1011. Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1012. Me.PB1.Location = New System.Drawing.Point(2, 37)
  1013. Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1014. Me.PB1.Name = "PB1"
  1015. Me.PB1.Size = New System.Drawing.Size(149, 119)
  1016. Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1017. Me.PB1.TabIndex = 1696
  1018. Me.PB1.TabStop = False
  1019. '
  1020. 'PB2
  1021. '
  1022. Me.PB2.BackColor = System.Drawing.Color.White
  1023. Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
  1024. Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1025. Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1026. Me.PB2.Location = New System.Drawing.Point(153, 37)
  1027. Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1028. Me.PB2.Name = "PB2"
  1029. Me.PB2.Size = New System.Drawing.Size(149, 119)
  1030. Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1031. Me.PB2.TabIndex = 1698
  1032. Me.PB2.TabStop = False
  1033. '
  1034. 'PB3
  1035. '
  1036. Me.PB3.BackColor = System.Drawing.Color.White
  1037. Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
  1038. Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1039. Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1040. Me.PB3.Location = New System.Drawing.Point(2, 159)
  1041. Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1042. Me.PB3.Name = "PB3"
  1043. Me.PB3.Size = New System.Drawing.Size(149, 119)
  1044. Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1045. Me.PB3.TabIndex = 1700
  1046. Me.PB3.TabStop = False
  1047. '
  1048. 'PB6
  1049. '
  1050. Me.PB6.BackColor = System.Drawing.Color.White
  1051. Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
  1052. Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1053. Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1054. Me.PB6.Location = New System.Drawing.Point(153, 281)
  1055. Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1056. Me.PB6.Name = "PB6"
  1057. Me.PB6.Size = New System.Drawing.Size(149, 119)
  1058. Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1059. Me.PB6.TabIndex = 1697
  1060. Me.PB6.TabStop = False
  1061. '
  1062. '新建議題_rbt
  1063. '
  1064. Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  1065. Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
  1066. Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1067. Me.新建議題_rbt.Location = New System.Drawing.Point(484, 3)
  1068. Me.新建議題_rbt.Name = "新建議題_rbt"
  1069. Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
  1070. Me.新建議題_rbt.TabIndex = 1848
  1071. Me.新建議題_rbt.UseVisualStyleBackColor = True
  1072. '
  1073. '圖片_pb
  1074. '
  1075. Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  1076. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  1077. Me.圖片_pb.BackColor = System.Drawing.Color.White
  1078. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1079. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  1080. Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
  1081. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1082. Me.圖片_pb.Name = "圖片_pb"
  1083. Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
  1084. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1085. Me.圖片_pb.TabIndex = 1853
  1086. Me.圖片_pb.TabStop = False
  1087. '
  1088. '圖片1_pb
  1089. '
  1090. Me.圖片1_pb.BackColor = System.Drawing.Color.White
  1091. Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  1092. Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  1093. Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
  1094. Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
  1095. Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  1096. Me.圖片1_pb.Name = "圖片1_pb"
  1097. Me.圖片1_pb.Size = New System.Drawing.Size(446, 615)
  1098. Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  1099. Me.圖片1_pb.TabIndex = 1854
  1100. Me.圖片1_pb.TabStop = False
  1101. '
  1102. '專案及會議執行
  1103. '
  1104. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  1105. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  1106. Me.ClientSize = New System.Drawing.Size(1349, 681)
  1107. Me.Controls.Add(Me.Panel4)
  1108. Me.Controls.Add(Me.Panel6)
  1109. Me.Controls.Add(Me.Panel5)
  1110. Me.Controls.Add(Me.Panel3)
  1111. Me.Controls.Add(Me.Panel1)
  1112. Me.Controls.Add(Me.圖片清單_dgv)
  1113. Me.Controls.Add(Me.圖片_pb)
  1114. Me.Controls.Add(Me.TabControl1)
  1115. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  1116. Me.Margin = New System.Windows.Forms.Padding(4)
  1117. Me.Name = "專案及會議執行"
  1118. Me.Text = "專案及會議執行"
  1119. Me.Panel3.ResumeLayout(False)
  1120. Me.Panel1.ResumeLayout(False)
  1121. Me.Panel1.PerformLayout()
  1122. Me.Panel2.ResumeLayout(False)
  1123. Me.Panel2.PerformLayout()
  1124. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1125. Me.SplitContainer1.Panel1.ResumeLayout(False)
  1126. Me.SplitContainer1.Panel1.PerformLayout()
  1127. Me.SplitContainer1.Panel2.ResumeLayout(False)
  1128. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  1129. Me.SplitContainer1.ResumeLayout(False)
  1130. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
  1131. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1132. Me.SplitContainer2.Panel1.ResumeLayout(False)
  1133. Me.SplitContainer2.Panel2.ResumeLayout(False)
  1134. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  1135. Me.SplitContainer2.ResumeLayout(False)
  1136. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1137. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1138. Me.Panel4.ResumeLayout(False)
  1139. Me.Panel4.PerformLayout()
  1140. Me.TabControl1.ResumeLayout(False)
  1141. Me.TabPage1.ResumeLayout(False)
  1142. Me.TabPage1.PerformLayout()
  1143. CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1144. CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  1145. Me.圖片_P.ResumeLayout(False)
  1146. Me.PDF_P.ResumeLayout(False)
  1147. Me.PDF_P.PerformLayout()
  1148. CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit()
  1149. CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
  1150. Me.TabPage2.ResumeLayout(False)
  1151. Me.Panel5.ResumeLayout(False)
  1152. Me.Panel5.PerformLayout()
  1153. Me.Panel6.ResumeLayout(False)
  1154. Me.Panel6.PerformLayout()
  1155. CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
  1156. CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
  1157. CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
  1158. CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
  1159. CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
  1160. CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
  1161. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1162. CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
  1163. Me.ResumeLayout(False)
  1164. End Sub
  1165. Friend WithEvents Panel3 As Panel
  1166. Friend WithEvents 圖檔入系統_rbt As Button
  1167. Friend WithEvents 讀取資料夾路徑_rbt As Button
  1168. Friend WithEvents PB5 As PictureBox
  1169. Friend WithEvents PB4 As PictureBox
  1170. Friend WithEvents PB1 As PictureBox
  1171. Friend WithEvents PB2 As PictureBox
  1172. Friend WithEvents PB3 As PictureBox
  1173. Friend WithEvents PB6 As PictureBox
  1174. Friend WithEvents Panel1 As Panel
  1175. Friend WithEvents 核准_ch As CheckBox
  1176. Friend WithEvents 文件號_tb As TextBox
  1177. Friend WithEvents 副檔名_tb As TextBox
  1178. Friend WithEvents 圖片庫_tb As TextBox
  1179. Friend WithEvents 會議編號_tb As TextBox
  1180. Friend WithEvents 檔案路徑_tb As TextBox
  1181. Friend WithEvents Panel2 As Panel
  1182. Friend WithEvents 已完成_ch As CheckBox
  1183. Friend WithEvents 已完成資料顯示_ch As CheckBox
  1184. Friend WithEvents 長期執行_ch As CheckBox
  1185. Friend WithEvents 圖片清單_dgv As DataGridView
  1186. Friend WithEvents 圖片_pb As PictureBox
  1187. Friend WithEvents SplitContainer1 As SplitContainer
  1188. Friend WithEvents Label1 As Label
  1189. Friend WithEvents 字體大小_lb As Label
  1190. Friend WithEvents 會議日期_lb As Label
  1191. Friend WithEvents 刪除_rtb As Button
  1192. Friend WithEvents 會議日期_dtp As DateTimePicker
  1193. Friend WithEvents 字體大小_nud As NumericUpDown
  1194. Friend WithEvents 會議項目_lb As Label
  1195. Friend WithEvents 存檔_rbt As Button
  1196. Friend WithEvents 地點_cb As ComboBox
  1197. Friend WithEvents 細項說明_lb As Label
  1198. Friend WithEvents 地點_lb As Label
  1199. Friend WithEvents 預計完成_cb As ComboBox
  1200. Friend WithEvents 執行人_cb As ComboBox
  1201. Friend WithEvents 預計完成_lb As Label
  1202. Friend WithEvents 會議項目_tb As TextBox
  1203. Friend WithEvents 新建議題_rbt As Button
  1204. Friend WithEvents 執行情況_cb As ComboBox
  1205. Friend WithEvents 執行情況_lb As Label
  1206. Friend WithEvents 執行人_dgv As DataGridView
  1207. Friend WithEvents 執行時間_lb As Label
  1208. Friend WithEvents 執行人_lb As Label
  1209. Friend WithEvents 刪除執行人_bt As Button
  1210. Friend WithEvents 細項說明_tb As TextBox
  1211. Friend WithEvents 備註_tb As TextBox
  1212. Friend WithEvents 新建執行人_bt As Button
  1213. Friend WithEvents 備註_lb As Label
  1214. Friend WithEvents 執行時間_cb As ComboBox
  1215. Friend WithEvents 會議記錄表_dgv As DataGridView
  1216. Friend WithEvents ToolTip1 As ToolTip
  1217. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  1218. Friend WithEvents 作廢_tb As Button
  1219. Friend WithEvents 核准_bt As Button
  1220. Friend WithEvents 通過_ch As CheckBox
  1221. Friend WithEvents 取消_ch As CheckBox
  1222. Friend WithEvents 已完成_bt As Button
  1223. Friend WithEvents 核准_tb As TextBox
  1224. Friend WithEvents SplitContainer2 As SplitContainer
  1225. Friend WithEvents 會議記錄表1_dgv As DataGridView
  1226. Friend WithEvents Panel4 As Panel
  1227. Friend WithEvents TabControl1 As TabControl
  1228. Friend WithEvents TabPage1 As TabPage
  1229. Friend WithEvents TabPage2 As TabPage
  1230. Friend WithEvents Panel5 As Panel
  1231. Friend WithEvents Panel6 As Panel
  1232. Friend WithEvents 圖片_P As Panel
  1233. Friend WithEvents Label2 As Label
  1234. Friend WithEvents 人員_dgv As DataGridView
  1235. Friend WithEvents 會議記錄表2_dgv As DataGridView
  1236. Friend WithEvents PDF_P As Panel
  1237. Friend WithEvents 圖片1_pb As PictureBox
  1238. Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer
  1239. Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
  1240. End Class