object PakOptionsDlg: TPakOptionsDlg Left = 281 Top = 212 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = '�߯���� ��߼��' ClientHeight = 244 ClientWidth = 415 ParentFont = True Position = poScreenCenter OnClose = FormClose OnCreate = FormCreate OnDestroy = FormDestroy PixelsPerInch = 96 TextHeight = 12 object Panel1: TPanel Left = 0 Top = 0 Width = 415 Height = 209 Align = alClient BevelOuter = bvNone BorderWidth = 5 Caption = 'Panel1' TabOrder = 0 object PageControl: TPageControl Left = 5 Top = 5 Width = 405 Height = 199 ActivePage = DescriptionSheet Align = alClient TabOrder = 0 OnChange = PageControlChange object DescriptionSheet: TTabSheet HelpContext = 2110 Caption = '���' end object COMOptionsSheet: TTabSheet HelpContext = 2115 Caption = '���߲�' end object LinkerSheet: TTabSheet HelpContext = 2120 Caption = '�ݶ' object GroupBox9: TGroupBox Left = 8 Top = 8 Width = 381 Height = 48 Caption = '��� �̎w��' TabOrder = 0 IsControl = True object Label2: TLabel Left = 8 Top = 19 Width = 58 Height = 13 Caption = '�Ұ�� �ް�(&I):' FocusControl = ecImageBase IsControl = True end object ecImageBase: TEdit Left = 84 Top = 16 Width = 81 Height = 21 TabOrder = 0 Text = 'Not implemented' IsControl = True end end end object ConditionalsSheet: TTabSheet HelpContext = 2125 Caption = '����' object GroupBox11: TGroupBox Left = 8 Top = 8 Width = 381 Height = 48 Caption = '����' TabOrder = 0 IsControl = True object Label8: TLabel Left = 8 Top = 19 Width = 92 Height = 13 Caption = '������`(&C):' FocusControl = ddConditionals IsControl = True end object ddConditionals: TComboBox Left = 109 Top = 16 Width = 264 Height = 21 ItemHeight = 13 TabOrder = 0 Text = 'Not implemented' IsControl = True end end end object VersionInfoSheet: TTabSheet HelpContext = 2130 Caption = '�ް�ޮݏ��' end object LibOptionsSheet: TTabSheet HelpContext = 1875 Caption = '���̑�' end end end object Panel2: TPanel Left = 0 Top = 209 Width = 415 Height = 35 Align = alBottom BevelOuter = bvNone Caption = 'Panel2' TabOrder = 1 object Panel3: TPanel Left = 114 Top = 0 Width = 301 Height = 35 Align = alRight BevelOuter = bvNone TabOrder = 0 object HelpButton: TButton Left = 221 Top = 2 Width = 75 Height = 25 Caption = '����(&H)' TabOrder = 2 OnClick = HelpButtonClick end object OKButton: TButton Left = 59 Top = 2 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 OnClick = OKButtonClick end object Button2: TButton Left = 140 Top = 2 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end end end end