|
@@ -23,8 +23,10 @@ Partial Class 文件
|
23
|
23
|
<System.Diagnostics.DebuggerStepThrough()>
|
24
|
24
|
Private Sub InitializeComponent()
|
25
|
25
|
Me.components = New System.ComponentModel.Container()
|
26
|
|
- Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
27
|
26
|
Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
27
|
+ Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
28
|
+ Dim DataGridViewCellStyle6 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
29
|
+ Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(文件))
|
28
|
30
|
Me.Label10 = New System.Windows.Forms.Label()
|
29
|
31
|
Me.主旨_tb = New System.Windows.Forms.TextBox()
|
30
|
32
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
@@ -58,19 +60,57 @@ Partial Class 文件
|
58
|
60
|
Me.列印_bt = New System.Windows.Forms.Button()
|
59
|
61
|
Me.全選_cb = New System.Windows.Forms.CheckBox()
|
60
|
62
|
Me.ppp = New System.Windows.Forms.Panel()
|
|
63
|
+ Me.副檔名_tb = New System.Windows.Forms.TextBox()
|
|
64
|
+ Me.圖片庫_tb = New System.Windows.Forms.TextBox()
|
|
65
|
+ Me.檔案路徑_tb = New System.Windows.Forms.TextBox()
|
61
|
66
|
Me.人員1_dgv = New System.Windows.Forms.DataGridView()
|
|
67
|
+ Me.圖片清單_dgv = New System.Windows.Forms.DataGridView()
|
|
68
|
+ Me.圖片_pb = New System.Windows.Forms.PictureBox()
|
|
69
|
+ Me.圖檔入系統_rbt = New System.Windows.Forms.Button()
|
|
70
|
+ Me.讀取資料夾路徑_rbt = New System.Windows.Forms.Button()
|
|
71
|
+ Me.PB5 = New System.Windows.Forms.PictureBox()
|
|
72
|
+ Me.PB4 = New System.Windows.Forms.PictureBox()
|
|
73
|
+ Me.PB1 = New System.Windows.Forms.PictureBox()
|
|
74
|
+ Me.PB2 = New System.Windows.Forms.PictureBox()
|
|
75
|
+ Me.PB3 = New System.Windows.Forms.PictureBox()
|
|
76
|
+ Me.PB6 = New System.Windows.Forms.PictureBox()
|
|
77
|
+ Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
78
|
+ Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
79
|
+ Me.PDF_P = New System.Windows.Forms.Panel()
|
|
80
|
+ Me.RadPdfViewer1 = New Telerik.WinControls.UI.RadPdfViewer()
|
|
81
|
+ Me.RadPdfViewerNavigator1 = New Telerik.WinControls.UI.RadPdfViewerNavigator()
|
|
82
|
+ Me.圖片_P = New System.Windows.Forms.Panel()
|
|
83
|
+ Me.圖片1_pb = New System.Windows.Forms.PictureBox()
|
|
84
|
+ Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
85
|
+ Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
62
|
86
|
CType(Me.控制表_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
63
|
87
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).BeginInit()
|
64
|
88
|
CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
65
|
89
|
Me.ppp.SuspendLayout()
|
66
|
90
|
CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
91
|
+ CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
92
|
+ CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
93
|
+ CType(Me.PB5, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
94
|
+ CType(Me.PB4, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
95
|
+ CType(Me.PB1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
96
|
+ CType(Me.PB2, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
97
|
+ CType(Me.PB3, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
98
|
+ CType(Me.PB6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
99
|
+ Me.TabControl1.SuspendLayout()
|
|
100
|
+ Me.TabPage1.SuspendLayout()
|
|
101
|
+ Me.PDF_P.SuspendLayout()
|
|
102
|
+ CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
103
|
+ CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
104
|
+ Me.圖片_P.SuspendLayout()
|
|
105
|
+ CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
106
|
+ Me.TabPage2.SuspendLayout()
|
67
|
107
|
Me.SuspendLayout()
|
68
|
108
|
'
|
69
|
109
|
'Label10
|
70
|
110
|
'
|
71
|
111
|
Me.Label10.AutoSize = True
|
72
|
112
|
Me.Label10.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
73
|
|
- Me.Label10.Location = New System.Drawing.Point(390, 117)
|
|
113
|
+ Me.Label10.Location = New System.Drawing.Point(4, 84)
|
74
|
114
|
Me.Label10.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
75
|
115
|
Me.Label10.Name = "Label10"
|
76
|
116
|
Me.Label10.Size = New System.Drawing.Size(31, 16)
|
|
@@ -79,22 +119,22 @@ Partial Class 文件
|
79
|
119
|
'
|
80
|
120
|
'主旨_tb
|
81
|
121
|
'
|
82
|
|
- Me.主旨_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
83
|
|
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
122
|
+ Me.主旨_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
123
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
84
|
124
|
Me.主旨_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
85
|
|
- Me.主旨_tb.Location = New System.Drawing.Point(390, 62)
|
|
125
|
+ Me.主旨_tb.Location = New System.Drawing.Point(2, 29)
|
86
|
126
|
Me.主旨_tb.Margin = New System.Windows.Forms.Padding(4)
|
87
|
127
|
Me.主旨_tb.Multiline = True
|
88
|
128
|
Me.主旨_tb.Name = "主旨_tb"
|
89
|
129
|
Me.主旨_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
90
|
|
- Me.主旨_tb.Size = New System.Drawing.Size(475, 51)
|
|
130
|
+ Me.主旨_tb.Size = New System.Drawing.Size(508, 51)
|
91
|
131
|
Me.主旨_tb.TabIndex = 1853
|
92
|
132
|
'
|
93
|
133
|
'Label9
|
94
|
134
|
'
|
95
|
135
|
Me.Label9.AutoSize = True
|
96
|
136
|
Me.Label9.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
97
|
|
- Me.Label9.Location = New System.Drawing.Point(387, 42)
|
|
137
|
+ Me.Label9.Location = New System.Drawing.Point(4, 7)
|
98
|
138
|
Me.Label9.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
99
|
139
|
Me.Label9.Name = "Label9"
|
100
|
140
|
Me.Label9.Size = New System.Drawing.Size(31, 16)
|
|
@@ -103,7 +143,7 @@ Partial Class 文件
|
103
|
143
|
'
|
104
|
144
|
'單號_tb
|
105
|
145
|
'
|
106
|
|
- Me.單號_tb.Location = New System.Drawing.Point(48, 6)
|
|
146
|
+ Me.單號_tb.Location = New System.Drawing.Point(43, 95)
|
107
|
147
|
Me.單號_tb.Margin = New System.Windows.Forms.Padding(4)
|
108
|
148
|
Me.單號_tb.Name = "單號_tb"
|
109
|
149
|
Me.單號_tb.ReadOnly = True
|
|
@@ -113,26 +153,29 @@ Partial Class 文件
|
113
|
153
|
'
|
114
|
154
|
'選擇日期_dtp
|
115
|
155
|
'
|
116
|
|
- Me.選擇日期_dtp.Location = New System.Drawing.Point(457, 6)
|
|
156
|
+ Me.選擇日期_dtp.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
157
|
+ Me.選擇日期_dtp.Location = New System.Drawing.Point(886, 29)
|
117
|
158
|
Me.選擇日期_dtp.Name = "選擇日期_dtp"
|
118
|
159
|
Me.選擇日期_dtp.Size = New System.Drawing.Size(134, 23)
|
119
|
160
|
Me.選擇日期_dtp.TabIndex = 1851
|
120
|
161
|
'
|
121
|
162
|
'開單人_tb
|
122
|
163
|
'
|
123
|
|
- Me.開單人_tb.Location = New System.Drawing.Point(267, 6)
|
|
164
|
+ Me.開單人_tb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
165
|
+ Me.開單人_tb.Location = New System.Drawing.Point(1068, 2)
|
124
|
166
|
Me.開單人_tb.Margin = New System.Windows.Forms.Padding(4)
|
125
|
167
|
Me.開單人_tb.Name = "開單人_tb"
|
126
|
168
|
Me.開單人_tb.ReadOnly = True
|
127
|
|
- Me.開單人_tb.Size = New System.Drawing.Size(120, 23)
|
|
169
|
+ Me.開單人_tb.Size = New System.Drawing.Size(127, 23)
|
128
|
170
|
Me.開單人_tb.TabIndex = 1868
|
129
|
171
|
Me.開單人_tb.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
130
|
172
|
'
|
131
|
173
|
'Label29
|
132
|
174
|
'
|
|
175
|
+ Me.Label29.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
133
|
176
|
Me.Label29.AutoSize = True
|
134
|
177
|
Me.Label29.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
135
|
|
- Me.Label29.Location = New System.Drawing.Point(394, 9)
|
|
178
|
+ Me.Label29.Location = New System.Drawing.Point(828, 32)
|
136
|
179
|
Me.Label29.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
137
|
180
|
Me.Label29.Name = "Label29"
|
138
|
181
|
Me.Label29.Size = New System.Drawing.Size(55, 16)
|
|
@@ -143,7 +186,7 @@ Partial Class 文件
|
143
|
186
|
'
|
144
|
187
|
Me.Label0.AutoSize = True
|
145
|
188
|
Me.Label0.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
146
|
|
- Me.Label0.Location = New System.Drawing.Point(8, 9)
|
|
189
|
+ Me.Label0.Location = New System.Drawing.Point(4, 101)
|
147
|
190
|
Me.Label0.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
148
|
191
|
Me.Label0.Name = "Label0"
|
149
|
192
|
Me.Label0.Size = New System.Drawing.Size(31, 16)
|
|
@@ -153,27 +196,28 @@ Partial Class 文件
|
153
|
196
|
'
|
154
|
197
|
'控制表_dgv
|
155
|
198
|
'
|
156
|
|
- DataGridViewCellStyle3.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
157
|
|
- Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle3
|
|
199
|
+ DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
200
|
+ Me.控制表_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
158
|
201
|
Me.控制表_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
159
|
202
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
160
|
203
|
Me.控制表_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
161
|
204
|
Me.控制表_dgv.BackgroundColor = System.Drawing.Color.White
|
162
|
205
|
Me.控制表_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
163
|
|
- Me.控制表_dgv.Location = New System.Drawing.Point(11, 62)
|
|
206
|
+ Me.控制表_dgv.Location = New System.Drawing.Point(306, 25)
|
164
|
207
|
Me.控制表_dgv.Margin = New System.Windows.Forms.Padding(4)
|
165
|
208
|
Me.控制表_dgv.Name = "控制表_dgv"
|
166
|
209
|
Me.控制表_dgv.ReadOnly = True
|
167
|
210
|
Me.控制表_dgv.RowHeadersWidth = 5
|
168
|
211
|
Me.控制表_dgv.RowTemplate.Height = 24
|
169
|
|
- Me.控制表_dgv.Size = New System.Drawing.Size(371, 576)
|
|
212
|
+ Me.控制表_dgv.Size = New System.Drawing.Size(193, 652)
|
170
|
213
|
Me.控制表_dgv.TabIndex = 1843
|
171
|
214
|
'
|
172
|
215
|
'Label13
|
173
|
216
|
'
|
|
217
|
+ Me.Label13.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
174
|
218
|
Me.Label13.AutoSize = True
|
175
|
219
|
Me.Label13.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
176
|
|
- Me.Label13.Location = New System.Drawing.Point(218, 9)
|
|
220
|
+ Me.Label13.Location = New System.Drawing.Point(1022, 5)
|
177
|
221
|
Me.Label13.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
178
|
222
|
Me.Label13.Name = "Label13"
|
179
|
223
|
Me.Label13.Size = New System.Drawing.Size(43, 16)
|
|
@@ -188,9 +232,10 @@ Partial Class 文件
|
188
|
232
|
'
|
189
|
233
|
'字體_NUD
|
190
|
234
|
'
|
|
235
|
+ Me.字體_NUD.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
191
|
236
|
Me.字體_NUD.DecimalPlaces = 1
|
192
|
237
|
Me.字體_NUD.Increment = New Decimal(New Integer() {1, 0, 0, 65536})
|
193
|
|
- Me.字體_NUD.Location = New System.Drawing.Point(311, 35)
|
|
238
|
+ Me.字體_NUD.Location = New System.Drawing.Point(453, 4)
|
194
|
239
|
Me.字體_NUD.Maximum = New Decimal(New Integer() {18, 0, 0, 0})
|
195
|
240
|
Me.字體_NUD.Minimum = New Decimal(New Integer() {6, 0, 0, 0})
|
196
|
241
|
Me.字體_NUD.Name = "字體_NUD"
|
|
@@ -200,11 +245,12 @@ Partial Class 文件
|
200
|
245
|
'
|
201
|
246
|
'字體大小調整_lb
|
202
|
247
|
'
|
|
248
|
+ Me.字體大小調整_lb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
203
|
249
|
Me.字體大小調整_lb.AutoSize = True
|
204
|
250
|
Me.字體大小調整_lb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
205
|
251
|
Me.字體大小調整_lb.ForeColor = System.Drawing.Color.Brown
|
206
|
252
|
Me.字體大小調整_lb.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
207
|
|
- Me.字體大小調整_lb.Location = New System.Drawing.Point(247, 38)
|
|
253
|
+ Me.字體大小調整_lb.Location = New System.Drawing.Point(389, 7)
|
208
|
254
|
Me.字體大小調整_lb.Name = "字體大小調整_lb"
|
209
|
255
|
Me.字體大小調整_lb.Size = New System.Drawing.Size(55, 16)
|
210
|
256
|
Me.字體大小調整_lb.TabIndex = 1865
|
|
@@ -212,17 +258,19 @@ Partial Class 文件
|
212
|
258
|
'
|
213
|
259
|
'檔案名稱_tb
|
214
|
260
|
'
|
215
|
|
- Me.檔案名稱_tb.Location = New System.Drawing.Point(664, 6)
|
|
261
|
+ Me.檔案名稱_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
262
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
263
|
+ Me.檔案名稱_tb.Location = New System.Drawing.Point(559, 2)
|
216
|
264
|
Me.檔案名稱_tb.Margin = New System.Windows.Forms.Padding(4)
|
217
|
265
|
Me.檔案名稱_tb.Name = "檔案名稱_tb"
|
218
|
|
- Me.檔案名稱_tb.Size = New System.Drawing.Size(298, 23)
|
|
266
|
+ Me.檔案名稱_tb.Size = New System.Drawing.Size(464, 23)
|
219
|
267
|
Me.檔案名稱_tb.TabIndex = 1861
|
220
|
268
|
'
|
221
|
269
|
'Label8
|
222
|
270
|
'
|
223
|
271
|
Me.Label8.AutoSize = True
|
224
|
272
|
Me.Label8.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
225
|
|
- Me.Label8.Location = New System.Drawing.Point(603, 9)
|
|
273
|
+ Me.Label8.Location = New System.Drawing.Point(501, 5)
|
226
|
274
|
Me.Label8.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
227
|
275
|
Me.Label8.Name = "Label8"
|
228
|
276
|
Me.Label8.Size = New System.Drawing.Size(55, 16)
|
|
@@ -233,18 +281,19 @@ Partial Class 文件
|
233
|
281
|
'公司名稱
|
234
|
282
|
'
|
235
|
283
|
Me.公司名稱.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
236
|
|
- Me.公司名稱.Location = New System.Drawing.Point(180, 124)
|
|
284
|
+ Me.公司名稱.Location = New System.Drawing.Point(7, 11)
|
237
|
285
|
Me.公司名稱.Margin = New System.Windows.Forms.Padding(4)
|
238
|
286
|
Me.公司名稱.Multiline = True
|
239
|
287
|
Me.公司名稱.Name = "公司名稱"
|
240
|
|
- Me.公司名稱.Size = New System.Drawing.Size(81, 20)
|
|
288
|
+ Me.公司名稱.Size = New System.Drawing.Size(116, 20)
|
241
|
289
|
Me.公司名稱.TabIndex = 1859
|
242
|
290
|
Me.公司名稱.Visible = False
|
243
|
291
|
'
|
244
|
292
|
'已核准的營運成本收支單_rb
|
245
|
293
|
'
|
246
|
294
|
Me.已核准的營運成本收支單_rb.AutoSize = True
|
247
|
|
- Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(12, 36)
|
|
295
|
+ Me.已核准的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
|
|
296
|
+ Me.已核准的營運成本收支單_rb.Location = New System.Drawing.Point(307, 4)
|
248
|
297
|
Me.已核准的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
249
|
298
|
Me.已核准的營運成本收支單_rb.Name = "已核准的營運成本收支單_rb"
|
250
|
299
|
Me.已核准的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
|
|
@@ -256,7 +305,8 @@ Partial Class 文件
|
256
|
305
|
'作廢的營運成本收支單_rb
|
257
|
306
|
'
|
258
|
307
|
Me.作廢的營運成本收支單_rb.AutoSize = True
|
259
|
|
- Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(86, 36)
|
|
308
|
+ Me.作廢的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
|
|
309
|
+ Me.作廢的營運成本收支單_rb.Location = New System.Drawing.Point(372, 4)
|
260
|
310
|
Me.作廢的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
261
|
311
|
Me.作廢的營運成本收支單_rb.Name = "作廢的營運成本收支單_rb"
|
262
|
312
|
Me.作廢的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
|
|
@@ -268,7 +318,8 @@ Partial Class 文件
|
268
|
318
|
'已發行的營運成本收支單_rb
|
269
|
319
|
'
|
270
|
320
|
Me.已發行的營運成本收支單_rb.AutoSize = True
|
271
|
|
- Me.已發行的營運成本收支單_rb.Location = New System.Drawing.Point(160, 35)
|
|
321
|
+ Me.已發行的營運成本收支單_rb.ForeColor = System.Drawing.Color.Blue
|
|
322
|
+ Me.已發行的營運成本收支單_rb.Location = New System.Drawing.Point(437, 4)
|
272
|
323
|
Me.已發行的營運成本收支單_rb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
273
|
324
|
Me.已發行的營運成本收支單_rb.Name = "已發行的營運成本收支單_rb"
|
274
|
325
|
Me.已發行的營運成本收支單_rb.Size = New System.Drawing.Size(61, 20)
|
|
@@ -279,45 +330,48 @@ Partial Class 文件
|
279
|
330
|
'
|
280
|
331
|
'說明_tb
|
281
|
332
|
'
|
282
|
|
- Me.說明_tb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
283
|
|
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
333
|
+ Me.說明_tb.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
334
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
335
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
284
|
336
|
Me.說明_tb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
285
|
|
- Me.說明_tb.Location = New System.Drawing.Point(390, 137)
|
|
337
|
+ Me.說明_tb.Location = New System.Drawing.Point(3, 104)
|
286
|
338
|
Me.說明_tb.Margin = New System.Windows.Forms.Padding(4)
|
287
|
339
|
Me.說明_tb.Multiline = True
|
288
|
340
|
Me.說明_tb.Name = "說明_tb"
|
289
|
341
|
Me.說明_tb.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
290
|
|
- Me.說明_tb.Size = New System.Drawing.Size(475, 501)
|
|
342
|
+ Me.說明_tb.Size = New System.Drawing.Size(508, 511)
|
291
|
343
|
Me.說明_tb.TabIndex = 1873
|
292
|
344
|
'
|
293
|
345
|
'人員_dgv
|
294
|
346
|
'
|
295
|
347
|
Me.人員_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
296
|
|
- Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
348
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
297
|
349
|
Me.人員_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
298
|
350
|
Me.人員_dgv.BackgroundColor = System.Drawing.Color.White
|
299
|
351
|
Me.人員_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
300
|
|
- Me.人員_dgv.Location = New System.Drawing.Point(872, 84)
|
|
352
|
+ Me.人員_dgv.Location = New System.Drawing.Point(1025, 64)
|
301
|
353
|
Me.人員_dgv.Name = "人員_dgv"
|
302
|
354
|
Me.人員_dgv.RowHeadersWidth = 5
|
303
|
355
|
Me.人員_dgv.RowTemplate.Height = 24
|
304
|
|
- Me.人員_dgv.Size = New System.Drawing.Size(393, 547)
|
|
356
|
+ Me.人員_dgv.Size = New System.Drawing.Size(318, 613)
|
305
|
357
|
Me.人員_dgv.TabIndex = 1874
|
306
|
358
|
'
|
307
|
359
|
'指定人員_bt
|
308
|
360
|
'
|
309
|
|
- Me.指定人員_bt.Location = New System.Drawing.Point(1003, 59)
|
|
361
|
+ Me.指定人員_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
362
|
+ Me.指定人員_bt.Location = New System.Drawing.Point(1093, 25)
|
310
|
363
|
Me.指定人員_bt.Name = "指定人員_bt"
|
311
|
|
- Me.指定人員_bt.Size = New System.Drawing.Size(95, 23)
|
|
364
|
+ Me.指定人員_bt.Size = New System.Drawing.Size(102, 32)
|
312
|
365
|
Me.指定人員_bt.TabIndex = 1875
|
313
|
366
|
Me.指定人員_bt.Text = "指定人員"
|
314
|
367
|
Me.指定人員_bt.UseVisualStyleBackColor = True
|
315
|
368
|
'
|
316
|
369
|
'Label1
|
317
|
370
|
'
|
|
371
|
+ Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
318
|
372
|
Me.Label1.AutoSize = True
|
319
|
373
|
Me.Label1.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
320
|
|
- Me.Label1.Location = New System.Drawing.Point(873, 62)
|
|
374
|
+ Me.Label1.Location = New System.Drawing.Point(1031, 46)
|
321
|
375
|
Me.Label1.Margin = New System.Windows.Forms.Padding(4, 0, 4, 0)
|
322
|
376
|
Me.Label1.Name = "Label1"
|
323
|
377
|
Me.Label1.Size = New System.Drawing.Size(55, 16)
|
|
@@ -326,15 +380,15 @@ Partial Class 文件
|
326
|
380
|
'
|
327
|
381
|
'發行_bt
|
328
|
382
|
'
|
329
|
|
- Me.發行_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
383
|
+ Me.發行_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
330
|
384
|
Me.發行_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.check
|
331
|
385
|
Me.發行_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
332
|
386
|
Me.發行_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
333
|
387
|
Me.發行_bt.ForeColor = System.Drawing.Color.DarkGreen
|
334
|
|
- Me.發行_bt.Location = New System.Drawing.Point(1170, 6)
|
|
388
|
+ Me.發行_bt.Location = New System.Drawing.Point(2, 278)
|
335
|
389
|
Me.發行_bt.Margin = New System.Windows.Forms.Padding(4)
|
336
|
390
|
Me.發行_bt.Name = "發行_bt"
|
337
|
|
- Me.發行_bt.Size = New System.Drawing.Size(45, 45)
|
|
391
|
+ Me.發行_bt.Size = New System.Drawing.Size(35, 35)
|
338
|
392
|
Me.發行_bt.TabIndex = 1872
|
339
|
393
|
Me.發行_bt.UseVisualStyleBackColor = True
|
340
|
394
|
'
|
|
@@ -344,7 +398,7 @@ Partial Class 文件
|
344
|
398
|
Me.查詢_tb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
345
|
399
|
Me.查詢_tb.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
346
|
400
|
Me.查詢_tb.ForeColor = System.Drawing.Color.Red
|
347
|
|
- Me.查詢_tb.Location = New System.Drawing.Point(180, 5)
|
|
401
|
+ Me.查詢_tb.Location = New System.Drawing.Point(171, 97)
|
348
|
402
|
Me.查詢_tb.Margin = New System.Windows.Forms.Padding(4)
|
349
|
403
|
Me.查詢_tb.Name = "查詢_tb"
|
350
|
404
|
Me.查詢_tb.Size = New System.Drawing.Size(30, 25)
|
|
@@ -353,15 +407,15 @@ Partial Class 文件
|
353
|
407
|
'
|
354
|
408
|
'作廢_bt
|
355
|
409
|
'
|
356
|
|
- Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
410
|
+ Me.作廢_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
357
|
411
|
Me.作廢_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Close
|
358
|
412
|
Me.作廢_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
359
|
413
|
Me.作廢_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
360
|
414
|
Me.作廢_bt.ForeColor = System.Drawing.Color.DarkGreen
|
361
|
|
- Me.作廢_bt.Location = New System.Drawing.Point(1120, 6)
|
|
415
|
+ Me.作廢_bt.Location = New System.Drawing.Point(39, 278)
|
362
|
416
|
Me.作廢_bt.Margin = New System.Windows.Forms.Padding(4)
|
363
|
417
|
Me.作廢_bt.Name = "作廢_bt"
|
364
|
|
- Me.作廢_bt.Size = New System.Drawing.Size(45, 45)
|
|
418
|
+ Me.作廢_bt.Size = New System.Drawing.Size(35, 35)
|
365
|
419
|
Me.作廢_bt.TabIndex = 1848
|
366
|
420
|
Me.作廢_bt.UseVisualStyleBackColor = True
|
367
|
421
|
'
|
|
@@ -372,10 +426,10 @@ Partial Class 文件
|
372
|
426
|
Me.刪除_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
373
|
427
|
Me.刪除_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
374
|
428
|
Me.刪除_bt.ForeColor = System.Drawing.Color.Red
|
375
|
|
- Me.刪除_bt.Location = New System.Drawing.Point(1020, 5)
|
|
429
|
+ Me.刪除_bt.Location = New System.Drawing.Point(1245, 7)
|
376
|
430
|
Me.刪除_bt.Margin = New System.Windows.Forms.Padding(4)
|
377
|
431
|
Me.刪除_bt.Name = "刪除_bt"
|
378
|
|
- Me.刪除_bt.Size = New System.Drawing.Size(45, 45)
|
|
432
|
+ Me.刪除_bt.Size = New System.Drawing.Size(50, 50)
|
379
|
433
|
Me.刪除_bt.TabIndex = 1847
|
380
|
434
|
Me.刪除_bt.UseVisualStyleBackColor = True
|
381
|
435
|
'
|
|
@@ -386,10 +440,10 @@ Partial Class 文件
|
386
|
440
|
Me.儲存_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
387
|
441
|
Me.儲存_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
388
|
442
|
Me.儲存_bt.ForeColor = System.Drawing.Color.DarkGreen
|
389
|
|
- Me.儲存_bt.Location = New System.Drawing.Point(1070, 5)
|
|
443
|
+ Me.儲存_bt.Location = New System.Drawing.Point(1295, 7)
|
390
|
444
|
Me.儲存_bt.Margin = New System.Windows.Forms.Padding(4)
|
391
|
445
|
Me.儲存_bt.Name = "儲存_bt"
|
392
|
|
- Me.儲存_bt.Size = New System.Drawing.Size(45, 45)
|
|
446
|
+ Me.儲存_bt.Size = New System.Drawing.Size(50, 50)
|
393
|
447
|
Me.儲存_bt.TabIndex = 1846
|
394
|
448
|
Me.儲存_bt.UseVisualStyleBackColor = True
|
395
|
449
|
'
|
|
@@ -400,31 +454,32 @@ Partial Class 文件
|
400
|
454
|
Me.新增_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
401
|
455
|
Me.新增_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
402
|
456
|
Me.新增_bt.ForeColor = System.Drawing.Color.Blue
|
403
|
|
- Me.新增_bt.Location = New System.Drawing.Point(970, 6)
|
|
457
|
+ Me.新增_bt.Location = New System.Drawing.Point(1195, 7)
|
404
|
458
|
Me.新增_bt.Margin = New System.Windows.Forms.Padding(4)
|
405
|
459
|
Me.新增_bt.Name = "新增_bt"
|
406
|
|
- Me.新增_bt.Size = New System.Drawing.Size(45, 45)
|
|
460
|
+ Me.新增_bt.Size = New System.Drawing.Size(50, 50)
|
407
|
461
|
Me.新增_bt.TabIndex = 1845
|
408
|
462
|
Me.新增_bt.UseVisualStyleBackColor = True
|
409
|
463
|
'
|
410
|
464
|
'列印_bt
|
411
|
465
|
'
|
412
|
|
- Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
466
|
+ Me.列印_bt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
413
|
467
|
Me.列印_bt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.print
|
414
|
468
|
Me.列印_bt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
415
|
469
|
Me.列印_bt.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
416
|
470
|
Me.列印_bt.ForeColor = System.Drawing.Color.Red
|
417
|
|
- Me.列印_bt.Location = New System.Drawing.Point(1220, 6)
|
|
471
|
+ Me.列印_bt.Location = New System.Drawing.Point(76, 278)
|
418
|
472
|
Me.列印_bt.Margin = New System.Windows.Forms.Padding(4)
|
419
|
473
|
Me.列印_bt.Name = "列印_bt"
|
420
|
|
- Me.列印_bt.Size = New System.Drawing.Size(45, 45)
|
|
474
|
+ Me.列印_bt.Size = New System.Drawing.Size(35, 35)
|
421
|
475
|
Me.列印_bt.TabIndex = 1844
|
422
|
476
|
Me.列印_bt.UseVisualStyleBackColor = True
|
423
|
477
|
'
|
424
|
478
|
'全選_cb
|
425
|
479
|
'
|
|
480
|
+ Me.全選_cb.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
426
|
481
|
Me.全選_cb.AutoSize = True
|
427
|
|
- Me.全選_cb.Location = New System.Drawing.Point(935, 61)
|
|
482
|
+ Me.全選_cb.Location = New System.Drawing.Point(1030, 27)
|
428
|
483
|
Me.全選_cb.Name = "全選_cb"
|
429
|
484
|
Me.全選_cb.Size = New System.Drawing.Size(62, 20)
|
430
|
485
|
Me.全選_cb.TabIndex = 1877
|
|
@@ -433,65 +488,364 @@ Partial Class 文件
|
433
|
488
|
'
|
434
|
489
|
'ppp
|
435
|
490
|
'
|
|
491
|
+ Me.ppp.Controls.Add(Me.副檔名_tb)
|
|
492
|
+ Me.ppp.Controls.Add(Me.圖片庫_tb)
|
|
493
|
+ Me.ppp.Controls.Add(Me.檔案路徑_tb)
|
436
|
494
|
Me.ppp.Controls.Add(Me.人員1_dgv)
|
437
|
|
- Me.ppp.Location = New System.Drawing.Point(935, 88)
|
|
495
|
+ Me.ppp.Controls.Add(Me.公司名稱)
|
|
496
|
+ Me.ppp.Controls.Add(Me.Label0)
|
|
497
|
+ Me.ppp.Controls.Add(Me.單號_tb)
|
|
498
|
+ Me.ppp.Controls.Add(Me.查詢_tb)
|
|
499
|
+ Me.ppp.Location = New System.Drawing.Point(1028, 278)
|
438
|
500
|
Me.ppp.Name = "ppp"
|
439
|
|
- Me.ppp.Size = New System.Drawing.Size(253, 415)
|
|
501
|
+ Me.ppp.Size = New System.Drawing.Size(253, 137)
|
440
|
502
|
Me.ppp.TabIndex = 1878
|
441
|
503
|
Me.ppp.Visible = False
|
442
|
504
|
'
|
|
505
|
+ '副檔名_tb
|
|
506
|
+ '
|
|
507
|
+ Me.副檔名_tb.Enabled = False
|
|
508
|
+ Me.副檔名_tb.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
509
|
+ Me.副檔名_tb.Location = New System.Drawing.Point(129, 65)
|
|
510
|
+ Me.副檔名_tb.Name = "副檔名_tb"
|
|
511
|
+ Me.副檔名_tb.Size = New System.Drawing.Size(116, 23)
|
|
512
|
+ Me.副檔名_tb.TabIndex = 1878
|
|
513
|
+ '
|
|
514
|
+ '圖片庫_tb
|
|
515
|
+ '
|
|
516
|
+ Me.圖片庫_tb.AllowDrop = True
|
|
517
|
+ Me.圖片庫_tb.ForeColor = System.Drawing.Color.Black
|
|
518
|
+ Me.圖片庫_tb.Location = New System.Drawing.Point(7, 65)
|
|
519
|
+ Me.圖片庫_tb.Name = "圖片庫_tb"
|
|
520
|
+ Me.圖片庫_tb.Size = New System.Drawing.Size(116, 23)
|
|
521
|
+ Me.圖片庫_tb.TabIndex = 1877
|
|
522
|
+ '
|
|
523
|
+ '檔案路徑_tb
|
|
524
|
+ '
|
|
525
|
+ Me.檔案路徑_tb.AllowDrop = True
|
|
526
|
+ Me.檔案路徑_tb.ForeColor = System.Drawing.Color.Black
|
|
527
|
+ Me.檔案路徑_tb.Location = New System.Drawing.Point(7, 36)
|
|
528
|
+ Me.檔案路徑_tb.Multiline = True
|
|
529
|
+ Me.檔案路徑_tb.Name = "檔案路徑_tb"
|
|
530
|
+ Me.檔案路徑_tb.Size = New System.Drawing.Size(116, 23)
|
|
531
|
+ Me.檔案路徑_tb.TabIndex = 1876
|
|
532
|
+ '
|
443
|
533
|
'人員1_dgv
|
444
|
534
|
'
|
445
|
|
- DataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
446
|
|
- Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle4
|
|
535
|
+ DataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
536
|
+ Me.人員1_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle5
|
447
|
537
|
Me.人員1_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
448
|
538
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
449
|
539
|
Me.人員1_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
450
|
540
|
Me.人員1_dgv.BackgroundColor = System.Drawing.Color.White
|
451
|
541
|
Me.人員1_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
452
|
|
- Me.人員1_dgv.Location = New System.Drawing.Point(7, 39)
|
|
542
|
+ Me.人員1_dgv.Location = New System.Drawing.Point(129, 156)
|
453
|
543
|
Me.人員1_dgv.Name = "人員1_dgv"
|
454
|
544
|
Me.人員1_dgv.RowHeadersWidth = 5
|
455
|
545
|
Me.人員1_dgv.RowTemplate.Height = 24
|
456
|
|
- Me.人員1_dgv.Size = New System.Drawing.Size(190, 346)
|
|
546
|
+ Me.人員1_dgv.Size = New System.Drawing.Size(116, 0)
|
457
|
547
|
Me.人員1_dgv.TabIndex = 1875
|
458
|
548
|
'
|
|
549
|
+ '圖片清單_dgv
|
|
550
|
+ '
|
|
551
|
+ DataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer), CType(CType(192, Byte), Integer))
|
|
552
|
+ Me.圖片清單_dgv.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle6
|
|
553
|
+ Me.圖片清單_dgv.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
554
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
555
|
+ Me.圖片清單_dgv.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.Fill
|
|
556
|
+ Me.圖片清單_dgv.BackgroundColor = System.Drawing.Color.White
|
|
557
|
+ Me.圖片清單_dgv.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
558
|
+ Me.圖片清單_dgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
559
|
+ Me.圖片清單_dgv.Location = New System.Drawing.Point(2, 3)
|
|
560
|
+ Me.圖片清單_dgv.Name = "圖片清單_dgv"
|
|
561
|
+ Me.圖片清單_dgv.RowHeadersWidth = 5
|
|
562
|
+ Me.圖片清單_dgv.RowTemplate.Height = 24
|
|
563
|
+ Me.圖片清單_dgv.Size = New System.Drawing.Size(100, 272)
|
|
564
|
+ Me.圖片清單_dgv.TabIndex = 1886
|
|
565
|
+ '
|
|
566
|
+ '圖片_pb
|
|
567
|
+ '
|
|
568
|
+ Me.圖片_pb.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
569
|
+ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
570
|
+ Me.圖片_pb.BackColor = System.Drawing.Color.White
|
|
571
|
+ Me.圖片_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
572
|
+ Me.圖片_pb.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
573
|
+ Me.圖片_pb.Location = New System.Drawing.Point(104, 3)
|
|
574
|
+ Me.圖片_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
575
|
+ Me.圖片_pb.Name = "圖片_pb"
|
|
576
|
+ Me.圖片_pb.Size = New System.Drawing.Size(200, 272)
|
|
577
|
+ Me.圖片_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
578
|
+ Me.圖片_pb.TabIndex = 1885
|
|
579
|
+ Me.圖片_pb.TabStop = False
|
|
580
|
+ '
|
|
581
|
+ '圖檔入系統_rbt
|
|
582
|
+ '
|
|
583
|
+ Me.圖檔入系統_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
584
|
+ Me.圖檔入系統_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.Add_Image
|
|
585
|
+ Me.圖檔入系統_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
586
|
+ Me.圖檔入系統_rbt.Location = New System.Drawing.Point(197, 278)
|
|
587
|
+ Me.圖檔入系統_rbt.Name = "圖檔入系統_rbt"
|
|
588
|
+ Me.圖檔入系統_rbt.Size = New System.Drawing.Size(103, 35)
|
|
589
|
+ Me.圖檔入系統_rbt.TabIndex = 1888
|
|
590
|
+ Me.圖檔入系統_rbt.UseVisualStyleBackColor = True
|
|
591
|
+ '
|
|
592
|
+ '讀取資料夾路徑_rbt
|
|
593
|
+ '
|
|
594
|
+ Me.讀取資料夾路徑_rbt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
595
|
+ Me.讀取資料夾路徑_rbt.BackgroundImage = Global.HSKIN_MIS_SYS.My.Resources.Resources.PortableComputer
|
|
596
|
+ Me.讀取資料夾路徑_rbt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
597
|
+ Me.讀取資料夾路徑_rbt.Location = New System.Drawing.Point(160, 278)
|
|
598
|
+ Me.讀取資料夾路徑_rbt.Name = "讀取資料夾路徑_rbt"
|
|
599
|
+ Me.讀取資料夾路徑_rbt.Size = New System.Drawing.Size(35, 35)
|
|
600
|
+ Me.讀取資料夾路徑_rbt.TabIndex = 1887
|
|
601
|
+ Me.讀取資料夾路徑_rbt.UseVisualStyleBackColor = True
|
|
602
|
+ '
|
|
603
|
+ 'PB5
|
|
604
|
+ '
|
|
605
|
+ Me.PB5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
606
|
+ Me.PB5.BackColor = System.Drawing.Color.White
|
|
607
|
+ Me.PB5.BackgroundImage = CType(resources.GetObject("PB5.BackgroundImage"), System.Drawing.Image)
|
|
608
|
+ Me.PB5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
609
|
+ Me.PB5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
610
|
+ Me.PB5.Location = New System.Drawing.Point(2, 558)
|
|
611
|
+ Me.PB5.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
612
|
+ Me.PB5.Name = "PB5"
|
|
613
|
+ Me.PB5.Size = New System.Drawing.Size(149, 119)
|
|
614
|
+ Me.PB5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
615
|
+ Me.PB5.TabIndex = 1884
|
|
616
|
+ Me.PB5.TabStop = False
|
|
617
|
+ '
|
|
618
|
+ 'PB4
|
|
619
|
+ '
|
|
620
|
+ Me.PB4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
621
|
+ Me.PB4.BackColor = System.Drawing.Color.White
|
|
622
|
+ Me.PB4.BackgroundImage = CType(resources.GetObject("PB4.BackgroundImage"), System.Drawing.Image)
|
|
623
|
+ Me.PB4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
624
|
+ Me.PB4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
625
|
+ Me.PB4.Location = New System.Drawing.Point(153, 436)
|
|
626
|
+ Me.PB4.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
627
|
+ Me.PB4.Name = "PB4"
|
|
628
|
+ Me.PB4.Size = New System.Drawing.Size(149, 119)
|
|
629
|
+ Me.PB4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
630
|
+ Me.PB4.TabIndex = 1883
|
|
631
|
+ Me.PB4.TabStop = False
|
|
632
|
+ '
|
|
633
|
+ 'PB1
|
|
634
|
+ '
|
|
635
|
+ Me.PB1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
636
|
+ Me.PB1.BackColor = System.Drawing.Color.White
|
|
637
|
+ Me.PB1.BackgroundImage = CType(resources.GetObject("PB1.BackgroundImage"), System.Drawing.Image)
|
|
638
|
+ Me.PB1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
639
|
+ Me.PB1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
640
|
+ Me.PB1.Location = New System.Drawing.Point(2, 314)
|
|
641
|
+ Me.PB1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
642
|
+ Me.PB1.Name = "PB1"
|
|
643
|
+ Me.PB1.Size = New System.Drawing.Size(149, 119)
|
|
644
|
+ Me.PB1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
645
|
+ Me.PB1.TabIndex = 1879
|
|
646
|
+ Me.PB1.TabStop = False
|
|
647
|
+ '
|
|
648
|
+ 'PB2
|
|
649
|
+ '
|
|
650
|
+ Me.PB2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
651
|
+ Me.PB2.BackColor = System.Drawing.Color.White
|
|
652
|
+ Me.PB2.BackgroundImage = CType(resources.GetObject("PB2.BackgroundImage"), System.Drawing.Image)
|
|
653
|
+ Me.PB2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
654
|
+ Me.PB2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
655
|
+ Me.PB2.Location = New System.Drawing.Point(153, 314)
|
|
656
|
+ Me.PB2.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
657
|
+ Me.PB2.Name = "PB2"
|
|
658
|
+ Me.PB2.Size = New System.Drawing.Size(149, 119)
|
|
659
|
+ Me.PB2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
660
|
+ Me.PB2.TabIndex = 1881
|
|
661
|
+ Me.PB2.TabStop = False
|
|
662
|
+ '
|
|
663
|
+ 'PB3
|
|
664
|
+ '
|
|
665
|
+ Me.PB3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
666
|
+ Me.PB3.BackColor = System.Drawing.Color.White
|
|
667
|
+ Me.PB3.BackgroundImage = CType(resources.GetObject("PB3.BackgroundImage"), System.Drawing.Image)
|
|
668
|
+ Me.PB3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
669
|
+ Me.PB3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
670
|
+ Me.PB3.Location = New System.Drawing.Point(2, 436)
|
|
671
|
+ Me.PB3.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
672
|
+ Me.PB3.Name = "PB3"
|
|
673
|
+ Me.PB3.Size = New System.Drawing.Size(149, 119)
|
|
674
|
+ Me.PB3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
675
|
+ Me.PB3.TabIndex = 1882
|
|
676
|
+ Me.PB3.TabStop = False
|
|
677
|
+ '
|
|
678
|
+ 'PB6
|
|
679
|
+ '
|
|
680
|
+ Me.PB6.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
681
|
+ Me.PB6.BackColor = System.Drawing.Color.White
|
|
682
|
+ Me.PB6.BackgroundImage = CType(resources.GetObject("PB6.BackgroundImage"), System.Drawing.Image)
|
|
683
|
+ Me.PB6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
684
|
+ Me.PB6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D
|
|
685
|
+ Me.PB6.Location = New System.Drawing.Point(153, 558)
|
|
686
|
+ Me.PB6.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
687
|
+ Me.PB6.Name = "PB6"
|
|
688
|
+ Me.PB6.Size = New System.Drawing.Size(149, 119)
|
|
689
|
+ Me.PB6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
690
|
+ Me.PB6.TabIndex = 1880
|
|
691
|
+ Me.PB6.TabStop = False
|
|
692
|
+ '
|
|
693
|
+ 'TabControl1
|
|
694
|
+ '
|
|
695
|
+ Me.TabControl1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
696
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
697
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
698
|
+ Me.TabControl1.Appearance = System.Windows.Forms.TabAppearance.Buttons
|
|
699
|
+ Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
700
|
+ Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
701
|
+ Me.TabControl1.Location = New System.Drawing.Point(498, 27)
|
|
702
|
+ Me.TabControl1.Name = "TabControl1"
|
|
703
|
+ Me.TabControl1.SelectedIndex = 0
|
|
704
|
+ Me.TabControl1.Size = New System.Drawing.Size(529, 655)
|
|
705
|
+ Me.TabControl1.TabIndex = 1889
|
|
706
|
+ '
|
|
707
|
+ 'TabPage1
|
|
708
|
+ '
|
|
709
|
+ Me.TabPage1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
710
|
+ Me.TabPage1.Controls.Add(Me.PDF_P)
|
|
711
|
+ Me.TabPage1.Controls.Add(Me.圖片_P)
|
|
712
|
+ Me.TabPage1.Location = New System.Drawing.Point(4, 28)
|
|
713
|
+ Me.TabPage1.Name = "TabPage1"
|
|
714
|
+ Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
715
|
+ Me.TabPage1.Size = New System.Drawing.Size(521, 623)
|
|
716
|
+ Me.TabPage1.TabIndex = 0
|
|
717
|
+ Me.TabPage1.Text = "文件清單與圖片"
|
|
718
|
+ Me.TabPage1.UseVisualStyleBackColor = True
|
|
719
|
+ '
|
|
720
|
+ 'PDF_P
|
|
721
|
+ '
|
|
722
|
+ Me.PDF_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
723
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
724
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
725
|
+ Me.PDF_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
726
|
+ Me.PDF_P.Controls.Add(Me.RadPdfViewer1)
|
|
727
|
+ Me.PDF_P.Controls.Add(Me.RadPdfViewerNavigator1)
|
|
728
|
+ Me.PDF_P.Location = New System.Drawing.Point(0, -1)
|
|
729
|
+ Me.PDF_P.Name = "PDF_P"
|
|
730
|
+ Me.PDF_P.Size = New System.Drawing.Size(519, 622)
|
|
731
|
+ Me.PDF_P.TabIndex = 1886
|
|
732
|
+ '
|
|
733
|
+ 'RadPdfViewer1
|
|
734
|
+ '
|
|
735
|
+ Me.RadPdfViewer1.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
736
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
737
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
738
|
+ Me.RadPdfViewer1.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
739
|
+ Me.RadPdfViewer1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
740
|
+ Me.RadPdfViewer1.Location = New System.Drawing.Point(0, 38)
|
|
741
|
+ Me.RadPdfViewer1.Name = "RadPdfViewer1"
|
|
742
|
+ '
|
|
743
|
+ '
|
|
744
|
+ '
|
|
745
|
+ Me.RadPdfViewer1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 38, 200, 200)
|
|
746
|
+ Me.RadPdfViewer1.Size = New System.Drawing.Size(516, 581)
|
|
747
|
+ Me.RadPdfViewer1.TabIndex = 1
|
|
748
|
+ Me.RadPdfViewer1.ThumbnailsScaleFactor = 0.15!
|
|
749
|
+ '
|
|
750
|
+ 'RadPdfViewerNavigator1
|
|
751
|
+ '
|
|
752
|
+ Me.RadPdfViewerNavigator1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
753
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
754
|
+ Me.RadPdfViewerNavigator1.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
755
|
+ Me.RadPdfViewerNavigator1.Font = New System.Drawing.Font("新細明體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
|
756
|
+ Me.RadPdfViewerNavigator1.Location = New System.Drawing.Point(0, 1)
|
|
757
|
+ Me.RadPdfViewerNavigator1.Name = "RadPdfViewerNavigator1"
|
|
758
|
+ '
|
|
759
|
+ '
|
|
760
|
+ '
|
|
761
|
+ Me.RadPdfViewerNavigator1.RootElement.ControlBounds = New System.Drawing.Rectangle(0, 1, 610, 38)
|
|
762
|
+ Me.RadPdfViewerNavigator1.Size = New System.Drawing.Size(516, 38)
|
|
763
|
+ Me.RadPdfViewerNavigator1.TabIndex = 0
|
|
764
|
+ '
|
|
765
|
+ '圖片_P
|
|
766
|
+ '
|
|
767
|
+ Me.圖片_P.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
768
|
+ Or System.Windows.Forms.AnchorStyles.Left) _
|
|
769
|
+ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
770
|
+ Me.圖片_P.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
771
|
+ Me.圖片_P.Controls.Add(Me.圖片1_pb)
|
|
772
|
+ Me.圖片_P.Location = New System.Drawing.Point(0, -2)
|
|
773
|
+ Me.圖片_P.Name = "圖片_P"
|
|
774
|
+ Me.圖片_P.Size = New System.Drawing.Size(521, 628)
|
|
775
|
+ Me.圖片_P.TabIndex = 1888
|
|
776
|
+ '
|
|
777
|
+ '圖片1_pb
|
|
778
|
+ '
|
|
779
|
+ Me.圖片1_pb.BackColor = System.Drawing.Color.White
|
|
780
|
+ Me.圖片1_pb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
781
|
+ Me.圖片1_pb.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
782
|
+ Me.圖片1_pb.Dock = System.Windows.Forms.DockStyle.Fill
|
|
783
|
+ Me.圖片1_pb.Location = New System.Drawing.Point(0, 0)
|
|
784
|
+ Me.圖片1_pb.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
785
|
+ Me.圖片1_pb.Name = "圖片1_pb"
|
|
786
|
+ Me.圖片1_pb.Size = New System.Drawing.Size(519, 626)
|
|
787
|
+ Me.圖片1_pb.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
788
|
+ Me.圖片1_pb.TabIndex = 1887
|
|
789
|
+ Me.圖片1_pb.TabStop = False
|
|
790
|
+ '
|
|
791
|
+ 'TabPage2
|
|
792
|
+ '
|
|
793
|
+ Me.TabPage2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
794
|
+ Me.TabPage2.Controls.Add(Me.Label9)
|
|
795
|
+ Me.TabPage2.Controls.Add(Me.主旨_tb)
|
|
796
|
+ Me.TabPage2.Controls.Add(Me.Label10)
|
|
797
|
+ Me.TabPage2.Controls.Add(Me.說明_tb)
|
|
798
|
+ Me.TabPage2.Controls.Add(Me.字體大小調整_lb)
|
|
799
|
+ Me.TabPage2.Controls.Add(Me.字體_NUD)
|
|
800
|
+ Me.TabPage2.Location = New System.Drawing.Point(4, 28)
|
|
801
|
+ Me.TabPage2.Name = "TabPage2"
|
|
802
|
+ Me.TabPage2.Size = New System.Drawing.Size(521, 621)
|
|
803
|
+ Me.TabPage2.TabIndex = 1
|
|
804
|
+ Me.TabPage2.Text = "文件內容"
|
|
805
|
+ Me.TabPage2.UseVisualStyleBackColor = True
|
|
806
|
+ '
|
|
807
|
+ 'OpenFileDialog1
|
|
808
|
+ '
|
|
809
|
+ Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
810
|
+ Me.OpenFileDialog1.Multiselect = True
|
|
811
|
+ '
|
459
|
812
|
'文件
|
460
|
813
|
'
|
461
|
814
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
462
|
815
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
463
|
|
- Me.ClientSize = New System.Drawing.Size(1270, 643)
|
|
816
|
+ Me.ClientSize = New System.Drawing.Size(1349, 681)
|
|
817
|
+ Me.Controls.Add(Me.ppp)
|
|
818
|
+ Me.Controls.Add(Me.控制表_dgv)
|
|
819
|
+ Me.Controls.Add(Me.已核准的營運成本收支單_rb)
|
|
820
|
+ Me.Controls.Add(Me.圖片清單_dgv)
|
|
821
|
+ Me.Controls.Add(Me.作廢的營運成本收支單_rb)
|
|
822
|
+ Me.Controls.Add(Me.圖片_pb)
|
|
823
|
+ Me.Controls.Add(Me.已發行的營運成本收支單_rb)
|
|
824
|
+ Me.Controls.Add(Me.圖檔入系統_rbt)
|
|
825
|
+ Me.Controls.Add(Me.讀取資料夾路徑_rbt)
|
|
826
|
+ Me.Controls.Add(Me.PB5)
|
|
827
|
+ Me.Controls.Add(Me.PB4)
|
|
828
|
+ Me.Controls.Add(Me.PB1)
|
|
829
|
+ Me.Controls.Add(Me.PB2)
|
|
830
|
+ Me.Controls.Add(Me.PB3)
|
|
831
|
+ Me.Controls.Add(Me.PB6)
|
464
|
832
|
Me.Controls.Add(Me.全選_cb)
|
465
|
833
|
Me.Controls.Add(Me.Label1)
|
466
|
834
|
Me.Controls.Add(Me.指定人員_bt)
|
467
|
835
|
Me.Controls.Add(Me.人員_dgv)
|
468
|
|
- Me.Controls.Add(Me.說明_tb)
|
469
|
836
|
Me.Controls.Add(Me.發行_bt)
|
470
|
|
- Me.Controls.Add(Me.已發行的營運成本收支單_rb)
|
471
|
|
- Me.Controls.Add(Me.Label10)
|
472
|
|
- Me.Controls.Add(Me.主旨_tb)
|
473
|
|
- Me.Controls.Add(Me.Label9)
|
474
|
|
- Me.Controls.Add(Me.單號_tb)
|
475
|
837
|
Me.Controls.Add(Me.選擇日期_dtp)
|
476
|
838
|
Me.Controls.Add(Me.開單人_tb)
|
477
|
|
- Me.Controls.Add(Me.查詢_tb)
|
478
|
839
|
Me.Controls.Add(Me.Label29)
|
479
|
|
- Me.Controls.Add(Me.Label0)
|
480
|
840
|
Me.Controls.Add(Me.作廢_bt)
|
481
|
841
|
Me.Controls.Add(Me.刪除_bt)
|
482
|
842
|
Me.Controls.Add(Me.儲存_bt)
|
483
|
843
|
Me.Controls.Add(Me.新增_bt)
|
484
|
844
|
Me.Controls.Add(Me.列印_bt)
|
485
|
|
- Me.Controls.Add(Me.控制表_dgv)
|
486
|
845
|
Me.Controls.Add(Me.Label13)
|
487
|
|
- Me.Controls.Add(Me.字體_NUD)
|
488
|
|
- Me.Controls.Add(Me.字體大小調整_lb)
|
489
|
846
|
Me.Controls.Add(Me.檔案名稱_tb)
|
490
|
847
|
Me.Controls.Add(Me.Label8)
|
491
|
|
- Me.Controls.Add(Me.公司名稱)
|
492
|
|
- Me.Controls.Add(Me.已核准的營運成本收支單_rb)
|
493
|
|
- Me.Controls.Add(Me.作廢的營運成本收支單_rb)
|
494
|
|
- Me.Controls.Add(Me.ppp)
|
|
848
|
+ Me.Controls.Add(Me.TabControl1)
|
495
|
849
|
Me.Font = New System.Drawing.Font("微軟正黑體", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(136, Byte))
|
496
|
850
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
497
|
851
|
Me.Name = "文件"
|
|
@@ -501,7 +855,26 @@ Partial Class 文件
|
501
|
855
|
CType(Me.字體_NUD, System.ComponentModel.ISupportInitialize).EndInit()
|
502
|
856
|
CType(Me.人員_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
503
|
857
|
Me.ppp.ResumeLayout(False)
|
|
858
|
+ Me.ppp.PerformLayout()
|
504
|
859
|
CType(Me.人員1_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
860
|
+ CType(Me.圖片清單_dgv, System.ComponentModel.ISupportInitialize).EndInit()
|
|
861
|
+ CType(Me.圖片_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
862
|
+ CType(Me.PB5, System.ComponentModel.ISupportInitialize).EndInit()
|
|
863
|
+ CType(Me.PB4, System.ComponentModel.ISupportInitialize).EndInit()
|
|
864
|
+ CType(Me.PB1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
865
|
+ CType(Me.PB2, System.ComponentModel.ISupportInitialize).EndInit()
|
|
866
|
+ CType(Me.PB3, System.ComponentModel.ISupportInitialize).EndInit()
|
|
867
|
+ CType(Me.PB6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
868
|
+ Me.TabControl1.ResumeLayout(False)
|
|
869
|
+ Me.TabPage1.ResumeLayout(False)
|
|
870
|
+ Me.PDF_P.ResumeLayout(False)
|
|
871
|
+ Me.PDF_P.PerformLayout()
|
|
872
|
+ CType(Me.RadPdfViewer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
873
|
+ CType(Me.RadPdfViewerNavigator1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
874
|
+ Me.圖片_P.ResumeLayout(False)
|
|
875
|
+ CType(Me.圖片1_pb, System.ComponentModel.ISupportInitialize).EndInit()
|
|
876
|
+ Me.TabPage2.ResumeLayout(False)
|
|
877
|
+ Me.TabPage2.PerformLayout()
|
505
|
878
|
Me.ResumeLayout(False)
|
506
|
879
|
Me.PerformLayout()
|
507
|
880
|
|
|
@@ -540,4 +913,26 @@ Partial Class 文件
|
540
|
913
|
Friend WithEvents 全選_cb As CheckBox
|
541
|
914
|
Friend WithEvents ppp As Panel
|
542
|
915
|
Friend WithEvents 人員1_dgv As DataGridView
|
|
916
|
+ Friend WithEvents 圖片清單_dgv As DataGridView
|
|
917
|
+ Friend WithEvents 圖片_pb As PictureBox
|
|
918
|
+ Friend WithEvents 圖檔入系統_rbt As Button
|
|
919
|
+ Friend WithEvents 讀取資料夾路徑_rbt As Button
|
|
920
|
+ Friend WithEvents PB5 As PictureBox
|
|
921
|
+ Friend WithEvents PB4 As PictureBox
|
|
922
|
+ Friend WithEvents PB1 As PictureBox
|
|
923
|
+ Friend WithEvents PB2 As PictureBox
|
|
924
|
+ Friend WithEvents PB3 As PictureBox
|
|
925
|
+ Friend WithEvents PB6 As PictureBox
|
|
926
|
+ Friend WithEvents TabControl1 As TabControl
|
|
927
|
+ Friend WithEvents TabPage1 As TabPage
|
|
928
|
+ Friend WithEvents PDF_P As Panel
|
|
929
|
+ Friend WithEvents RadPdfViewer1 As Telerik.WinControls.UI.RadPdfViewer
|
|
930
|
+ Friend WithEvents RadPdfViewerNavigator1 As Telerik.WinControls.UI.RadPdfViewerNavigator
|
|
931
|
+ Friend WithEvents TabPage2 As TabPage
|
|
932
|
+ Friend WithEvents 副檔名_tb As TextBox
|
|
933
|
+ Friend WithEvents 圖片庫_tb As TextBox
|
|
934
|
+ Friend WithEvents 檔案路徑_tb As TextBox
|
|
935
|
+ Friend WithEvents OpenFileDialog1 As OpenFileDialog
|
|
936
|
+ Friend WithEvents 圖片1_pb As PictureBox
|
|
937
|
+ Friend WithEvents 圖片_P As Panel
|
543
|
938
|
End Class
|