Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002
  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 resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議執行))
  24. Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  25. Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  26. Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
  27. Me.Panel3 = New System.Windows.Forms.Panel()
  28. Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
  29. Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
  30. Me.PB5 = New System.Windows.Forms.PictureBox()
  31. Me.PB4 = New System.Windows.Forms.PictureBox()
  32. Me.PB1 = New System.Windows.Forms.PictureBox()
  33. Me.PB2 = New System.Windows.Forms.PictureBox()
  34. Me.PB3 = New System.Windows.Forms.PictureBox()
  35. Me.PB6 = New System.Windows.Forms.PictureBox()
  36. Me.Panel1 = New System.Windows.Forms.Panel()
  37. Me.核准_tb = New System.Windows.Forms.TextBox()
  38. Me.Label1 = New System.Windows.Forms.Label()
  39. Me.文件號_tb = New System.Windows.Forms.TextBox()
  40. Me.已完成_ch = New System.Windows.Forms.CheckBox()
  41. Me.副檔名_tb = New System.Windows.Forms.TextBox()
  42. Me.核准_ch = New System.Windows.Forms.CheckBox()
  43. Me.圖片庫_tb = New System.Windows.Forms.TextBox()
  44. Me.會議編號_tb = New System.Windows.Forms.TextBox()
  45. Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
  46. Me.新建議題_rbt = New System.Windows.Forms.Button()
  47. Me.Panel2 = New System.Windows.Forms.Panel()
  48. Me.已完成_bt = New System.Windows.Forms.Button()
  49. Me.取消_ch = New System.Windows.Forms.CheckBox()
  50. Me.通過_ch = New System.Windows.Forms.CheckBox()
  51. Me.已完成資料顯示_ch = New System.Windows.Forms.CheckBox()
  52. Me.長期執行_ch = New System.Windows.Forms.CheckBox()
  53. Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
  54. Me.圖片_pb = New System.Windows.Forms.PictureBox()
  55. Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
  56. Me.字體大小_lb = New System.Windows.Forms.Label()
  57. Me.作廢_tb = New System.Windows.Forms.Button()
  58. Me.會議日期_lb = New System.Windows.Forms.Label()
  59. Me.刪除_rtb = New System.Windows.Forms.Button()
  60. Me.核准_bt = New System.Windows.Forms.Button()
  61. Me.會議日期_dtp = New System.Windows.Forms.DateTimePicker()
  62. Me.字體大小_nud = New System.Windows.Forms.NumericUpDown()
  63. Me.會議項目_lb = New System.Windows.Forms.Label()
  64. Me.存檔_rbt = New System.Windows.Forms.Button()
  65. Me.地點_cb = New System.Windows.Forms.ComboBox()
  66. Me.細項說明_lb = New System.Windows.Forms.Label()
  67. Me.地點_lb = New System.Windows.Forms.Label()
  68. Me.預計完成_cb = New System.Windows.Forms.ComboBox()
  69. Me.執行人_cb = New System.Windows.Forms.ComboBox()
  70. Me.預計完成_lb = New System.Windows.Forms.Label()
  71. Me.會議項目_tb = New System.Windows.Forms.TextBox()
  72. Me.執行情況_cb = New System.Windows.Forms.ComboBox()
  73. Me.執行情況_lb = New System.Windows.Forms.Label()
  74. Me.執行人_dgv = New System.Windows.Forms.DataGridView()
  75. Me.執行時間_lb = New System.Windows.Forms.Label()
  76. Me.執行人_lb = New System.Windows.Forms.Label()
  77. Me.刪除執行人_bt = New System.Windows.Forms.Button()
  78. Me.細項說明_tb = New System.Windows.Forms.TextBox()
  79. Me.備註_tb = New System.Windows.Forms.TextBox()
  80. Me.新建執行人_bt = New System.Windows.Forms.Button()
  81. Me.備註_lb = New System.Windows.Forms.Label()
  82. Me.執行時間_cb = New System.Windows.Forms.ComboBox()
  83. Me.會議記錄表_dgv = New System.Windows.Forms.DataGridView()
  84. Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
  85. Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
  86. Me.SplitContainer2 = New System.Windows.Forms.SplitContainer()
  87. Me.會議記錄表1_dgv = New System.Windows.Forms.DataGridView()
  88. Me.Panel3.SuspendLayout()
  89. CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
  90. CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
  91. CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
  92. CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
  93. CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
  94. CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
  95. Me.Panel1.SuspendLayout()
  96. Me.Panel2.SuspendLayout()
  97. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  98. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
  99. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
  100. Me.SplitContainer1.Panel1.SuspendLayout()
  101. Me.SplitContainer1.Panel2.SuspendLayout()
  102. Me.SplitContainer1.SuspendLayout()
  103. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).BeginInit()
  104. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  105. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  106. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).BeginInit()
  107. Me.SplitContainer2.Panel1.SuspendLayout()
  108. Me.SplitContainer2.Panel2.SuspendLayout()
  109. Me.SplitContainer2.SuspendLayout()
  110. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
  111. Me.SuspendLayout()
  112. '
  113. 'Panel3
  114. '
  115. Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  116. Me.Panel3.BackColor = System.Drawing.Color.Transparent
  117. Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  118. Me.Panel3.Controls.Add(Me.圖檔入系統_rbt)
  119. Me.Panel3.Controls.Add(Me.讀取資料夾路徑_rbt)
  120. Me.Panel3.Controls.Add(Me.PB5)
  121. Me.Panel3.Controls.Add(Me.PB4)
  122. Me.Panel3.Controls.Add(Me.PB1)
  123. Me.Panel3.Controls.Add(Me.PB2)
  124. Me.Panel3.Controls.Add(Me.PB3)
  125. Me.Panel3.Controls.Add(Me.PB6)
  126. Me.Panel3.Location = New System.Drawing.Point(1, 276)
  127. Me.Panel3.Name = "Panel3"
  128. Me.Panel3.Size = New System.Drawing.Size(305, 405)
  129. Me.Panel3.TabIndex = 1855
  130. '
  131. '圖檔入系統_rbt
  132. '
  133. Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
  134. Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  135. Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
  136. Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
  137. Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
  138. Me.圖檔入系統_rbt.TabIndex = 1850
  139. Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
  140. '
  141. '讀取資料夾路徑_rbt
  142. '
  143. Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
  144. Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  145. Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
  146. Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
  147. Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
  148. Me.讀取資料夾路徑_rbt.TabIndex = 1849
  149. Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
  150. '
  151. 'PB5
  152. '
  153. Me.PB5.BackColor = System.Drawing.Color.White
  154. Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
  155. Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  156. Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  157. Me.PB5.Location = New System.Drawing.Point(2, 281)
  158. Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  159. Me.PB5.Name = "PB5"
  160. Me.PB5.Size = New System.Drawing.Size(149, 119)
  161. Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  162. Me.PB5.TabIndex = 1703
  163. Me.PB5.TabStop = False
  164. '
  165. 'PB4
  166. '
  167. Me.PB4.BackColor = System.Drawing.Color.White
  168. Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
  169. Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  170. Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  171. Me.PB4.Location = New System.Drawing.Point(153, 159)
  172. Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  173. Me.PB4.Name = "PB4"
  174. Me.PB4.Size = New System.Drawing.Size(149, 119)
  175. Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  176. Me.PB4.TabIndex = 1702
  177. Me.PB4.TabStop = False
  178. '
  179. 'PB1
  180. '
  181. Me.PB1.BackColor = System.Drawing.Color.White
  182. Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
  183. Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  184. Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  185. Me.PB1.Location = New System.Drawing.Point(2, 37)
  186. Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  187. Me.PB1.Name = "PB1"
  188. Me.PB1.Size = New System.Drawing.Size(149, 119)
  189. Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  190. Me.PB1.TabIndex = 1696
  191. Me.PB1.TabStop = False
  192. '
  193. 'PB2
  194. '
  195. Me.PB2.BackColor = System.Drawing.Color.White
  196. Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
  197. Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  198. Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  199. Me.PB2.Location = New System.Drawing.Point(153, 37)
  200. Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  201. Me.PB2.Name = "PB2"
  202. Me.PB2.Size = New System.Drawing.Size(149, 119)
  203. Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  204. Me.PB2.TabIndex = 1698
  205. Me.PB2.TabStop = False
  206. '
  207. 'PB3
  208. '
  209. Me.PB3.BackColor = System.Drawing.Color.White
  210. Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
  211. Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  212. Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  213. Me.PB3.Location = New System.Drawing.Point(2, 159)
  214. Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  215. Me.PB3.Name = "PB3"
  216. Me.PB3.Size = New System.Drawing.Size(149, 119)
  217. Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  218. Me.PB3.TabIndex = 1700
  219. Me.PB3.TabStop = False
  220. '
  221. 'PB6
  222. '
  223. Me.PB6.BackColor = System.Drawing.Color.White
  224. Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
  225. Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  226. Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  227. Me.PB6.Location = New System.Drawing.Point(153, 281)
  228. Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  229. Me.PB6.Name = "PB6"
  230. Me.PB6.Size = New System.Drawing.Size(149, 119)
  231. Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  232. Me.PB6.TabIndex = 1697
  233. Me.PB6.TabStop = False
  234. '
  235. 'Panel1
  236. '
  237. Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  238. Me.Panel1.Controls.Add(Me.核准_tb)
  239. Me.Panel1.Controls.Add(Me.Label1)
  240. Me.Panel1.Controls.Add(Me.文件號_tb)
  241. Me.Panel1.Controls.Add(Me.已完成_ch)
  242. Me.Panel1.Controls.Add(Me.副檔名_tb)
  243. Me.Panel1.Controls.Add(Me.核准_ch)
  244. Me.Panel1.Controls.Add(Me.圖片庫_tb)
  245. Me.Panel1.Controls.Add(Me.會議編號_tb)
  246. Me.Panel1.Controls.Add(Me.檔案路徑_tb)
  247. Me.Panel1.Controls.Add(Me.新建議題_rbt)
  248. Me.Panel1.Location = New System.Drawing.Point(477, 400)
  249. Me.Panel1.Name = "Panel1"
  250. Me.Panel1.Size = New System.Drawing.Size(549, 87)
  251. Me.Panel1.TabIndex = 1852
  252. Me.Panel1.Visible = False
  253. '
  254. '核准_tb
  255. '
  256. Me.核准_tb.AllowDrop = True
  257. Me.核准_tb.ForeColor = System.Drawing.Color.Black
  258. Me.核准_tb.Location = New System.Drawing.Point(247, 32)
  259. Me.核准_tb.Name = "核准_tb"
  260. Me.核准_tb.Size = New System.Drawing.Size(116, 23)
  261. Me.核准_tb.TabIndex = 1852
  262. '
  263. 'Label1
  264. '
  265. Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  266. Me.Label1.AutoSize = True
  267. Me.Label1.BackColor = System.Drawing.Color.Transparent
  268. Me.Label1.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  269. Me.Label1.ForeColor = System.Drawing.Color.Red
  270. Me.Label1.Location = New System.Drawing.Point(127, 62)
  271. Me.Label1.Name = "Label1"
  272. Me.Label1.Size = New System.Drawing.Size(187, 16)
  273. Me.Label1.TabIndex = 1851
  274. Me.Label1.Text = "需要新建議題時要先按下新建按鈕"
  275. Me.Label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  276. '
  277. '文件號_tb
  278. '
  279. Me.文件號_tb.Enabled = False
  280. Me.文件號_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  281. Me.文件號_tb.Location = New System.Drawing.Point(125, 3)
  282. Me.文件號_tb.Name = "文件號_tb"
  283. Me.文件號_tb.Size = New System.Drawing.Size(116, 23)
  284. Me.文件號_tb.TabIndex = 1676
  285. '
  286. '已完成_ch
  287. '
  288. Me.已完成_ch.AutoSize = True
  289. Me.已完成_ch.BackColor = System.Drawing.Color.Transparent
  290. Me.已完成_ch.Location = New System.Drawing.Point(3, 61)
  291. Me.已完成_ch.Name = "已完成_ch"
  292. Me.已完成_ch.Size = New System.Drawing.Size(62, 20)
  293. Me.已完成_ch.TabIndex = 1469
  294. Me.已完成_ch.Text = "已完成"
  295. Me.已完成_ch.UseVisualStyleBackColor = False
  296. '
  297. '副檔名_tb
  298. '
  299. Me.副檔名_tb.Enabled = False
  300. Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  301. Me.副檔名_tb.Location = New System.Drawing.Point(125, 32)
  302. Me.副檔名_tb.Name = "副檔名_tb"
  303. Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
  304. Me.副檔名_tb.TabIndex = 1675
  305. '
  306. '核准_ch
  307. '
  308. Me.核准_ch.AutoSize = True
  309. Me.核准_ch.BackColor = System.Drawing.Color.Transparent
  310. Me.核准_ch.Location = New System.Drawing.Point(71, 61)
  311. Me.核准_ch.Name = "核准_ch"
  312. Me.核准_ch.Size = New System.Drawing.Size(50, 20)
  313. Me.核准_ch.TabIndex = 1842
  314. Me.核准_ch.Text = "核准"
  315. Me.核准_ch.UseVisualStyleBackColor = False
  316. '
  317. '圖片庫_tb
  318. '
  319. Me.圖片庫_tb.AllowDrop = True
  320. Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
  321. Me.圖片庫_tb.Location = New System.Drawing.Point(3, 32)
  322. Me.圖片庫_tb.Name = "圖片庫_tb"
  323. Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
  324. Me.圖片庫_tb.TabIndex = 1674
  325. '
  326. '會議編號_tb
  327. '
  328. Me.會議編號_tb.AllowDrop = True
  329. Me.會議編號_tb.ForeColor = System.Drawing.Color.Black
  330. Me.會議編號_tb.Location = New System.Drawing.Point(247, 3)
  331. Me.會議編號_tb.Name = "會議編號_tb"
  332. Me.會議編號_tb.Size = New System.Drawing.Size(116, 23)
  333. Me.會議編號_tb.TabIndex = 1673
  334. '
  335. '檔案路徑_tb
  336. '
  337. Me.檔案路徑_tb.AllowDrop = True
  338. Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
  339. Me.檔案路徑_tb.Location = New System.Drawing.Point(3, 3)
  340. Me.檔案路徑_tb.Multiline = True
  341. Me.檔案路徑_tb.Name = "檔案路徑_tb"
  342. Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
  343. Me.檔案路徑_tb.TabIndex = 1672
  344. '
  345. '新建議題_rbt
  346. '
  347. Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  348. Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
  349. Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  350. Me.新建議題_rbt.Location = New System.Drawing.Point(484, 3)
  351. Me.新建議題_rbt.Name = "新建議題_rbt"
  352. Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
  353. Me.新建議題_rbt.TabIndex = 1848
  354. Me.新建議題_rbt.UseVisualStyleBackColor = True
  355. '
  356. 'Panel2
  357. '
  358. Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  359. Me.Panel2.BackColor = System.Drawing.Color.Transparent
  360. Me.Panel2.Controls.Add(Me.已完成_bt)
  361. Me.Panel2.Controls.Add(Me.取消_ch)
  362. Me.Panel2.Controls.Add(Me.通過_ch)
  363. Me.Panel2.Controls.Add(Me.已完成資料顯示_ch)
  364. Me.Panel2.Controls.Add(Me.長期執行_ch)
  365. Me.Panel2.Location = New System.Drawing.Point(582, 315)
  366. Me.Panel2.Name = "Panel2"
  367. Me.Panel2.Size = New System.Drawing.Size(457, 25)
  368. Me.Panel2.TabIndex = 1841
  369. '
  370. '已完成_bt
  371. '
  372. Me.已完成_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  373. Me.已完成_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  374. Me.已完成_bt.Location = New System.Drawing.Point(3, 0)
  375. Me.已完成_bt.Name = "已完成_bt"
  376. Me.已完成_bt.Size = New System.Drawing.Size(78, 25)
  377. Me.已完成_bt.TabIndex = 1845
  378. Me.已完成_bt.Text = "已完成"
  379. Me.已完成_bt.UseVisualStyleBackColor = True
  380. '
  381. '取消_ch
  382. '
  383. Me.取消_ch.AutoSize = True
  384. Me.取消_ch.BackColor = System.Drawing.Color.Transparent
  385. Me.取消_ch.Location = New System.Drawing.Point(285, 3)
  386. Me.取消_ch.Name = "取消_ch"
  387. Me.取消_ch.Size = New System.Drawing.Size(50, 20)
  388. Me.取消_ch.TabIndex = 1844
  389. Me.取消_ch.Text = "取消"
  390. Me.取消_ch.UseVisualStyleBackColor = False
  391. '
  392. '通過_ch
  393. '
  394. Me.通過_ch.AutoSize = True
  395. Me.通過_ch.BackColor = System.Drawing.Color.Transparent
  396. Me.通過_ch.Checked = True
  397. Me.通過_ch.CheckState = System.Windows.Forms.CheckState.Checked
  398. Me.通過_ch.Location = New System.Drawing.Point(227, 3)
  399. Me.通過_ch.Name = "通過_ch"
  400. Me.通過_ch.Size = New System.Drawing.Size(50, 20)
  401. Me.通過_ch.TabIndex = 1843
  402. Me.通過_ch.Text = "通過"
  403. Me.通過_ch.UseVisualStyleBackColor = False
  404. '
  405. '已完成資料顯示_ch
  406. '
  407. Me.已完成資料顯示_ch.AutoSize = True
  408. Me.已完成資料顯示_ch.BackColor = System.Drawing.Color.Transparent
  409. Me.已完成資料顯示_ch.Location = New System.Drawing.Point(343, 3)
  410. Me.已完成資料顯示_ch.Name = "已完成資料顯示_ch"
  411. Me.已完成資料顯示_ch.Size = New System.Drawing.Size(110, 20)
  412. Me.已完成資料顯示_ch.TabIndex = 1673
  413. Me.已完成資料顯示_ch.Text = "已完成資料顯示"
  414. Me.已完成資料顯示_ch.UseVisualStyleBackColor = False
  415. '
  416. '長期執行_ch
  417. '
  418. Me.長期執行_ch.AutoSize = True
  419. Me.長期執行_ch.BackColor = System.Drawing.Color.Transparent
  420. Me.長期執行_ch.Location = New System.Drawing.Point(83, 3)
  421. Me.長期執行_ch.Name = "長期執行_ch"
  422. Me.長期執行_ch.Size = New System.Drawing.Size(74, 20)
  423. Me.長期執行_ch.TabIndex = 1470
  424. Me.長期執行_ch.Text = "長期執行"
  425. Me.長期執行_ch.UseVisualStyleBackColor = False
  426. '
  427. '圖片清單_dgv
  428. '
  429. DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
  430. Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
  431. Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  432. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  433. Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  434. Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
  435. Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  436. Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  437. Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
  438. Me.圖片清單_dgv.Name = "圖片清單_dgv"
  439. Me.圖片清單_dgv.RowHeadersWidth = 5
  440. Me.圖片清單_dgv.RowTemplate.Height = 24
  441. Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
  442. Me.圖片清單_dgv.TabIndex = 1854
  443. '
  444. '圖片_pb
  445. '
  446. Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  447. Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  448. Me.圖片_pb.BackColor = System.Drawing.Color.White
  449. Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  450. Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  451. Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
  452. Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
  453. Me.圖片_pb.Name = "圖片_pb"
  454. Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
  455. Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
  456. Me.圖片_pb.TabIndex = 1853
  457. Me.圖片_pb.TabStop = False
  458. '
  459. 'SplitContainer1
  460. '
  461. Me.SplitContainer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  462. Or System.Windows.Forms.AnchorStyles.Left) _
  463. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  464. Me.SplitContainer1.Location = New System.Drawing.Point(305, 0)
  465. Me.SplitContainer1.Name = "SplitContainer1"
  466. Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
  467. '
  468. 'SplitContainer1.Panel1
  469. '
  470. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_lb)
  471. Me.SplitContainer1.Panel1.Controls.Add(Me.作廢_tb)
  472. Me.SplitContainer1.Panel1.Controls.Add(Me.會議日期_lb)
  473. Me.SplitContainer1.Panel1.Controls.Add(Me.刪除_rtb)
  474. Me.SplitContainer1.Panel1.Controls.Add(Me.核准_bt)
  475. Me.SplitContainer1.Panel1.Controls.Add(Me.會議日期_dtp)
  476. Me.SplitContainer1.Panel1.Controls.Add(Me.Panel2)
  477. Me.SplitContainer1.Panel1.Controls.Add(Me.字體大小_nud)
  478. Me.SplitContainer1.Panel1.Controls.Add(Me.會議項目_lb)
  479. Me.SplitContainer1.Panel1.Controls.Add(Me.存檔_rbt)
  480. Me.SplitContainer1.Panel1.Controls.Add(Me.地點_cb)
  481. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_lb)
  482. Me.SplitContainer1.Panel1.Controls.Add(Me.地點_lb)
  483. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_cb)
  484. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_cb)
  485. Me.SplitContainer1.Panel1.Controls.Add(Me.預計完成_lb)
  486. Me.SplitContainer1.Panel1.Controls.Add(Me.會議項目_tb)
  487. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_cb)
  488. Me.SplitContainer1.Panel1.Controls.Add(Me.執行情況_lb)
  489. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_dgv)
  490. Me.SplitContainer1.Panel1.Controls.Add(Me.執行時間_lb)
  491. Me.SplitContainer1.Panel1.Controls.Add(Me.執行人_lb)
  492. Me.SplitContainer1.Panel1.Controls.Add(Me.刪除執行人_bt)
  493. Me.SplitContainer1.Panel1.Controls.Add(Me.細項說明_tb)
  494. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_tb)
  495. Me.SplitContainer1.Panel1.Controls.Add(Me.新建執行人_bt)
  496. Me.SplitContainer1.Panel1.Controls.Add(Me.備註_lb)
  497. Me.SplitContainer1.Panel1.Controls.Add(Me.執行時間_cb)
  498. '
  499. 'SplitContainer1.Panel2
  500. '
  501. Me.SplitContainer1.Panel2.Controls.Add(Me.SplitContainer2)
  502. Me.SplitContainer1.Size = New System.Drawing.Size(1043, 681)
  503. Me.SplitContainer1.SplitterDistance = 340
  504. Me.SplitContainer1.SplitterWidth = 2
  505. Me.SplitContainer1.TabIndex = 1856
  506. '
  507. '字體大小_lb
  508. '
  509. Me.字體大小_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  510. Me.字體大小_lb.AutoSize = True
  511. Me.字體大小_lb.BackColor = System.Drawing.Color.Transparent
  512. Me.字體大小_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  513. Me.字體大小_lb.Location = New System.Drawing.Point(474, 72)
  514. Me.字體大小_lb.Name = "字體大小_lb"
  515. Me.字體大小_lb.Size = New System.Drawing.Size(55, 16)
  516. Me.字體大小_lb.TabIndex = 1847
  517. Me.字體大小_lb.Text = "字體大小"
  518. Me.字體大小_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  519. '
  520. '作廢_tb
  521. '
  522. Me.作廢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  523. Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
  524. Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  525. Me.作廢_tb.Location = New System.Drawing.Point(710, 1)
  526. Me.作廢_tb.Name = "作廢_tb"
  527. Me.作廢_tb.Size = New System.Drawing.Size(60, 48)
  528. Me.作廢_tb.TabIndex = 1854
  529. Me.作廢_tb.UseVisualStyleBackColor = True
  530. '
  531. '會議日期_lb
  532. '
  533. Me.會議日期_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  534. Me.會議日期_lb.AutoSize = True
  535. Me.會議日期_lb.BackColor = System.Drawing.Color.Transparent
  536. Me.會議日期_lb.ForeColor = System.Drawing.Color.Black
  537. Me.會議日期_lb.Location = New System.Drawing.Point(437, 6)
  538. Me.會議日期_lb.Name = "會議日期_lb"
  539. Me.會議日期_lb.Size = New System.Drawing.Size(55, 16)
  540. Me.會議日期_lb.TabIndex = 1825
  541. Me.會議日期_lb.Text = "立案日期"
  542. '
  543. '刪除_rtb
  544. '
  545. Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  546. Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
  547. Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  548. Me.刪除_rtb.Location = New System.Drawing.Point(799, 1)
  549. Me.刪除_rtb.Name = "刪除_rtb"
  550. Me.刪除_rtb.Size = New System.Drawing.Size(60, 48)
  551. Me.刪除_rtb.TabIndex = 1850
  552. Me.刪除_rtb.UseVisualStyleBackColor = True
  553. '
  554. '核准_bt
  555. '
  556. Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  557. Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
  558. Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  559. Me.核准_bt.Location = New System.Drawing.Point(649, 1)
  560. Me.核准_bt.Name = "核准_bt"
  561. Me.核准_bt.Size = New System.Drawing.Size(60, 48)
  562. Me.核准_bt.TabIndex = 1853
  563. Me.核准_bt.UseVisualStyleBackColor = True
  564. '
  565. '會議日期_dtp
  566. '
  567. Me.會議日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  568. Me.會議日期_dtp.CustomFormat = "yyyy/MM/dd"
  569. Me.會議日期_dtp.Format = System.Windows.Forms.DateTimePickerFormat.Custom
  570. Me.會議日期_dtp.Location = New System.Drawing.Point(494, 2)
  571. Me.會議日期_dtp.Name = "會議日期_dtp"
  572. Me.會議日期_dtp.Size = New System.Drawing.Size(87, 23)
  573. Me.會議日期_dtp.TabIndex = 1824
  574. '
  575. '字體大小_nud
  576. '
  577. Me.字體大小_nud.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  578. Me.字體大小_nud.BackColor = System.Drawing.Color.White
  579. Me.字體大小_nud.ForeColor = System.Drawing.Color.Black
  580. Me.字體大小_nud.Location = New System.Drawing.Point(531, 69)
  581. Me.字體大小_nud.Maximum = New Decimal(New Integer() {72, 0, 0, 0})
  582. Me.字體大小_nud.Minimum = New Decimal(New Integer() {8, 0, 0, 0})
  583. Me.字體大小_nud.Name = "字體大小_nud"
  584. Me.字體大小_nud.Size = New System.Drawing.Size(49, 23)
  585. Me.字體大小_nud.TabIndex = 1846
  586. Me.字體大小_nud.Value = New Decimal(New Integer() {12, 0, 0, 0})
  587. '
  588. '會議項目_lb
  589. '
  590. Me.會議項目_lb.AutoSize = True
  591. Me.會議項目_lb.BackColor = System.Drawing.Color.Transparent
  592. Me.會議項目_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  593. Me.會議項目_lb.Location = New System.Drawing.Point(6, 8)
  594. Me.會議項目_lb.Name = "會議項目_lb"
  595. Me.會議項目_lb.Size = New System.Drawing.Size(84, 16)
  596. Me.會議項目_lb.TabIndex = 1821
  597. Me.會議項目_lb.Text = "會議/專案項目"
  598. Me.會議項目_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  599. '
  600. '存檔_rbt
  601. '
  602. Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  603. Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
  604. Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
  605. Me.存檔_rbt.Location = New System.Drawing.Point(583, 2)
  606. Me.存檔_rbt.Name = "存檔_rbt"
  607. Me.存檔_rbt.Size = New System.Drawing.Size(60, 48)
  608. Me.存檔_rbt.TabIndex = 1849
  609. Me.存檔_rbt.UseVisualStyleBackColor = True
  610. '
  611. '地點_cb
  612. '
  613. Me.地點_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  614. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  615. Me.地點_cb.FormattingEnabled = True
  616. Me.地點_cb.Items.AddRange(New Object() {"3F 會議室"})
  617. Me.地點_cb.Location = New System.Drawing.Point(172, 2)
  618. Me.地點_cb.Name = "地點_cb"
  619. Me.地點_cb.Size = New System.Drawing.Size(259, 24)
  620. Me.地點_cb.TabIndex = 1819
  621. '
  622. '細項說明_lb
  623. '
  624. Me.細項說明_lb.AutoSize = True
  625. Me.細項說明_lb.BackColor = System.Drawing.Color.Transparent
  626. Me.細項說明_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  627. Me.細項說明_lb.Location = New System.Drawing.Point(6, 73)
  628. Me.細項說明_lb.Name = "細項說明_lb"
  629. Me.細項說明_lb.Size = New System.Drawing.Size(55, 16)
  630. Me.細項說明_lb.TabIndex = 1826
  631. Me.細項說明_lb.Text = "細項說明"
  632. Me.細項說明_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  633. '
  634. '地點_lb
  635. '
  636. Me.地點_lb.AutoSize = True
  637. Me.地點_lb.BackColor = System.Drawing.Color.Transparent
  638. Me.地點_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  639. Me.地點_lb.ForeColor = System.Drawing.Color.Black
  640. Me.地點_lb.Location = New System.Drawing.Point(138, 6)
  641. Me.地點_lb.Name = "地點_lb"
  642. Me.地點_lb.Size = New System.Drawing.Size(31, 16)
  643. Me.地點_lb.TabIndex = 1818
  644. Me.地點_lb.Text = "地點"
  645. Me.地點_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  646. '
  647. '預計完成_cb
  648. '
  649. Me.預計完成_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  650. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  651. Me.預計完成_cb.FormattingEnabled = True
  652. Me.預計完成_cb.Location = New System.Drawing.Point(67, 289)
  653. Me.預計完成_cb.Name = "預計完成_cb"
  654. Me.預計完成_cb.Size = New System.Drawing.Size(514, 24)
  655. Me.預計完成_cb.TabIndex = 1833
  656. '
  657. '執行人_cb
  658. '
  659. Me.執行人_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  660. Me.執行人_cb.FormattingEnabled = True
  661. Me.執行人_cb.Location = New System.Drawing.Point(934, 3)
  662. Me.執行人_cb.Name = "執行人_cb"
  663. Me.執行人_cb.Size = New System.Drawing.Size(105, 24)
  664. Me.執行人_cb.TabIndex = 1836
  665. '
  666. '預計完成_lb
  667. '
  668. Me.預計完成_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  669. Me.預計完成_lb.AutoSize = True
  670. Me.預計完成_lb.BackColor = System.Drawing.Color.Transparent
  671. Me.預計完成_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  672. Me.預計完成_lb.Location = New System.Drawing.Point(6, 292)
  673. Me.預計完成_lb.Name = "預計完成_lb"
  674. Me.預計完成_lb.Size = New System.Drawing.Size(55, 16)
  675. Me.預計完成_lb.TabIndex = 1832
  676. Me.預計完成_lb.Text = "預計完成"
  677. Me.預計完成_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  678. '
  679. '會議項目_tb
  680. '
  681. Me.會議項目_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
  682. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  683. Me.會議項目_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  684. Me.會議項目_tb.Location = New System.Drawing.Point(5, 26)
  685. Me.會議項目_tb.Multiline = True
  686. Me.會議項目_tb.Name = "會議項目_tb"
  687. Me.會議項目_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  688. Me.會議項目_tb.Size = New System.Drawing.Size(576, 41)
  689. Me.會議項目_tb.TabIndex = 1823
  690. '
  691. '執行情況_cb
  692. '
  693. Me.執行情況_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  694. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  695. Me.執行情況_cb.FormattingEnabled = True
  696. Me.執行情況_cb.Location = New System.Drawing.Point(67, 314)
  697. Me.執行情況_cb.Name = "執行情況_cb"
  698. Me.執行情況_cb.Size = New System.Drawing.Size(514, 24)
  699. Me.執行情況_cb.TabIndex = 1831
  700. '
  701. '執行情況_lb
  702. '
  703. Me.執行情況_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  704. Me.執行情況_lb.AutoSize = True
  705. Me.執行情況_lb.BackColor = System.Drawing.Color.Transparent
  706. Me.執行情況_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  707. Me.執行情況_lb.Location = New System.Drawing.Point(6, 317)
  708. Me.執行情況_lb.Name = "執行情況_lb"
  709. Me.執行情況_lb.Size = New System.Drawing.Size(55, 16)
  710. Me.執行情況_lb.TabIndex = 1830
  711. Me.執行情況_lb.Text = "執行情況"
  712. Me.執行情況_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  713. '
  714. '執行人_dgv
  715. '
  716. Me.執行人_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  717. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  718. Me.執行人_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  719. Me.執行人_dgv.BackgroundColor = System.Drawing.Color.White
  720. Me.執行人_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  721. Me.執行人_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  722. Me.執行人_dgv.Location = New System.Drawing.Point(882, 65)
  723. Me.執行人_dgv.Name = "執行人_dgv"
  724. Me.執行人_dgv.RowHeadersWidth = 5
  725. Me.執行人_dgv.RowTemplate.Height = 24
  726. Me.執行人_dgv.Size = New System.Drawing.Size(158, 248)
  727. Me.執行人_dgv.TabIndex = 1817
  728. '
  729. '執行時間_lb
  730. '
  731. Me.執行時間_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
  732. Me.執行時間_lb.AutoSize = True
  733. Me.執行時間_lb.BackColor = System.Drawing.Color.Transparent
  734. Me.執行時間_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  735. Me.執行時間_lb.Location = New System.Drawing.Point(6, 267)
  736. Me.執行時間_lb.Name = "執行時間_lb"
  737. Me.執行時間_lb.Size = New System.Drawing.Size(55, 16)
  738. Me.執行時間_lb.TabIndex = 1828
  739. Me.執行時間_lb.Text = "執行時間"
  740. Me.執行時間_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  741. '
  742. '執行人_lb
  743. '
  744. Me.執行人_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  745. Me.執行人_lb.AutoSize = True
  746. Me.執行人_lb.BackColor = System.Drawing.Color.Transparent
  747. Me.執行人_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  748. Me.執行人_lb.Location = New System.Drawing.Point(889, 7)
  749. Me.執行人_lb.Name = "執行人_lb"
  750. Me.執行人_lb.Size = New System.Drawing.Size(43, 16)
  751. Me.執行人_lb.TabIndex = 1834
  752. Me.執行人_lb.Text = "執行人"
  753. Me.執行人_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  754. '
  755. '刪除執行人_bt
  756. '
  757. Me.刪除執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  758. Me.刪除執行人_bt.ForeColor = System.Drawing.Color.Red
  759. Me.刪除執行人_bt.Location = New System.Drawing.Point(961, 28)
  760. Me.刪除執行人_bt.Name = "刪除執行人_bt"
  761. Me.刪除執行人_bt.Size = New System.Drawing.Size(78, 35)
  762. Me.刪除執行人_bt.TabIndex = 1837
  763. Me.刪除執行人_bt.Text = "刪除"
  764. Me.刪除執行人_bt.UseVisualStyleBackColor = True
  765. '
  766. '細項說明_tb
  767. '
  768. Me.細項說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  769. Or System.Windows.Forms.AnchorStyles.Left) _
  770. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  771. Me.細項說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  772. Me.細項說明_tb.Location = New System.Drawing.Point(5, 93)
  773. Me.細項說明_tb.Multiline = True
  774. Me.細項說明_tb.Name = "細項說明_tb"
  775. Me.細項說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Both
  776. Me.細項說明_tb.Size = New System.Drawing.Size(576, 170)
  777. Me.細項說明_tb.TabIndex = 1827
  778. '
  779. '備註_tb
  780. '
  781. Me.備註_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  782. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  783. Me.備註_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
  784. Me.備註_tb.Location = New System.Drawing.Point(583, 65)
  785. Me.備註_tb.Multiline = True
  786. Me.備註_tb.Name = "備註_tb"
  787. Me.備註_tb.Size = New System.Drawing.Size(298, 248)
  788. Me.備註_tb.TabIndex = 1820
  789. '
  790. '新建執行人_bt
  791. '
  792. Me.新建執行人_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  793. Me.新建執行人_bt.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
  794. Me.新建執行人_bt.Location = New System.Drawing.Point(882, 28)
  795. Me.新建執行人_bt.Name = "新建執行人_bt"
  796. Me.新建執行人_bt.Size = New System.Drawing.Size(78, 35)
  797. Me.新建執行人_bt.TabIndex = 1838
  798. Me.新建執行人_bt.Text = "新建執行人"
  799. Me.新建執行人_bt.UseVisualStyleBackColor = True
  800. '
  801. '備註_lb
  802. '
  803. Me.備註_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  804. Me.備註_lb.AutoSize = True
  805. Me.備註_lb.BackColor = System.Drawing.Color.Transparent
  806. Me.備註_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  807. Me.備註_lb.Location = New System.Drawing.Point(585, 50)
  808. Me.備註_lb.Name = "備註_lb"
  809. Me.備註_lb.Size = New System.Drawing.Size(55, 16)
  810. Me.備註_lb.TabIndex = 1835
  811. Me.備註_lb.Text = "主管備註"
  812. Me.備註_lb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
  813. '
  814. '執行時間_cb
  815. '
  816. Me.執行時間_cb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
  817. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  818. Me.執行時間_cb.FormattingEnabled = True
  819. Me.執行時間_cb.Location = New System.Drawing.Point(67, 264)
  820. Me.執行時間_cb.Name = "執行時間_cb"
  821. Me.執行時間_cb.Size = New System.Drawing.Size(514, 24)
  822. Me.執行時間_cb.TabIndex = 1829
  823. '
  824. '會議記錄表_dgv
  825. '
  826. Me.會議記錄表_dgv.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.會議記錄表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  830. Me.會議記錄表_dgv.BackgroundColor = System.Drawing.Color.White
  831. Me.會議記錄表_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  832. Me.會議記錄表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  833. Me.會議記錄表_dgv.Location = New System.Drawing.Point(3, 1)
  834. Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
  835. Me.會議記錄表_dgv.RowHeadersWidth = 5
  836. DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  837. DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  838. Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
  839. Me.會議記錄表_dgv.RowTemplate.Height = 24
  840. Me.會議記錄表_dgv.Size = New System.Drawing.Size(1039, 168)
  841. Me.會議記錄表_dgv.TabIndex = 1816
  842. '
  843. 'ToolTip1
  844. '
  845. Me.ToolTip1.AutoPopDelay = 5000
  846. Me.ToolTip1.InitialDelay = 500
  847. Me.ToolTip1.IsBalloon = True
  848. Me.ToolTip1.ReshowDelay = 100
  849. Me.ToolTip1.ToolTipTitle = "系統說明"
  850. '
  851. 'OpenFileDialog1
  852. '
  853. Me.OpenFileDialog1.FileName = "OpenFileDialog1"
  854. Me.OpenFileDialog1.Multiselect = True
  855. '
  856. 'SplitContainer2
  857. '
  858. Me.SplitContainer2.Dock = System.Windows.Forms.DockStyle.Fill
  859. Me.SplitContainer2.Location = New System.Drawing.Point(0, 0)
  860. Me.SplitContainer2.Name = "SplitContainer2"
  861. Me.SplitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal
  862. '
  863. 'SplitContainer2.Panel1
  864. '
  865. Me.SplitContainer2.Panel1.Controls.Add(Me.會議記錄表_dgv)
  866. '
  867. 'SplitContainer2.Panel2
  868. '
  869. Me.SplitContainer2.Panel2.Controls.Add(Me.會議記錄表1_dgv)
  870. Me.SplitContainer2.Size = New System.Drawing.Size(1043, 339)
  871. Me.SplitContainer2.SplitterDistance = 169
  872. Me.SplitContainer2.SplitterWidth = 1
  873. Me.SplitContainer2.TabIndex = 1817
  874. '
  875. '會議記錄表1_dgv
  876. '
  877. Me.會議記錄表1_dgv.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
  878. Or System.Windows.Forms.AnchorStyles.Left) _
  879. Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
  880. Me.會議記錄表1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
  881. Me.會議記錄表1_dgv.BackgroundColor = System.Drawing.Color.White
  882. Me.會議記錄表1_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
  883. Me.會議記錄表1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
  884. Me.會議記錄表1_dgv.Location = New System.Drawing.Point(3, 0)
  885. Me.會議記錄表1_dgv.Name = "會議記錄表1_dgv"
  886. Me.會議記錄表1_dgv.RowHeadersWidth = 5
  887. DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  888. DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
  889. Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
  890. Me.會議記錄表1_dgv.RowTemplate.Height = 24
  891. Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1039, 166)
  892. Me.會議記錄表1_dgv.TabIndex = 1817
  893. '
  894. '專案及會議執行
  895. '
  896. Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
  897. Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
  898. Me.ClientSize = New System.Drawing.Size(1349, 681)
  899. Me.Controls.Add(Me.Panel3)
  900. Me.Controls.Add(Me.Panel1)
  901. Me.Controls.Add(Me.圖片清單_dgv)
  902. Me.Controls.Add(Me.圖片_pb)
  903. Me.Controls.Add(Me.SplitContainer1)
  904. Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
  905. Me.Margin = New System.Windows.Forms.Padding(4)
  906. Me.Name = "專案及會議執行"
  907. Me.Text = "專案及會議執行"
  908. Me.Panel3.ResumeLayout(False)
  909. CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
  910. CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
  911. CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
  912. CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
  913. CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
  914. CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
  915. Me.Panel1.ResumeLayout(False)
  916. Me.Panel1.PerformLayout()
  917. Me.Panel2.ResumeLayout(False)
  918. Me.Panel2.PerformLayout()
  919. CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  920. CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
  921. Me.SplitContainer1.Panel1.ResumeLayout(False)
  922. Me.SplitContainer1.Panel1.PerformLayout()
  923. Me.SplitContainer1.Panel2.ResumeLayout(False)
  924. CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
  925. Me.SplitContainer1.ResumeLayout(False)
  926. CType(Me.字體大小_nud, System.ComponentModel.ISupportInitialize).EndInit()
  927. CType(Me.執行人_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  928. CType(Me.會議記錄表_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  929. Me.SplitContainer2.Panel1.ResumeLayout(False)
  930. Me.SplitContainer2.Panel2.ResumeLayout(False)
  931. CType(Me.SplitContainer2, System.ComponentModel.ISupportInitialize).EndInit()
  932. Me.SplitContainer2.ResumeLayout(False)
  933. CType(Me.會議記錄表1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
  934. Me.ResumeLayout(False)
  935. End Sub
  936. Friend WithEvents Panel3 As Panel
  937. Friend WithEvents 圖檔入系統_rbt As Button
  938. Friend WithEvents 讀取資料夾路徑_rbt As Button
  939. Friend WithEvents PB5 As PictureBox
  940. Friend WithEvents PB4 As PictureBox
  941. Friend WithEvents PB1 As PictureBox
  942. Friend WithEvents PB2 As PictureBox
  943. Friend WithEvents PB3 As PictureBox
  944. Friend WithEvents PB6 As PictureBox
  945. Friend WithEvents Panel1 As Panel
  946. Friend WithEvents 核准_ch As CheckBox
  947. Friend WithEvents 文件號_tb As TextBox
  948. Friend WithEvents 副檔名_tb As TextBox
  949. Friend WithEvents 圖片庫_tb As TextBox
  950. Friend WithEvents 會議編號_tb As TextBox
  951. Friend WithEvents 檔案路徑_tb As TextBox
  952. Friend WithEvents Panel2 As Panel
  953. Friend WithEvents 已完成_ch As CheckBox
  954. Friend WithEvents 已完成資料顯示_ch As CheckBox
  955. Friend WithEvents 長期執行_ch As CheckBox
  956. Friend WithEvents 圖片清單_dgv As DataGridView
  957. Friend WithEvents 圖片_pb As PictureBox
  958. Friend WithEvents SplitContainer1 As SplitContainer
  959. Friend WithEvents Label1 As Label
  960. Friend WithEvents 字體大小_lb As Label
  961. Friend WithEvents 會議日期_lb As Label
  962. Friend WithEvents 刪除_rtb As Button
  963. Friend WithEvents 會議日期_dtp As DateTimePicker
  964. Friend WithEvents 字體大小_nud As NumericUpDown
  965. Friend WithEvents 會議項目_lb As Label
  966. Friend WithEvents 存檔_rbt As Button
  967. Friend WithEvents 地點_cb As ComboBox
  968. Friend WithEvents 細項說明_lb As Label
  969. Friend WithEvents 地點_lb As Label
  970. Friend WithEvents 預計完成_cb As ComboBox
  971. Friend WithEvents 執行人_cb As ComboBox
  972. Friend WithEvents 預計完成_lb As Label
  973. Friend WithEvents 會議項目_tb As TextBox
  974. Friend WithEvents 新建議題_rbt As Button
  975. Friend WithEvents 執行情況_cb As ComboBox
  976. Friend WithEvents 執行情況_lb As Label
  977. Friend WithEvents 執行人_dgv As DataGridView
  978. Friend WithEvents 執行時間_lb As Label
  979. Friend WithEvents 執行人_lb As Label
  980. Friend WithEvents 刪除執行人_bt As Button
  981. Friend WithEvents 細項說明_tb As TextBox
  982. Friend WithEvents 備註_tb As TextBox
  983. Friend WithEvents 新建執行人_bt As Button
  984. Friend WithEvents 備註_lb As Label
  985. Friend WithEvents 執行時間_cb As ComboBox
  986. Friend WithEvents 會議記錄表_dgv As DataGridView
  987. Friend WithEvents ToolTip1 As ToolTip
  988. Friend WithEvents OpenFileDialog1 As OpenFileDialog
  989. Friend WithEvents 作廢_tb As Button
  990. Friend WithEvents 核准_bt As Button
  991. Friend WithEvents 通過_ch As CheckBox
  992. Friend WithEvents 取消_ch As CheckBox
  993. Friend WithEvents 已完成_bt As Button
  994. Friend WithEvents 核准_tb As TextBox
  995. Friend WithEvents SplitContainer2 As SplitContainer
  996. Friend WithEvents 會議記錄表1_dgv As DataGridView
  997. End Class