home *** CD-ROM | disk | FTP | other *** search
/ Delphi 4 Bible / Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso / source / Constraint / Main.dfm / Main.txt
Text File  |  1998-03-09  |  2KB  |  103 lines

  1. object MainForm: TMainForm
  2.   Left = 192
  3.   Top = 132
  4.   Width = 326
  5.   Height = 241
  6.   Caption = 'MainForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object PageControl1: TPageControl
  15.     Left = 0
  16.     Top = 0
  17.     Width = 318
  18.     Height = 214
  19.     ActivePage = TabSheet1
  20.     Align = alClient
  21.     Constraints.MaxHeight = 253
  22.     Constraints.MaxWidth = 419
  23.     Constraints.MinHeight = 155
  24.     Constraints.MinWidth = 231
  25.     TabOrder = 0
  26.     object TabSheet1: TTabSheet
  27.       Caption = 'TabSheet1'
  28.       object CheckBox1: TCheckBox
  29.         Left = 32
  30.         Top = 24
  31.         Width = 97
  32.         Height = 17
  33.         Caption = 'CheckBox1'
  34.         TabOrder = 0
  35.       end
  36.       object CheckBox2: TCheckBox
  37.         Left = 32
  38.         Top = 48
  39.         Width = 97
  40.         Height = 17
  41.         Caption = 'CheckBox2'
  42.         TabOrder = 1
  43.       end
  44.       object CheckBox3: TCheckBox
  45.         Left = 32
  46.         Top = 72
  47.         Width = 97
  48.         Height = 17
  49.         Caption = 'CheckBox3'
  50.         TabOrder = 2
  51.       end
  52.     end
  53.     object TabSheet2: TTabSheet
  54.       Caption = 'TabSheet2'
  55.       object RadioButton1: TRadioButton
  56.         Left = 24
  57.         Top = 16
  58.         Width = 113
  59.         Height = 17
  60.         Caption = 'RadioButton1'
  61.         TabOrder = 0
  62.       end
  63.       object RadioButton2: TRadioButton
  64.         Left = 24
  65.         Top = 40
  66.         Width = 113
  67.         Height = 17
  68.         Caption = 'RadioButton2'
  69.         TabOrder = 1
  70.       end
  71.       object RadioButton3: TRadioButton
  72.         Left = 24
  73.         Top = 64
  74.         Width = 113
  75.         Height = 17
  76.         Caption = 'RadioButton3'
  77.         TabOrder = 2
  78.       end
  79.     end
  80.     object TabSheet3: TTabSheet
  81.       Caption = 'TabSheet3'
  82.       Constraints.MaxHeight = 225
  83.       Constraints.MaxWidth = 411
  84.       Constraints.MinHeight = 80
  85.       Constraints.MinWidth = 223
  86.       object DateTimePicker1: TDateTimePicker
  87.         Left = 16
  88.         Top = 24
  89.         Width = 186
  90.         Height = 21
  91.         CalAlignment = dtaLeft
  92.         Date = 35863.752774189820000000
  93.         Time = 35863.752774189820000000
  94.         DateFormat = dfShort
  95.         DateMode = dmComboBox
  96.         Kind = dtkDate
  97.         ParseInput = False
  98.         TabOrder = 0
  99.       end
  100.     end
  101.   end
  102. end
  103.