Browse CVS Repository
Contents of /gikonavigoeson/gikonavi/NGWordEdit.dfm
Parent Directory
| Revision Log
| Revision Graph
Revision 1.4 -
( show annotations)
( download)
Wed Feb 14 15:01:44 2007 UTC
(17 years, 2 months ago)
by h677
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
FILE REMOVED
削除
| 1 |
object NGWordEditForm: TNGWordEditForm |
| 2 |
Left = 304 |
| 3 |
Top = 176 |
| 4 |
Width = 490 |
| 5 |
Height = 401 |
| 6 |
Caption = 'NGWordEditForm' |
| 7 |
Color = clBtnFace |
| 8 |
Font.Charset = SHIFTJIS_CHARSET |
| 9 |
Font.Color = clWindowText |
| 10 |
Font.Height = -12 |
| 11 |
Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 |
| 12 |
Font.Style = [] |
| 13 |
Menu = MainMenu1 |
| 14 |
OldCreateOrder = False |
| 15 |
OnCreate = FormCreate |
| 16 |
PixelsPerInch = 96 |
| 17 |
TextHeight = 12 |
| 18 |
object Panel1: TPanel |
| 19 |
Left = 0 |
| 20 |
Top = 0 |
| 21 |
Width = 482 |
| 22 |
Height = 153 |
| 23 |
Align = alTop |
| 24 |
BevelOuter = bvNone |
| 25 |
Caption = 'Panel1' |
| 26 |
TabOrder = 0 |
| 27 |
object Panel3: TPanel |
| 28 |
Left = 359 |
| 29 |
Top = 0 |
| 30 |
Width = 123 |
| 31 |
Height = 153 |
| 32 |
Align = alRight |
| 33 |
BevelOuter = bvLowered |
| 34 |
Caption = 'Panel3' |
| 35 |
TabOrder = 0 |
| 36 |
object AddButton: TButton |
| 37 |
Left = 24 |
| 38 |
Top = 16 |
| 39 |
Width = 75 |
| 40 |
Height = 25 |
| 41 |
Caption = #36861#21152 |
| 42 |
TabOrder = 0 |
| 43 |
OnClick = AddButtonClick |
| 44 |
end |
| 45 |
object DeleteButton: TButton |
| 46 |
Left = 24 |
| 47 |
Top = 40 |
| 48 |
Width = 75 |
| 49 |
Height = 25 |
| 50 |
Caption = #21066#38500 |
| 51 |
TabOrder = 1 |
| 52 |
OnClick = DeleteButtonClick |
| 53 |
end |
| 54 |
object ApplyButton: TButton |
| 55 |
Left = 24 |
| 56 |
Top = 80 |
| 57 |
Width = 75 |
| 58 |
Height = 25 |
| 59 |
Caption = #36969#29992 |
| 60 |
TabOrder = 2 |
| 61 |
OnClick = ApplyButtonClick |
| 62 |
end |
| 63 |
object Button4: TButton |
| 64 |
Left = 24 |
| 65 |
Top = 104 |
| 66 |
Width = 75 |
| 67 |
Height = 25 |
| 68 |
Caption = 'Button4' |
| 69 |
TabOrder = 3 |
| 70 |
end |
| 71 |
end |
| 72 |
object GikoListView1: TGikoListView |
| 73 |
Left = 0 |
| 74 |
Top = 0 |
| 75 |
Width = 359 |
| 76 |
Height = 153 |
| 77 |
Align = alClient |
| 78 |
Checkboxes = True |
| 79 |
Columns = <> |
| 80 |
GridLines = True |
| 81 |
ReadOnly = True |
| 82 |
RowSelect = True |
| 83 |
TabOrder = 1 |
| 84 |
ViewStyle = vsReport |
| 85 |
OnSelectItem = GikoListView1SelectItem |
| 86 |
end |
| 87 |
end |
| 88 |
object Panel2: TPanel |
| 89 |
Left = 0 |
| 90 |
Top = 153 |
| 91 |
Width = 482 |
| 92 |
Height = 202 |
| 93 |
Align = alClient |
| 94 |
BevelOuter = bvNone |
| 95 |
Caption = 'Panel2' |
| 96 |
TabOrder = 1 |
| 97 |
object Panel4: TPanel |
| 98 |
Left = 0 |
| 99 |
Top = 0 |
| 100 |
Width = 482 |
| 101 |
Height = 41 |
| 102 |
Align = alTop |
| 103 |
BevelOuter = bvNone |
| 104 |
TabOrder = 0 |
| 105 |
object Label1: TLabel |
| 106 |
Left = 16 |
| 107 |
Top = 8 |
| 108 |
Width = 48 |
| 109 |
Height = 12 |
| 110 |
Caption = #36969#21512#22580#25152 |
| 111 |
end |
| 112 |
object Label2: TLabel |
| 113 |
Left = 237 |
| 114 |
Top = 11 |
| 115 |
Width = 47 |
| 116 |
Height = 12 |
| 117 |
Caption = 'NG'#12527#12540#12489 |
| 118 |
end |
| 119 |
object ComboBox1: TComboBox |
| 120 |
Left = 80 |
| 121 |
Top = 8 |
| 122 |
Width = 145 |
| 123 |
Height = 20 |
| 124 |
ItemHeight = 12 |
| 125 |
ItemIndex = 0 |
| 126 |
TabOrder = 0 |
| 127 |
Text = #20840#12390 |
| 128 |
Items.Strings = ( |
| 129 |
#20840#12390 |
| 130 |
#21517#21069#27396 |
| 131 |
#12513#12540#12523#27396 |
| 132 |
#26085#20184#12539'ID' |
| 133 |
#26412#25991) |
| 134 |
end |
| 135 |
object NGWordEdit: TEdit |
| 136 |
Left = 296 |
| 137 |
Top = 8 |
| 138 |
Width = 161 |
| 139 |
Height = 20 |
| 140 |
TabOrder = 1 |
| 141 |
Text = 'NGWordEdit' |
| 142 |
end |
| 143 |
end |
| 144 |
object Panel5: TPanel |
| 145 |
Left = 359 |
| 146 |
Top = 41 |
| 147 |
Width = 123 |
| 148 |
Height = 161 |
| 149 |
Align = alRight |
| 150 |
BevelOuter = bvLowered |
| 151 |
Caption = 'Panel5' |
| 152 |
TabOrder = 1 |
| 153 |
object ModifiedNGButton: TButton |
| 154 |
Left = 24 |
| 155 |
Top = 65 |
| 156 |
Width = 75 |
| 157 |
Height = 25 |
| 158 |
Caption = #22793#26356 |
| 159 |
TabOrder = 0 |
| 160 |
OnClick = ModifiedNGButtonClick |
| 161 |
end |
| 162 |
object AddNGButton: TButton |
| 163 |
Left = 24 |
| 164 |
Top = 16 |
| 165 |
Width = 75 |
| 166 |
Height = 25 |
| 167 |
Caption = #36861#21152 |
| 168 |
TabOrder = 1 |
| 169 |
OnClick = AddNGButtonClick |
| 170 |
end |
| 171 |
object DeleteNGButton: TButton |
| 172 |
Left = 24 |
| 173 |
Top = 41 |
| 174 |
Width = 75 |
| 175 |
Height = 25 |
| 176 |
Caption = #21066#38500 |
| 177 |
TabOrder = 2 |
| 178 |
OnClick = DeleteNGButtonClick |
| 179 |
end |
| 180 |
end |
| 181 |
object GikoListView2: TGikoListView |
| 182 |
Left = 0 |
| 183 |
Top = 41 |
| 184 |
Width = 359 |
| 185 |
Height = 161 |
| 186 |
Align = alClient |
| 187 |
Columns = <> |
| 188 |
GridLines = True |
| 189 |
ReadOnly = True |
| 190 |
RowSelect = True |
| 191 |
TabOrder = 2 |
| 192 |
ViewStyle = vsReport |
| 193 |
OnSelectItem = GikoListView2SelectItem |
| 194 |
end |
| 195 |
end |
| 196 |
object MainMenu1: TMainMenu |
| 197 |
Left = 376 |
| 198 |
Top = 48 |
| 199 |
object File1: TMenuItem |
| 200 |
Caption = 'File' |
| 201 |
object Load1: TMenuItem |
| 202 |
Caption = 'Load' |
| 203 |
OnClick = Load1Click |
| 204 |
end |
| 205 |
object Save1: TMenuItem |
| 206 |
Caption = 'Save' |
| 207 |
OnClick = Save1Click |
| 208 |
end |
| 209 |
end |
| 210 |
end |
| 211 |
end |
|