|
@@ -23,12 +23,21 @@ Partial Class 專案及會議執行
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()>
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
26
|
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議執行))
|
27
|
27
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
28
|
28
|
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
29
|
29
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
30
|
|
- Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(專案及會議執行))
|
|
30
|
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
31
|
+ Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
31
|
32
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
33
|
+ Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
|
|
34
|
+ Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
|
|
35
|
+ Me.PB5 = New System.Windows.Forms.PictureBox()
|
|
36
|
+ Me.PB4 = New System.Windows.Forms.PictureBox()
|
|
37
|
+ Me.PB1 = New System.Windows.Forms.PictureBox()
|
|
38
|
+ Me.PB2 = New System.Windows.Forms.PictureBox()
|
|
39
|
+ Me.PB3 = New System.Windows.Forms.PictureBox()
|
|
40
|
+ Me.PB6 = New System.Windows.Forms.PictureBox()
|
32
|
41
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
33
|
42
|
Me.核准_tb = New System.Windows.Forms.TextBox()
|
34
|
43
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
@@ -39,6 +48,7 @@ Partial Class 專案及會議執行
|
39
|
48
|
Me.圖片庫_tb = New System.Windows.Forms.TextBox()
|
40
|
49
|
Me.會議編號_tb = New System.Windows.Forms.TextBox()
|
41
|
50
|
Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
|
|
51
|
+ Me.新建議題_rbt = New System.Windows.Forms.Button()
|
42
|
52
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
43
|
53
|
Me.已完成_bt = New System.Windows.Forms.Button()
|
44
|
54
|
Me.取消_ch = New System.Windows.Forms.CheckBox()
|
|
@@ -76,34 +86,32 @@ Partial Class 專案及會議執行
|
76
|
86
|
Me.ToolTip1 = New System.Windows.Forms.ToolTip(Me.components)
|
77
|
87
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
78
|
88
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
89
|
+ Me.刪除_rtb = New System.Windows.Forms.Button()
|
|
90
|
+ Me.存檔_rbt = New System.Windows.Forms.Button()
|
|
91
|
+ Me.作廢_tb = New System.Windows.Forms.Button()
|
|
92
|
+ Me.核准_bt = New System.Windows.Forms.Button()
|
79
|
93
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
80
|
94
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
81
|
95
|
Me.會議記錄表2_dgv = New System.Windows.Forms.DataGridView()
|
82
|
96
|
Me.Label2 = New System.Windows.Forms.Label()
|
83
|
97
|
Me.人員_dgv = New System.Windows.Forms.DataGridView()
|
84
|
|
- Me.圖片_P = New System.Windows.Forms.Panel()
|
85
|
98
|
Me.PDF_P = New System.Windows.Forms.Panel()
|
86
|
99
|
Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer()
|
87
|
100
|
Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
|
|
101
|
+ Me.圖片_P = New System.Windows.Forms.Panel()
|
|
102
|
+ Me.圖片1_pb = New System.Windows.Forms.PictureBox()
|
88
|
103
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
89
|
104
|
Me.Panel5 = New System.Windows.Forms.Panel()
|
90
|
105
|
Me.Panel6 = New System.Windows.Forms.Panel()
|
91
|
|
- Me.刪除_rtb = New System.Windows.Forms.Button()
|
92
|
|
- Me.存檔_rbt = New System.Windows.Forms.Button()
|
93
|
|
- Me.作廢_tb = New System.Windows.Forms.Button()
|
94
|
|
- Me.核准_bt = New System.Windows.Forms.Button()
|
95
|
|
- Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
|
96
|
|
- Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
|
97
|
|
- Me.PB5 = New System.Windows.Forms.PictureBox()
|
98
|
|
- Me.PB4 = New System.Windows.Forms.PictureBox()
|
99
|
|
- Me.PB1 = New System.Windows.Forms.PictureBox()
|
100
|
|
- Me.PB2 = New System.Windows.Forms.PictureBox()
|
101
|
|
- Me.PB3 = New System.Windows.Forms.PictureBox()
|
102
|
|
- Me.PB6 = New System.Windows.Forms.PictureBox()
|
103
|
|
- Me.新建議題_rbt = New System.Windows.Forms.Button()
|
104
|
106
|
Me.圖片_pb = New System.Windows.Forms.PictureBox()
|
105
|
|
- Me.圖片1_pb = New System.Windows.Forms.PictureBox()
|
|
107
|
+ Me.人員1_dgv = New System.Windows.Forms.DataGridView()
|
106
|
108
|
Me.Panel3.SuspendLayout()
|
|
109
|
+ CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
110
|
+ CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
111
|
+ CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
112
|
+ CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
113
|
+ CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
114
|
+ CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
|
107
|
115
|
Me.Panel1.SuspendLayout()
|
108
|
116
|
Me.Panel2.SuspendLayout()
|
109
|
117
|
CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
@@ -124,21 +132,16 @@ Partial Class 專案及會議執行
|
124
|
132
|
Me.TabPage1.SuspendLayout()
|
125
|
133
|
CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
126
|
134
|
CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
127
|
|
- Me.圖片_P.SuspendLayout()
|
128
|
135
|
Me.PDF_P.SuspendLayout()
|
129
|
136
|
CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
130
|
137
|
CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
138
|
+ Me.圖片_P.SuspendLayout()
|
|
139
|
+ CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
131
|
140
|
Me.TabPage2.SuspendLayout()
|
132
|
141
|
Me.Panel5.SuspendLayout()
|
133
|
142
|
Me.Panel6.SuspendLayout()
|
134
|
|
- CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
|
135
|
|
- CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
|
136
|
|
- CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
|
137
|
|
- CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
|
138
|
|
- CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
|
139
|
|
- CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
|
140
|
143
|
CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
141
|
|
- CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
144
|
+ CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
142
|
145
|
Me.SuspendLayout()
|
143
|
146
|
'
|
144
|
147
|
'Panel3
|
|
@@ -159,9 +162,114 @@ Partial Class 專案及會議執行
|
159
|
162
|
Me.Panel3.Size = New System.Drawing.Size(305, 405)
|
160
|
163
|
Me.Panel3.TabIndex = 1855
|
161
|
164
|
'
|
|
165
|
+ '圖檔入系統_rbt
|
|
166
|
+ '
|
|
167
|
+ Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
|
|
168
|
+ Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
169
|
+ Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
|
|
170
|
+ Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
|
|
171
|
+ Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
|
|
172
|
+ Me.圖檔入系統_rbt.TabIndex = 1850
|
|
173
|
+ Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
|
|
174
|
+ '
|
|
175
|
+ '讀取資料夾路徑_rbt
|
|
176
|
+ '
|
|
177
|
+ Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
|
|
178
|
+ Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
179
|
+ Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
|
|
180
|
+ Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
|
|
181
|
+ Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
|
|
182
|
+ Me.讀取資料夾路徑_rbt.TabIndex = 1849
|
|
183
|
+ Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
|
|
184
|
+ '
|
|
185
|
+ 'PB5
|
|
186
|
+ '
|
|
187
|
+ Me.PB5.BackColor = System.Drawing.Color.White
|
|
188
|
+ Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
|
|
189
|
+ Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
190
|
+ Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
191
|
+ Me.PB5.Location = New System.Drawing.Point(2, 281)
|
|
192
|
+ Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
193
|
+ Me.PB5.Name = "PB5"
|
|
194
|
+ Me.PB5.Size = New System.Drawing.Size(149, 119)
|
|
195
|
+ Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
196
|
+ Me.PB5.TabIndex = 1703
|
|
197
|
+ Me.PB5.TabStop = False
|
|
198
|
+ '
|
|
199
|
+ 'PB4
|
|
200
|
+ '
|
|
201
|
+ Me.PB4.BackColor = System.Drawing.Color.White
|
|
202
|
+ Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
|
|
203
|
+ Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
204
|
+ Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
205
|
+ Me.PB4.Location = New System.Drawing.Point(153, 159)
|
|
206
|
+ Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
207
|
+ Me.PB4.Name = "PB4"
|
|
208
|
+ Me.PB4.Size = New System.Drawing.Size(149, 119)
|
|
209
|
+ Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
210
|
+ Me.PB4.TabIndex = 1702
|
|
211
|
+ Me.PB4.TabStop = False
|
|
212
|
+ '
|
|
213
|
+ 'PB1
|
|
214
|
+ '
|
|
215
|
+ Me.PB1.BackColor = System.Drawing.Color.White
|
|
216
|
+ Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
|
|
217
|
+ Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
218
|
+ Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
219
|
+ Me.PB1.Location = New System.Drawing.Point(2, 37)
|
|
220
|
+ Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
221
|
+ Me.PB1.Name = "PB1"
|
|
222
|
+ Me.PB1.Size = New System.Drawing.Size(149, 119)
|
|
223
|
+ Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
224
|
+ Me.PB1.TabIndex = 1696
|
|
225
|
+ Me.PB1.TabStop = False
|
|
226
|
+ '
|
|
227
|
+ 'PB2
|
|
228
|
+ '
|
|
229
|
+ Me.PB2.BackColor = System.Drawing.Color.White
|
|
230
|
+ Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
|
|
231
|
+ Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
232
|
+ Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
233
|
+ Me.PB2.Location = New System.Drawing.Point(153, 37)
|
|
234
|
+ Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
235
|
+ Me.PB2.Name = "PB2"
|
|
236
|
+ Me.PB2.Size = New System.Drawing.Size(149, 119)
|
|
237
|
+ Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
238
|
+ Me.PB2.TabIndex = 1698
|
|
239
|
+ Me.PB2.TabStop = False
|
|
240
|
+ '
|
|
241
|
+ 'PB3
|
|
242
|
+ '
|
|
243
|
+ Me.PB3.BackColor = System.Drawing.Color.White
|
|
244
|
+ Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
|
|
245
|
+ Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
246
|
+ Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
247
|
+ Me.PB3.Location = New System.Drawing.Point(2, 159)
|
|
248
|
+ Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
249
|
+ Me.PB3.Name = "PB3"
|
|
250
|
+ Me.PB3.Size = New System.Drawing.Size(149, 119)
|
|
251
|
+ Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
252
|
+ Me.PB3.TabIndex = 1700
|
|
253
|
+ Me.PB3.TabStop = False
|
|
254
|
+ '
|
|
255
|
+ 'PB6
|
|
256
|
+ '
|
|
257
|
+ Me.PB6.BackColor = System.Drawing.Color.White
|
|
258
|
+ Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
|
|
259
|
+ Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
260
|
+ Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
261
|
+ Me.PB6.Location = New System.Drawing.Point(153, 281)
|
|
262
|
+ Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
263
|
+ Me.PB6.Name = "PB6"
|
|
264
|
+ Me.PB6.Size = New System.Drawing.Size(149, 119)
|
|
265
|
+ Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
266
|
+ Me.PB6.TabIndex = 1697
|
|
267
|
+ Me.PB6.TabStop = False
|
|
268
|
+ '
|
162
|
269
|
'Panel1
|
163
|
270
|
'
|
164
|
271
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
272
|
+ Me.Panel1.Controls.Add(Me.人員1_dgv)
|
165
|
273
|
Me.Panel1.Controls.Add(Me.核准_tb)
|
166
|
274
|
Me.Panel1.Controls.Add(Me.Label1)
|
167
|
275
|
Me.Panel1.Controls.Add(Me.文件號_tb)
|
|
@@ -269,6 +377,17 @@ Partial Class 專案及會議執行
|
269
|
377
|
Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
|
270
|
378
|
Me.檔案路徑_tb.TabIndex = 1672
|
271
|
379
|
'
|
|
380
|
+ '新建議題_rbt
|
|
381
|
+ '
|
|
382
|
+ Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
383
|
+ Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
|
|
384
|
+ Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
385
|
+ Me.新建議題_rbt.Location = New System.Drawing.Point(484, 3)
|
|
386
|
+ Me.新建議題_rbt.Name = "新建議題_rbt"
|
|
387
|
+ Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
|
|
388
|
+ Me.新建議題_rbt.TabIndex = 1848
|
|
389
|
+ Me.新建議題_rbt.UseVisualStyleBackColor = True
|
|
390
|
+ '
|
272
|
391
|
'Panel2
|
273
|
392
|
'
|
274
|
393
|
Me.Panel2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
@@ -342,8 +461,8 @@ Partial Class 專案及會議執行
|
342
|
461
|
'
|
343
|
462
|
'圖片清單_dgv
|
344
|
463
|
'
|
345
|
|
- DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
346
|
|
- Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
464
|
+ DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
465
|
+ Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
347
|
466
|
Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
348
|
467
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
349
|
468
|
Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
@@ -604,9 +723,9 @@ Partial Class 專案及會議執行
|
604
|
723
|
Me.會議記錄表_dgv.Location = New System.Drawing.Point(3, 1)
|
605
|
724
|
Me.會議記錄表_dgv.Name = "會議記錄表_dgv"
|
606
|
725
|
Me.會議記錄表_dgv.RowHeadersWidth = 5
|
607
|
|
- DataGridViewCellStyle2.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
608
|
|
- DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
609
|
|
- Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle2
|
|
726
|
+ DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
727
|
+ DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
728
|
+ Me.會議記錄表_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
|
610
|
729
|
Me.會議記錄表_dgv.RowTemplate.Height = 24
|
611
|
730
|
Me.會議記錄表_dgv.Size = New System.Drawing.Size(1031, 152)
|
612
|
731
|
Me.會議記錄表_dgv.TabIndex = 1816
|
|
@@ -623,11 +742,11 @@ Partial Class 專案及會議執行
|
623
|
742
|
Me.會議記錄表1_dgv.Location = New System.Drawing.Point(3, 0)
|
624
|
743
|
Me.會議記錄表1_dgv.Name = "會議記錄表1_dgv"
|
625
|
744
|
Me.會議記錄表1_dgv.RowHeadersWidth = 5
|
626
|
|
- DataGridViewCellStyle3.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
627
|
|
- DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
628
|
|
- Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle3
|
|
745
|
+ DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
746
|
+ DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
747
|
+ Me.會議記錄表1_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
629
|
748
|
Me.會議記錄表1_dgv.RowTemplate.Height = 24
|
630
|
|
- Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1031, 159)
|
|
749
|
+ Me.會議記錄表1_dgv.Size = New System.Drawing.Size(1031, 162)
|
631
|
750
|
Me.會議記錄表1_dgv.TabIndex = 1817
|
632
|
751
|
'
|
633
|
752
|
'會議日期_lb
|
|
@@ -750,6 +869,50 @@ Partial Class 專案及會議執行
|
750
|
869
|
Me.Panel4.Size = New System.Drawing.Size(461, 54)
|
751
|
870
|
Me.Panel4.TabIndex = 1857
|
752
|
871
|
'
|
|
872
|
+ '刪除_rtb
|
|
873
|
+ '
|
|
874
|
+ Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
875
|
+ Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
|
|
876
|
+ Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
877
|
+ Me.刪除_rtb.Location = New System.Drawing.Point(389, 2)
|
|
878
|
+ Me.刪除_rtb.Name = "刪除_rtb"
|
|
879
|
+ Me.刪除_rtb.Size = New System.Drawing.Size(50, 50)
|
|
880
|
+ Me.刪除_rtb.TabIndex = 1850
|
|
881
|
+ Me.刪除_rtb.UseVisualStyleBackColor = True
|
|
882
|
+ '
|
|
883
|
+ '存檔_rbt
|
|
884
|
+ '
|
|
885
|
+ Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
886
|
+ Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
|
|
887
|
+ Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
888
|
+ Me.存檔_rbt.Location = New System.Drawing.Point(239, 3)
|
|
889
|
+ Me.存檔_rbt.Name = "存檔_rbt"
|
|
890
|
+ Me.存檔_rbt.Size = New System.Drawing.Size(50, 50)
|
|
891
|
+ Me.存檔_rbt.TabIndex = 1849
|
|
892
|
+ Me.存檔_rbt.UseVisualStyleBackColor = True
|
|
893
|
+ '
|
|
894
|
+ '作廢_tb
|
|
895
|
+ '
|
|
896
|
+ Me.作廢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
897
|
+ Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
|
|
898
|
+ Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
899
|
+ Me.作廢_tb.Location = New System.Drawing.Point(339, 2)
|
|
900
|
+ Me.作廢_tb.Name = "作廢_tb"
|
|
901
|
+ Me.作廢_tb.Size = New System.Drawing.Size(50, 50)
|
|
902
|
+ Me.作廢_tb.TabIndex = 1854
|
|
903
|
+ Me.作廢_tb.UseVisualStyleBackColor = True
|
|
904
|
+ '
|
|
905
|
+ '核准_bt
|
|
906
|
+ '
|
|
907
|
+ Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
908
|
+ Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
|
|
909
|
+ Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
910
|
+ Me.核准_bt.Location = New System.Drawing.Point(289, 3)
|
|
911
|
+ Me.核准_bt.Name = "核准_bt"
|
|
912
|
+ Me.核准_bt.Size = New System.Drawing.Size(50, 50)
|
|
913
|
+ Me.核准_bt.TabIndex = 1853
|
|
914
|
+ Me.核准_bt.UseVisualStyleBackColor = True
|
|
915
|
+ '
|
753
|
916
|
'TabControl1
|
754
|
917
|
'
|
755
|
918
|
Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -791,9 +954,9 @@ Partial Class 專案及會議執行
|
791
|
954
|
Me.會議記錄表2_dgv.Location = New System.Drawing.Point(1, 1)
|
792
|
955
|
Me.會議記錄表2_dgv.Name = "會議記錄表2_dgv"
|
793
|
956
|
Me.會議記錄表2_dgv.RowHeadersWidth = 5
|
794
|
|
- DataGridViewCellStyle4.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
795
|
|
- DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
796
|
|
- Me.會議記錄表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle4
|
|
957
|
+ DataGridViewCellStyle5.Font = New System.Drawing.Font("微軟正黑體", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
958
|
+ DataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
|
|
959
|
+ Me.會議記錄表2_dgv.RowsDefaultCellStyle = DataGridViewCellStyle5
|
797
|
960
|
Me.會議記錄表2_dgv.RowTemplate.Height = 24
|
798
|
961
|
Me.會議記錄表2_dgv.Size = New System.Drawing.Size(193, 613)
|
799
|
962
|
Me.會議記錄表2_dgv.TabIndex = 1880
|
|
@@ -824,18 +987,6 @@ Partial Class 專案及會議執行
|
824
|
987
|
Me.人員_dgv.Size = New System.Drawing.Size(393, 596)
|
825
|
988
|
Me.人員_dgv.TabIndex = 1877
|
826
|
989
|
'
|
827
|
|
- '圖片_P
|
828
|
|
- '
|
829
|
|
- Me.圖片_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
830
|
|
- Or System.Windows.Forms.AnchorStyles.Left) _
|
831
|
|
- Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
832
|
|
- Me.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
833
|
|
- Me.圖片_P.Controls.Add(Me.圖片1_pb)
|
834
|
|
- Me.圖片_P.Location = New System.Drawing.Point(196, -1)
|
835
|
|
- Me.圖片_P.Name = "圖片_P"
|
836
|
|
- Me.圖片_P.Size = New System.Drawing.Size(448, 617)
|
837
|
|
- Me.圖片_P.TabIndex = 1879
|
838
|
|
- '
|
839
|
990
|
'PDF_P
|
840
|
991
|
'
|
841
|
992
|
Me.PDF_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -861,7 +1012,7 @@ Partial Class 專案及會議執行
|
861
|
1012
|
'
|
862
|
1013
|
'
|
863
|
1014
|
'
|
864
|
|
- Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 445, 579)
|
|
1015
|
+ Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 200, 200)
|
865
|
1016
|
Me.RadPdfViewer1.Size = New System.Drawing.Size(445, 576)
|
866
|
1017
|
Me.RadPdfViewer1.TabIndex = 1
|
867
|
1018
|
Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15!
|
|
@@ -877,10 +1028,36 @@ Partial Class 專案及會議執行
|
877
|
1028
|
'
|
878
|
1029
|
'
|
879
|
1030
|
'
|
880
|
|
- Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 0, 0)
|
|
1031
|
+ Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 610, 38)
|
881
|
1032
|
Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(445, 38)
|
882
|
1033
|
Me.RadPdfViewerNavigator1.TabIndex = 0
|
883
|
1034
|
'
|
|
1035
|
+ '圖片_P
|
|
1036
|
+ '
|
|
1037
|
+ Me.圖片_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1038
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
1039
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
1040
|
+ Me.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
1041
|
+ Me.圖片_P.Controls.Add(Me.圖片1_pb)
|
|
1042
|
+ Me.圖片_P.Location = New System.Drawing.Point(196, -1)
|
|
1043
|
+ Me.圖片_P.Name = "圖片_P"
|
|
1044
|
+ Me.圖片_P.Size = New System.Drawing.Size(448, 617)
|
|
1045
|
+ Me.圖片_P.TabIndex = 1879
|
|
1046
|
+ '
|
|
1047
|
+ '圖片1_pb
|
|
1048
|
+ '
|
|
1049
|
+ Me.圖片1_pb.BackColor = System.Drawing.Color.White
|
|
1050
|
+ Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
1051
|
+ Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
1052
|
+ Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
|
|
1053
|
+ Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
|
|
1054
|
+ Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
1055
|
+ Me.圖片1_pb.Name = "圖片1_pb"
|
|
1056
|
+ Me.圖片1_pb.Size = New System.Drawing.Size(446, 615)
|
|
1057
|
+ Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
1058
|
+ Me.圖片1_pb.TabIndex = 1854
|
|
1059
|
+ Me.圖片1_pb.TabStop = False
|
|
1060
|
+ '
|
884
|
1061
|
'TabPage2
|
885
|
1062
|
'
|
886
|
1063
|
Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
@@ -914,165 +1091,6 @@ Partial Class 專案及會議執行
|
914
|
1091
|
Me.Panel6.Size = New System.Drawing.Size(157, 27)
|
915
|
1092
|
Me.Panel6.TabIndex = 1860
|
916
|
1093
|
'
|
917
|
|
- '刪除_rtb
|
918
|
|
- '
|
919
|
|
- Me.刪除_rtb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
920
|
|
- Me.刪除_rtb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.GarbageEmpty
|
921
|
|
- Me.刪除_rtb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
922
|
|
- Me.刪除_rtb.Location = New System.Drawing.Point(389, 2)
|
923
|
|
- Me.刪除_rtb.Name = "刪除_rtb"
|
924
|
|
- Me.刪除_rtb.Size = New System.Drawing.Size(50, 50)
|
925
|
|
- Me.刪除_rtb.TabIndex = 1850
|
926
|
|
- Me.刪除_rtb.UseVisualStyleBackColor = True
|
927
|
|
- '
|
928
|
|
- '存檔_rbt
|
929
|
|
- '
|
930
|
|
- Me.存檔_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
931
|
|
- Me.存檔_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.SAVER
|
932
|
|
- Me.存檔_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
933
|
|
- Me.存檔_rbt.Location = New System.Drawing.Point(239, 3)
|
934
|
|
- Me.存檔_rbt.Name = "存檔_rbt"
|
935
|
|
- Me.存檔_rbt.Size = New System.Drawing.Size(50, 50)
|
936
|
|
- Me.存檔_rbt.TabIndex = 1849
|
937
|
|
- Me.存檔_rbt.UseVisualStyleBackColor = True
|
938
|
|
- '
|
939
|
|
- '作廢_tb
|
940
|
|
- '
|
941
|
|
- Me.作廢_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
942
|
|
- Me.作廢_tb.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
|
943
|
|
- Me.作廢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
944
|
|
- Me.作廢_tb.Location = New System.Drawing.Point(339, 2)
|
945
|
|
- Me.作廢_tb.Name = "作廢_tb"
|
946
|
|
- Me.作廢_tb.Size = New System.Drawing.Size(50, 50)
|
947
|
|
- Me.作廢_tb.TabIndex = 1854
|
948
|
|
- Me.作廢_tb.UseVisualStyleBackColor = True
|
949
|
|
- '
|
950
|
|
- '核准_bt
|
951
|
|
- '
|
952
|
|
- Me.核准_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
953
|
|
- Me.核准_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
|
954
|
|
- Me.核准_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
955
|
|
- Me.核准_bt.Location = New System.Drawing.Point(289, 3)
|
956
|
|
- Me.核准_bt.Name = "核准_bt"
|
957
|
|
- Me.核准_bt.Size = New System.Drawing.Size(50, 50)
|
958
|
|
- Me.核准_bt.TabIndex = 1853
|
959
|
|
- Me.核准_bt.UseVisualStyleBackColor = True
|
960
|
|
- '
|
961
|
|
- '圖檔入系統_rbt
|
962
|
|
- '
|
963
|
|
- Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
|
964
|
|
- Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
965
|
|
- Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 1)
|
966
|
|
- Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
|
967
|
|
- Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
|
968
|
|
- Me.圖檔入系統_rbt.TabIndex = 1850
|
969
|
|
- Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
|
970
|
|
- '
|
971
|
|
- '讀取資料夾路徑_rbt
|
972
|
|
- '
|
973
|
|
- Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
|
974
|
|
- Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
975
|
|
- Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 1)
|
976
|
|
- Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
|
977
|
|
- Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
|
978
|
|
- Me.讀取資料夾路徑_rbt.TabIndex = 1849
|
979
|
|
- Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
|
980
|
|
- '
|
981
|
|
- 'PB5
|
982
|
|
- '
|
983
|
|
- Me.PB5.BackColor = System.Drawing.Color.White
|
984
|
|
- Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
|
985
|
|
- Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
986
|
|
- Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
987
|
|
- Me.PB5.Location = New System.Drawing.Point(2, 281)
|
988
|
|
- Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
989
|
|
- Me.PB5.Name = "PB5"
|
990
|
|
- Me.PB5.Size = New System.Drawing.Size(149, 119)
|
991
|
|
- Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
992
|
|
- Me.PB5.TabIndex = 1703
|
993
|
|
- Me.PB5.TabStop = False
|
994
|
|
- '
|
995
|
|
- 'PB4
|
996
|
|
- '
|
997
|
|
- Me.PB4.BackColor = System.Drawing.Color.White
|
998
|
|
- Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
|
999
|
|
- Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1000
|
|
- Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
1001
|
|
- Me.PB4.Location = New System.Drawing.Point(153, 159)
|
1002
|
|
- Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1003
|
|
- Me.PB4.Name = "PB4"
|
1004
|
|
- Me.PB4.Size = New System.Drawing.Size(149, 119)
|
1005
|
|
- Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1006
|
|
- Me.PB4.TabIndex = 1702
|
1007
|
|
- Me.PB4.TabStop = False
|
1008
|
|
- '
|
1009
|
|
- 'PB1
|
1010
|
|
- '
|
1011
|
|
- Me.PB1.BackColor = System.Drawing.Color.White
|
1012
|
|
- Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
|
1013
|
|
- Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1014
|
|
- Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
1015
|
|
- Me.PB1.Location = New System.Drawing.Point(2, 37)
|
1016
|
|
- Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1017
|
|
- Me.PB1.Name = "PB1"
|
1018
|
|
- Me.PB1.Size = New System.Drawing.Size(149, 119)
|
1019
|
|
- Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1020
|
|
- Me.PB1.TabIndex = 1696
|
1021
|
|
- Me.PB1.TabStop = False
|
1022
|
|
- '
|
1023
|
|
- 'PB2
|
1024
|
|
- '
|
1025
|
|
- Me.PB2.BackColor = System.Drawing.Color.White
|
1026
|
|
- Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
|
1027
|
|
- Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1028
|
|
- Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
1029
|
|
- Me.PB2.Location = New System.Drawing.Point(153, 37)
|
1030
|
|
- Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1031
|
|
- Me.PB2.Name = "PB2"
|
1032
|
|
- Me.PB2.Size = New System.Drawing.Size(149, 119)
|
1033
|
|
- Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1034
|
|
- Me.PB2.TabIndex = 1698
|
1035
|
|
- Me.PB2.TabStop = False
|
1036
|
|
- '
|
1037
|
|
- 'PB3
|
1038
|
|
- '
|
1039
|
|
- Me.PB3.BackColor = System.Drawing.Color.White
|
1040
|
|
- Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
|
1041
|
|
- Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1042
|
|
- Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
1043
|
|
- Me.PB3.Location = New System.Drawing.Point(2, 159)
|
1044
|
|
- Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1045
|
|
- Me.PB3.Name = "PB3"
|
1046
|
|
- Me.PB3.Size = New System.Drawing.Size(149, 119)
|
1047
|
|
- Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1048
|
|
- Me.PB3.TabIndex = 1700
|
1049
|
|
- Me.PB3.TabStop = False
|
1050
|
|
- '
|
1051
|
|
- 'PB6
|
1052
|
|
- '
|
1053
|
|
- Me.PB6.BackColor = System.Drawing.Color.White
|
1054
|
|
- Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
|
1055
|
|
- Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1056
|
|
- Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
1057
|
|
- Me.PB6.Location = New System.Drawing.Point(153, 281)
|
1058
|
|
- Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1059
|
|
- Me.PB6.Name = "PB6"
|
1060
|
|
- Me.PB6.Size = New System.Drawing.Size(149, 119)
|
1061
|
|
- Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1062
|
|
- Me.PB6.TabIndex = 1697
|
1063
|
|
- Me.PB6.TabStop = False
|
1064
|
|
- '
|
1065
|
|
- '新建議題_rbt
|
1066
|
|
- '
|
1067
|
|
- Me.新建議題_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
1068
|
|
- Me.新建議題_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.New_Folder
|
1069
|
|
- Me.新建議題_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1070
|
|
- Me.新建議題_rbt.Location = New System.Drawing.Point(484, 3)
|
1071
|
|
- Me.新建議題_rbt.Name = "新建議題_rbt"
|
1072
|
|
- Me.新建議題_rbt.Size = New System.Drawing.Size(60, 48)
|
1073
|
|
- Me.新建議題_rbt.TabIndex = 1848
|
1074
|
|
- Me.新建議題_rbt.UseVisualStyleBackColor = True
|
1075
|
|
- '
|
1076
|
1094
|
'圖片_pb
|
1077
|
1095
|
'
|
1078
|
1096
|
Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
@@ -1088,19 +1106,21 @@ Partial Class 專案及會議執行
|
1088
|
1106
|
Me.圖片_pb.TabIndex = 1853
|
1089
|
1107
|
Me.圖片_pb.TabStop = False
|
1090
|
1108
|
'
|
1091
|
|
- '圖片1_pb
|
|
1109
|
+ '人員1_dgv
|
1092
|
1110
|
'
|
1093
|
|
- Me.圖片1_pb.BackColor = System.Drawing.Color.White
|
1094
|
|
- Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
1095
|
|
- Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
1096
|
|
- Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
|
1097
|
|
- Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
|
1098
|
|
- Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
1099
|
|
- Me.圖片1_pb.Name = "圖片1_pb"
|
1100
|
|
- Me.圖片1_pb.Size = New System.Drawing.Size(446, 615)
|
1101
|
|
- Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
1102
|
|
- Me.圖片1_pb.TabIndex = 1854
|
1103
|
|
- Me.圖片1_pb.TabStop = False
|
|
1111
|
+ DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
1112
|
+ Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
1113
|
+ Me.人員1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
1114
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
1115
|
+ Me.人員1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
1116
|
+ Me.人員1_dgv.BackgroundColor = System.Drawing.Color.White
|
|
1117
|
+ Me.人員1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
1118
|
+ Me.人員1_dgv.Location = New System.Drawing.Point(369, 3)
|
|
1119
|
+ Me.人員1_dgv.Name = "人員1_dgv"
|
|
1120
|
+ Me.人員1_dgv.RowHeadersWidth = 5
|
|
1121
|
+ Me.人員1_dgv.RowTemplate.Height = 24
|
|
1122
|
+ Me.人員1_dgv.Size = New System.Drawing.Size(100, 23)
|
|
1123
|
+ Me.人員1_dgv.TabIndex = 1877
|
1104
|
1124
|
'
|
1105
|
1125
|
'專案及會議執行
|
1106
|
1126
|
'
|
|
@@ -1120,6 +1140,12 @@ Partial Class 專案及會議執行
|
1120
|
1140
|
Me.Name = "專案及會議執行"
|
1121
|
1141
|
Me.Text = "專案及會議執行"
|
1122
|
1142
|
Me.Panel3.ResumeLayout(False)
|
|
1143
|
+ CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1144
|
+ CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1145
|
+ CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1146
|
+ CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1147
|
+ CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1148
|
+ CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
|
1123
|
1149
|
Me.Panel1.ResumeLayout(False)
|
1124
|
1150
|
Me.Panel1.PerformLayout()
|
1125
|
1151
|
Me.Panel2.ResumeLayout(False)
|
|
@@ -1145,24 +1171,19 @@ Partial Class 專案及會議執行
|
1145
|
1171
|
Me.TabPage1.PerformLayout()
|
1146
|
1172
|
CType(Me.會議記錄表2_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1147
|
1173
|
CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1148
|
|
- Me.圖片_P.ResumeLayout(False)
|
1149
|
1174
|
Me.PDF_P.ResumeLayout(False)
|
1150
|
1175
|
Me.PDF_P.PerformLayout()
|
1151
|
1176
|
CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit()
|
1152
|
1177
|
CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1178
|
+ Me.圖片_P.ResumeLayout(False)
|
|
1179
|
+ CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
1153
|
1180
|
Me.TabPage2.ResumeLayout(False)
|
1154
|
1181
|
Me.Panel5.ResumeLayout(False)
|
1155
|
1182
|
Me.Panel5.PerformLayout()
|
1156
|
1183
|
Me.Panel6.ResumeLayout(False)
|
1157
|
1184
|
Me.Panel6.PerformLayout()
|
1158
|
|
- CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
|
1159
|
|
- CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
|
1160
|
|
- CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
|
1161
|
|
- CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
|
1162
|
|
- CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
|
1163
|
|
- CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
|
1164
|
1185
|
CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
1165
|
|
- CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
1186
|
+ CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
1166
|
1187
|
Me.ResumeLayout(False)
|
1167
|
1188
|
|
1168
|
1189
|
End Sub
|
|
@@ -1242,4 +1263,5 @@ Partial Class 專案及會議執行
|
1242
|
1263
|
Friend WithEvents 圖片1_pb As PictureBox
|
1243
|
1264
|
Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer
|
1244
|
1265
|
Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
|
|
1266
|
+ Friend WithEvents 人員1_dgv As DataGridView
|
1245
|
1267
|
End Class
|