object HeaderControlEditor: THeaderControlEditor Left = 200 Top = 108 BorderStyle = bsDialog Caption = 'ͯ�ް���۰ق̾���݂̐ݒ�' ClientHeight = 210 ClientWidth = 471 ParentFont = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object HelpButton: TButton Left = 388 Top = 176 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 5 OnClick = HelpButtonClick end object ApplyButton: TButton Left = 308 Top = 176 Width = 75 Height = 25 Caption = '�X�V(&A)' Enabled = False TabOrder = 4 OnClick = ApplyButtonClick end object CancelButton: TButton Left = 228 Top = 176 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' TabOrder = 3 OnClick = CancelButtonClick end object OkButton: TButton Left = 148 Top = 176 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 2 OnClick = OkButtonClick end object GroupBox2: TGroupBox Left = 182 Top = 4 Width = 281 Height = 157 Caption = '����݂������è' TabOrder = 1 object Label1: TLabel Left = 8 Top = 21 Width = 24 Height = 13 Caption = '������(&T):' FocusControl = SectionText end object Label2: TLabel Left = 8 Top = 47 Width = 31 Height = 13 Caption = '��(&W):' FocusControl = SectionWidth end object Label3: TLabel Left = 8 Top = 73 Width = 26 Height = 13 Caption = '����(&S):' FocusControl = SectionStyle end object Label5: TLabel Left = 8 Top = 99 Width = 49 Height = 13 Caption = '�ʒu���킹(&L):' FocusControl = SectionAlignment end object Label4: TLabel Left = 100 Top = 48 Width = 45 Height = 13 Caption = '�ŏ�/�ő�(&M):' FocusControl = SectionMinWidth end object SectionAlignment: TComboBox Left = 86 Top = 96 Width = 147 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '����' '�E��' '�����ɒu��') TabOrder = 5 OnChange = SectionComboChange OnExit = SectionControlExit end object SectionStyle: TComboBox Left = 86 Top = 70 Width = 147 Height = 21 Style = csDropDownList ItemHeight = 13 Items.Strings = ( '÷��' 'OwnerDraw') TabOrder = 4 OnChange = SectionComboChange OnExit = SectionControlExit end object SectionMaxWidth: TEdit Left = 226 Top = 44 Width = 45 Height = 21 TabOrder = 3 OnChange = SectionEditChange OnExit = SectionControlExit end object SectionMinWidth: TEdit Left = 176 Top = 44 Width = 45 Height = 21 TabOrder = 2 OnChange = SectionEditChange OnExit = SectionControlExit end object SectionWidth: TEdit Left = 44 Top = 44 Width = 45 Height = 21 TabOrder = 1 OnChange = SectionEditChange OnExit = SectionControlExit end object SectionText: TEdit Left = 68 Top = 18 Width = 204 Height = 21 TabOrder = 0 OnChange = SectionEditChange OnExit = SectionControlExit end object SectionAllowClick: TCheckBox Left = 68 Top = 124 Width = 79 Height = 17 Caption = '�د��̋���(&C)' TabOrder = 6 OnClick = SectionComboChange OnExit = SectionControlExit end end object GroupBox1: TGroupBox Left = 8 Top = 4 Width = 167 Height = 157 Caption = '�����(&E)' TabOrder = 0 object SectionList: TListBox Left = 8 Top = 16 Width = 151 Height = 101 ItemHeight = 13 TabOrder = 0 OnClick = SectionListClick OnDragDrop = SectionListDragDrop OnDragOver = SectionListDragOver OnMouseDown = SectionListMouseDown end object NewButton: TButton Left = 8 Top = 124 Width = 72 Height = 25 Caption = '�V�K�쐬(&N)' TabOrder = 1 OnClick = NewButtonClick end object DeleteButton: TButton Left = 87 Top = 124 Width = 72 Height = 25 Caption = '�폜(&D)' TabOrder = 2 OnClick = DeleteButtonClick end end end