www.pudn.com > Roulette.rar > Setting.dfm


object SettingForm: TSettingForm 
  Left = 553 
  Top = 344 
  BorderStyle = bsDialog 
  Caption = #39640#32423#35774#32622 
  ClientHeight = 197 
  ClientWidth = 250 
  Color = clBtnFace 
  Font.Charset = DEFAULT_CHARSET 
  Font.Color = clWindowText 
  Font.Height = -12 
  Font.Name = ' ' 
  Font.Style = [] 
  OldCreateOrder = False 
  PixelsPerInch = 96 
  TextHeight = 12 
  object Bevel1: TBevel 
    Left = 16 
    Top = 88 
    Width = 225 
    Height = 57 
    Shape = bsFrame 
  end 
  object Label2: TLabel 
    Left = 24 
    Top = 20 
    Width = 48 
    Height = 12 
    Caption = #19979#27880#26102#38388 
  end 
  object Label3: TLabel 
    Left = 16 
    Top = 52 
    Width = 60 
    Height = 12 
    Caption = #24320#27880#21069#26102#38388 
  end 
  object Label5: TLabel 
    Left = 32 
    Top = 80 
    Width = 24 
    Height = 12 
    Caption = #38590#24230 
  end 
  object Label4: TLabel 
    Left = 32 
    Top = 110 
    Width = 42 
    Height = 12 
    Caption = #25552#25104'(%)' 
  end 
  object Button1: TButton 
    Left = 40 
    Top = 160 
    Width = 75 
    Height = 25 
    Caption = #30830#23450 
    Default = True 
    ModalResult = 1 
    TabOrder = 0 
  end 
  object Button2: TButton 
    Left = 136 
    Top = 160 
    Width = 75 
    Height = 25 
    Caption = #21462#28040 
    ModalResult = 2 
    TabOrder = 1 
  end 
  object Edit1: TEdit 
    Left = 96 
    Top = 16 
    Width = 121 
    Height = 20 
    TabOrder = 2 
    Text = '80' 
  end 
  object Edit2: TEdit 
    Left = 96 
    Top = 48 
    Width = 121 
    Height = 20 
    TabOrder = 3 
    Text = '10' 
  end 
  object ComboBox1: TComboBox 
    Left = 96 
    Top = 104 
    Width = 121 
    Height = 20 
    ItemHeight = 12 
    TabOrder = 4 
    Items.Strings = ( 
      '0' 
      '1' 
      '2' 
      '3' 
      '4' 
      '5' 
      '6' 
      '7' 
      '8' 
      '9' 
      '10' 
      '15' 
      '20' 
      '25' 
      '30') 
  end 
  object Edit3: TEdit 
    Left = 96 
    Top = 136 
    Width = 121 
    Height = 20 
    TabOrder = 5 
    Text = '0' 
    Visible = False 
  end 
  object CheckBox1: TCheckBox 
    Left = 24 
    Top = 139 
    Width = 49 
    Height = 17 
    Caption = #23553#39030 
    TabOrder = 6 
    Visible = False 
  end 
end