| 1 |
object KotehanDialog: TKotehanDialog |
| 2 |
Left = 296 |
| 3 |
Top = 152 |
| 4 |
Width = 536 |
| 5 |
Height = 354 |
| 6 |
HorzScrollBar.Visible = False |
| 7 |
VertScrollBar.Visible = False |
| 8 |
BorderIcons = [biSystemMenu] |
| 9 |
Caption = #12467#12486#12495#12531#35373#23450 |
| 10 |
Color = clBtnFace |
| 11 |
Font.Charset = SHIFTJIS_CHARSET |
| 12 |
Font.Color = clWindowText |
| 13 |
Font.Height = -12 |
| 14 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 15 |
Font.Style = [] |
| 16 |
OldCreateOrder = False |
| 17 |
Position = poOwnerFormCenter |
| 18 |
OnCreate = FormCreate |
| 19 |
OnDestroy = FormDestroy |
| 20 |
PixelsPerInch = 96 |
| 21 |
TextHeight = 12 |
| 22 |
object Panel1: TPanel |
| 23 |
Left = 0 |
| 24 |
Top = 272 |
| 25 |
Width = 528 |
| 26 |
Height = 55 |
| 27 |
Align = alBottom |
| 28 |
BevelOuter = bvNone |
| 29 |
TabOrder = 1 |
| 30 |
object HandleLabel: TLabel |
| 31 |
Left = 8 |
| 32 |
Top = 4 |
| 33 |
Width = 58 |
| 34 |
Height = 12 |
| 35 |
Caption = #12495#12531#12489#12523'(&H)' |
| 36 |
FocusControl = HandleEdit |
| 37 |
end |
| 38 |
object MailLabel: TLabel |
| 39 |
Left = 8 |
| 40 |
Top = 28 |
| 41 |
Width = 50 |
| 42 |
Height = 12 |
| 43 |
Caption = #12513#12540#12523'(&M)' |
| 44 |
FocusControl = MailEdit |
| 45 |
end |
| 46 |
object Panel2: TPanel |
| 47 |
Left = 344 |
| 48 |
Top = 0 |
| 49 |
Width = 184 |
| 50 |
Height = 55 |
| 51 |
Align = alRight |
| 52 |
BevelOuter = bvNone |
| 53 |
TabOrder = 0 |
| 54 |
object StatusBar1: TStatusBar |
| 55 |
Left = 0 |
| 56 |
Top = 34 |
| 57 |
Width = 184 |
| 58 |
Height = 21 |
| 59 |
Panels = < |
| 60 |
item |
| 61 |
Bevel = pbNone |
| 62 |
Width = 0 |
| 63 |
end> |
| 64 |
end |
| 65 |
object OKButton: TButton |
| 66 |
Left = 0 |
| 67 |
Top = 24 |
| 68 |
Width = 85 |
| 69 |
Height = 21 |
| 70 |
Caption = 'OK' |
| 71 |
Default = True |
| 72 |
ModalResult = 1 |
| 73 |
TabOrder = 0 |
| 74 |
OnClick = OKButtonClick |
| 75 |
end |
| 76 |
object CancelButton: TButton |
| 77 |
Left = 92 |
| 78 |
Top = 24 |
| 79 |
Width = 85 |
| 80 |
Height = 21 |
| 81 |
Cancel = True |
| 82 |
Caption = #12461#12515#12531#12475#12523 |
| 83 |
ModalResult = 2 |
| 84 |
TabOrder = 1 |
| 85 |
end |
| 86 |
end |
| 87 |
object HandleEdit: TEdit |
| 88 |
Left = 72 |
| 89 |
Top = 0 |
| 90 |
Width = 121 |
| 91 |
Height = 20 |
| 92 |
TabOrder = 1 |
| 93 |
end |
| 94 |
object MailEdit: TEdit |
| 95 |
Left = 72 |
| 96 |
Top = 24 |
| 97 |
Width = 121 |
| 98 |
Height = 20 |
| 99 |
TabOrder = 2 |
| 100 |
end |
| 101 |
object ApplyButton: TButton |
| 102 |
Left = 200 |
| 103 |
Top = 24 |
| 104 |
Width = 85 |
| 105 |
Height = 21 |
| 106 |
Caption = #36969#29992'(&A)' |
| 107 |
TabOrder = 3 |
| 108 |
OnClick = ApplyButtonClick |
| 109 |
end |
| 110 |
end |
| 111 |
object Panel3: TPanel |
| 112 |
Left = 0 |
| 113 |
Top = 0 |
| 114 |
Width = 528 |
| 115 |
Height = 272 |
| 116 |
Align = alClient |
| 117 |
BevelOuter = bvNone |
| 118 |
BorderWidth = 4 |
| 119 |
TabOrder = 0 |
| 120 |
object KotehanListView: TListView |
| 121 |
Left = 4 |
| 122 |
Top = 53 |
| 123 |
Width = 520 |
| 124 |
Height = 215 |
| 125 |
Align = alClient |
| 126 |
Columns = < |
| 127 |
item |
| 128 |
Caption = #26495 |
| 129 |
Width = 140 |
| 130 |
end |
| 131 |
item |
| 132 |
Caption = #21517#21069#65288#12495#12531#12489#12523')' |
| 133 |
Width = 160 |
| 134 |
end |
| 135 |
item |
| 136 |
Caption = #12513#12540#12523 |
| 137 |
Width = 160 |
| 138 |
end> |
| 139 |
ColumnClick = False |
| 140 |
HideSelection = False |
| 141 |
MultiSelect = True |
| 142 |
ReadOnly = True |
| 143 |
RowSelect = True |
| 144 |
TabOrder = 1 |
| 145 |
ViewStyle = vsReport |
| 146 |
OnChange = KotehanListViewChange |
| 147 |
end |
| 148 |
object Panel4: TPanel |
| 149 |
Left = 4 |
| 150 |
Top = 4 |
| 151 |
Width = 520 |
| 152 |
Height = 49 |
| 153 |
Align = alTop |
| 154 |
BevelOuter = bvNone |
| 155 |
TabOrder = 0 |
| 156 |
object Label1: TLabel |
| 157 |
Left = 4 |
| 158 |
Top = 8 |
| 159 |
Width = 40 |
| 160 |
Height = 12 |
| 161 |
Caption = #34920#31034'(&V)' |
| 162 |
FocusControl = ViewComboBox |
| 163 |
end |
| 164 |
object Label2: TLabel |
| 165 |
Left = 4 |
| 166 |
Top = 32 |
| 167 |
Width = 85 |
| 168 |
Height = 12 |
| 169 |
Caption = #12467#12486#12495#12531#12522#12473#12488'(&L)' |
| 170 |
FocusControl = KotehanListView |
| 171 |
end |
| 172 |
object ViewComboBox: TComboBox |
| 173 |
Left = 52 |
| 174 |
Top = 4 |
| 175 |
Width = 189 |
| 176 |
Height = 20 |
| 177 |
Style = csDropDownList |
| 178 |
ItemHeight = 12 |
| 179 |
TabOrder = 0 |
| 180 |
OnChange = ViewComboBoxChange |
| 181 |
end |
| 182 |
end |
| 183 |
end |
| 184 |
end |