object GridColEditor: TGridColEditor Left = 241 Top = 164 ActiveControl = ColumnList BorderStyle = bsDialog Caption = 'DBGrid �̶�ѐݒ�' ClientHeight = 311 ClientWidth = 454 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate TextHeight = 12 object HelpButton: TButton Left = 334 Top = 280 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 5 OnClick = HelpButtonClick end object ApplyButton: TButton Left = 254 Top = 280 Width = 75 Height = 25 Caption = '�X�V(&A)' Enabled = False TabOrder = 4 OnClick = ApplyButtonClick end object CancelButton: TButton Left = 174 Top = 280 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object OkButton: TButton Left = 94 Top = 280 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OkButtonClick end object GB: TGroupBox Left = 8 Top = 4 Width = 167 Height = 261 Caption = '���(&L)' TabOrder = 0 object ColumnList: TListBox Left = 8 Top = 16 Width = 149 Height = 145 ItemHeight = 13 PopupMenu = PM TabOrder = 0 OnClick = ColumnListClick OnDragDrop = ColumnListDragDrop OnDragOver = ColumnListDragOver OnMouseDown = ColumnListMouseDown end object NewButton: TButton Left = 8 Top = 172 Width = 75 Height = 25 Caption = '�V�K�쐬(&N)' TabOrder = 1 OnClick = NewButtonClick end object DeleteButton: TButton Left = 85 Top = 172 Width = 72 Height = 25 Caption = '�폜(&D)' TabOrder = 2 OnClick = DeleteButtonClick end object AddAllFields: TButton Left = 20 Top = 200 Width = 121 Height = 25 Caption = '���ׂĂ̍��ڂ̒lj�' TabOrder = 3 OnClick = AddAllFieldsClick end object DeleteAll: TButton Left = 20 Top = 228 Width = 121 Height = 25 Caption = '���ׂĂ̶�т̍폜' TabOrder = 4 OnClick = DeleteAllClick end end object PageControl1: TPageControl Left = 185 Top = 10 Width = 260 Height = 257 ActivePage = ts1 TabOrder = 1 object ts1: TTabSheet Caption = '��� �����è' object Label1: TLabel Left = 12 Top = 113 Width = 93 Height = 13 Caption = '���ڂ������è(&F):' FocusControl = ColFieldName end object TLabel Left = 12 Top = 165 Width = 31 Height = 13 Caption = '��(&W):' FocusControl = ColWidth Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False end object TLabel Left = 12 Top = 9 Width = 78 Height = 13 Caption = '�ʒu���킹(&A):' FocusControl = ColAlignment end object TLabel Left = 12 Top = 59 Width = 30 Height = 13 Caption = '�F(&C):' FocusControl = ColColor end object TLabel Left = 12 Top = 33 Width = 83 Height = 13 Caption = '���݂̽���(&B):' FocusControl = ColButtonStyle end object TLabel Left = 12 Top = 86 Width = 96 Height = 13 Caption = '�I��ؽĂ̍���(&W):' FocusControl = ColDropDownRows end object TLabel Left = 12 Top = 140 Width = 78 Height = 13 Caption = '�����݋֎~(&R):' FocusControl = ColReadOnly end object ColFieldName: TComboBox Left = 111 Top = 110 Width = 137 Height = 21 ItemHeight = 13 TabOrder = 4 OnChange = EditChange OnClick = NonTaggedControlClick OnDropDown = ColFieldNameDropDown OnExit = ControlExit end object ColWidth: TEdit Left = 111 Top = 162 Width = 137 Height = 21 TabOrder = 6 OnChange = TaggedControlChanged OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object ColAlignment: TComboBox Left = 111 Top = 6 Width = 137 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'taLeftJustify' 'taRightJustify' 'taCenter') TabOrder = 0 OnChange = TaggedControlChanged OnClick = ComboClick OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object ColColor: TComboBox Left = 111 Top = 58 Width = 137 Height = 21 ItemHeight = 13 TabOrder = 2 OnChange = TaggedControlChanged OnClick = ComboClick OnDblClick = ColorDblClick OnDropDown = ColorDropDown OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object ColButtonStyle: TComboBox Left = 111 Top = 32 Width = 137 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'cbsAuto' 'cbsEllipsis' 'cbsNone') TabOrder = 1 OnChange = EditChange OnClick = NonTaggedControlClick OnExit = ControlExit end object ColDropDownRows: TEdit Left = 111 Top = 84 Width = 137 Height = 21 TabOrder = 3 OnChange = EditChange OnExit = ControlExit end object ColReadOnly: TComboBox Left = 111 Top = 136 Width = 137 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'False' 'True') TabOrder = 5 OnChange = TaggedControlChanged OnClick = ComboClick OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object ColFont: TButton Left = 4 Top = 200 Width = 61 Height = 25 Caption = '̫��(&O)...' TabOrder = 7 OnClick = ColFontClick end object ColPickList: TButton Left = 72 Top = 200 Width = 67 Height = 25 Caption = '�I��ؽ�(&P)...' TabOrder = 8 OnClick = ColPickListClick end object RestoreDefaults: TButton Left = 144 Top = 200 Width = 99 Height = 25 Caption = '��̫�Ăɖ߂�(&S)' TabOrder = 9 OnClick = RestoreDefaultsClick end end object TTabSheet Caption = '���� �����è' object TLabel Left = 8 Top = 12 Width = 78 Height = 13 Caption = '�ʒu���킹(&A):' FocusControl = TitleAlignment end object TLabel Left = 8 Top = 38 Width = 60 Height = 13 Caption = '���߼��(&P):' FocusControl = TitleCaption end object TLabel Left = 8 Top = 64 Width = 30 Height = 13 Caption = '�F(&C):' FocusControl = TitleColor end object TitleAlignment: TComboBox Left = 104 Top = 8 Width = 137 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( 'taLeftJustify' 'taRightJustify' 'taCenter') TabOrder = 0 OnChange = TaggedControlChanged OnClick = ComboClick OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object TitleCaption: TEdit Left = 104 Top = 34 Width = 137 Height = 21 TabOrder = 1 OnChange = TaggedControlChanged OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object TitleColor: TComboBox Left = 104 Top = 60 Width = 137 Height = 21 ItemHeight = 0 TabOrder = 2 OnChange = TaggedControlChanged OnClick = ComboClick OnDblClick = ColorDblClick OnDropDown = ColorDropDown OnExit = ControlExit OnKeyDown = TaggedControlKeyDown end object TitleFont: TButton Left = 103 Top = 96 Width = 74 Height = 25 Caption = '̫��(&O)...' TabOrder = 3 OnClick = TitleFontClick end end end object ColorDialog1: TColorDialog Ctl3D = True Left = 24 Top = 36 end object FontDialog1: TFontDialog Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] MinFontSize = 0 MaxFontSize = 0 Left = 64 Top = 36 end object PM: TPopupMenu Left = 24 Top = 76 object Newcolumn1: TMenuItem Caption = '��ѐV�K�쐬(&N)' ShortCut = 0 OnClick = NewButtonClick end object Deletecolumn1: TMenuItem Caption = '��э폜(&D)' ShortCut = 0 OnClick = DeleteButtonClick end object Addallfields1: TMenuItem Caption = '���ׂĂ̍��ڂ̒lj�(&A)' ShortCut = 0 OnClick = AddAllFieldsClick end object Deleteallcolumns1: TMenuItem Caption = '���ׂĂ̶�т̍폜(&E)' ShortCut = 0 OnClick = DeleteAllClick end end end