-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfrmResultText.Designer.vb
203 lines (199 loc) · 8.8 KB
/
frmResultText.Designer.vb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmResultText
Inherits frmCommon
'フォームがコンポーネントの一覧をクリーンアップするために dispose をオーバーライドします。
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Windows フォーム デザイナーで必要です。
Private components As System.ComponentModel.IContainer
'メモ: 以下のプロシージャは Windows フォーム デザイナーで必要です。
'Windows フォーム デザイナーを使用して変更できます。
'コード エディターを使って変更しないでください。
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmResultText))
Me.btnResultGridView = New System.Windows.Forms.Button()
Me.btnTextOutput = New System.Windows.Forms.Button()
Me.txtFolderFileList = New System.Windows.Forms.TextBox()
Me.btnHtmlOutput = New System.Windows.Forms.Button()
Me.grpDisplayTarget = New System.Windows.Forms.GroupBox()
Me.rbtnFolder = New System.Windows.Forms.RadioButton()
Me.rbtnAll = New System.Windows.Forms.RadioButton()
Me.grpExtension = New System.Windows.Forms.GroupBox()
Me.cmbExtension = New System.Windows.Forms.ComboBox()
Me.grpName = New System.Windows.Forms.GroupBox()
Me.btnNameSearch = New System.Windows.Forms.Button()
Me.txtName = New System.Windows.Forms.TextBox()
Me.grpDisplayTarget.SuspendLayout()
Me.grpExtension.SuspendLayout()
Me.grpName.SuspendLayout()
Me.SuspendLayout()
'
'btnResultGridView
'
Me.btnResultGridView.Location = New System.Drawing.Point(17, 612)
Me.btnResultGridView.Name = "btnResultGridView"
Me.btnResultGridView.Size = New System.Drawing.Size(120, 23)
Me.btnResultGridView.TabIndex = 5
Me.btnResultGridView.Text = "リスト表示フォーム(O)"
Me.btnResultGridView.UseVisualStyleBackColor = True
'
'btnTextOutput
'
Me.btnTextOutput.Location = New System.Drawing.Point(563, 612)
Me.btnTextOutput.Name = "btnTextOutput"
Me.btnTextOutput.Size = New System.Drawing.Size(85, 23)
Me.btnTextOutput.TabIndex = 6
Me.btnTextOutput.Text = "TEXT出力(T)"
Me.btnTextOutput.UseVisualStyleBackColor = True
'
'txtFolderFileList
'
Me.txtFolderFileList.BackColor = System.Drawing.Color.Black
Me.txtFolderFileList.BorderStyle = System.Windows.Forms.BorderStyle.None
Me.txtFolderFileList.ForeColor = System.Drawing.Color.White
Me.txtFolderFileList.Location = New System.Drawing.Point(17, 65)
Me.txtFolderFileList.MinimumSize = New System.Drawing.Size(630, 540)
Me.txtFolderFileList.Multiline = True
Me.txtFolderFileList.Name = "txtFolderFileList"
Me.txtFolderFileList.ScrollBars = System.Windows.Forms.ScrollBars.Both
Me.txtFolderFileList.Size = New System.Drawing.Size(630, 540)
Me.txtFolderFileList.TabIndex = 4
'
'btnHtmlOutput
'
Me.btnHtmlOutput.Location = New System.Drawing.Point(471, 612)
Me.btnHtmlOutput.Name = "btnHtmlOutput"
Me.btnHtmlOutput.Size = New System.Drawing.Size(85, 23)
Me.btnHtmlOutput.TabIndex = 6
Me.btnHtmlOutput.Text = "HTML出力(H)"
Me.btnHtmlOutput.UseVisualStyleBackColor = True
'
'grpDisplayTarget
'
Me.grpDisplayTarget.Controls.Add(Me.rbtnFolder)
Me.grpDisplayTarget.Controls.Add(Me.rbtnAll)
Me.grpDisplayTarget.Location = New System.Drawing.Point(17, 12)
Me.grpDisplayTarget.Name = "grpDisplayTarget"
Me.grpDisplayTarget.Size = New System.Drawing.Size(220, 45)
Me.grpDisplayTarget.TabIndex = 0
Me.grpDisplayTarget.TabStop = False
Me.grpDisplayTarget.Text = "表示対象"
'
'rbtnFolder
'
Me.rbtnFolder.AutoSize = True
Me.rbtnFolder.Location = New System.Drawing.Point(99, 18)
Me.rbtnFolder.Name = "rbtnFolder"
Me.rbtnFolder.Size = New System.Drawing.Size(118, 16)
Me.rbtnFolder.TabIndex = 0
Me.rbtnFolder.Text = "フォルダのみ表示(K)"
Me.rbtnFolder.UseVisualStyleBackColor = True
'
'rbtnAll
'
Me.rbtnAll.AutoSize = True
Me.rbtnAll.Checked = True
Me.rbtnAll.Location = New System.Drawing.Point(9, 18)
Me.rbtnAll.Name = "rbtnAll"
Me.rbtnAll.Size = New System.Drawing.Size(84, 16)
Me.rbtnAll.TabIndex = 1
Me.rbtnAll.TabStop = True
Me.rbtnAll.Text = "全て表示(A)"
Me.rbtnAll.UseVisualStyleBackColor = True
'
'grpExtension
'
Me.grpExtension.Controls.Add(Me.cmbExtension)
Me.grpExtension.Location = New System.Drawing.Point(243, 12)
Me.grpExtension.Name = "grpExtension"
Me.grpExtension.Size = New System.Drawing.Size(111, 45)
Me.grpExtension.TabIndex = 1
Me.grpExtension.TabStop = False
Me.grpExtension.Text = "拡張子指定(E)"
'
'cmbExtension
'
Me.cmbExtension.BackColor = System.Drawing.SystemColors.Window
Me.cmbExtension.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
Me.cmbExtension.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.cmbExtension.FormattingEnabled = True
Me.cmbExtension.Location = New System.Drawing.Point(8, 15)
Me.cmbExtension.Name = "cmbExtension"
Me.cmbExtension.Size = New System.Drawing.Size(95, 20)
Me.cmbExtension.TabIndex = 0
'
'grpName
'
Me.grpName.Controls.Add(Me.btnNameSearch)
Me.grpName.Controls.Add(Me.txtName)
Me.grpName.Location = New System.Drawing.Point(360, 12)
Me.grpName.Name = "grpName"
Me.grpName.Size = New System.Drawing.Size(287, 45)
Me.grpName.TabIndex = 3
Me.grpName.TabStop = False
Me.grpName.Text = "名前(LIKE検索)(Ctrl+F)"
'
'btnNameSearch
'
Me.btnNameSearch.Location = New System.Drawing.Point(241, 13)
Me.btnNameSearch.Name = "btnNameSearch"
Me.btnNameSearch.Size = New System.Drawing.Size(40, 23)
Me.btnNameSearch.TabIndex = 1
Me.btnNameSearch.Text = "検索"
Me.btnNameSearch.UseVisualStyleBackColor = True
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(7, 15)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(228, 19)
Me.txtName.TabIndex = 0
'
'frmResultText
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 12.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.Color.DeepSkyBlue
Me.ClientSize = New System.Drawing.Size(672, 649)
Me.Controls.Add(Me.grpName)
Me.Controls.Add(Me.grpExtension)
Me.Controls.Add(Me.grpDisplayTarget)
Me.Controls.Add(Me.btnHtmlOutput)
Me.Controls.Add(Me.btnResultGridView)
Me.Controls.Add(Me.btnTextOutput)
Me.Controls.Add(Me.txtFolderFileList)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.MinimumSize = New System.Drawing.Size(680, 680)
Me.Name = "frmResultText"
Me.Opacity = 0R
Me.Text = "出力文字列フォーム"
Me.grpDisplayTarget.ResumeLayout(False)
Me.grpDisplayTarget.PerformLayout()
Me.grpExtension.ResumeLayout(False)
Me.grpName.ResumeLayout(False)
Me.grpName.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents txtFolderFileList As System.Windows.Forms.TextBox
Friend WithEvents btnTextOutput As System.Windows.Forms.Button
Friend WithEvents btnResultGridView As Button
Friend WithEvents btnHtmlOutput As System.Windows.Forms.Button
Friend WithEvents grpDisplayTarget As System.Windows.Forms.GroupBox
Friend WithEvents rbtnFolder As System.Windows.Forms.RadioButton
Friend WithEvents rbtnAll As System.Windows.Forms.RadioButton
Friend WithEvents grpExtension As System.Windows.Forms.GroupBox
Friend WithEvents cmbExtension As System.Windows.Forms.ComboBox
Friend WithEvents grpName As System.Windows.Forms.GroupBox
Friend WithEvents btnNameSearch As System.Windows.Forms.Button
Friend WithEvents txtName As System.Windows.Forms.TextBox
End Class