Ignore:
Timestamp:
Dec 22, 2016, 5:07:02 PM (8 years ago)
Author:
chronos
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormNew.lfm

    r2 r26  
    88  ClientWidth = 497
    99  OnShow = FormShow
    10   LCLVersion = '1.3'
     10  LCLVersion = '1.6.2.0'
    1111  object SpinEditWidth: TSpinEdit
    1212    Left = 168
    13     Height = 35
     13    Height = 28
    1414    Top = 24
    1515    Width = 122
     
    2020  object Label1: TLabel
    2121    Left = 15
    22     Height = 25
     22    Height = 20
    2323    Top = 26
    24     Width = 60
     24    Width = 43
    2525    Caption = 'Width:'
    2626    ParentColor = False
     
    2828  object Label2: TLabel
    2929    Left = 15
    30     Height = 25
     30    Height = 20
    3131    Top = 64
    32     Width = 67
     32    Width = 48
    3333    Caption = 'Height:'
    3434    ParentColor = False
     
    3636  object SpinEditHeight: TSpinEdit
    3737    Left = 168
    38     Height = 35
     38    Height = 28
    3939    Top = 64
    4040    Width = 122
     
    4545  object Label3: TLabel
    4646    Left = 15
    47     Height = 25
     47    Height = 20
    4848    Top = 104
    49     Width = 103
     49    Width = 73
    5050    Caption = 'Resolution:'
    5151    ParentColor = False
     
    5353  object SpinEditDPI: TSpinEdit
    5454    Left = 168
    55     Height = 35
     55    Height = 28
    5656    Top = 104
    5757    Width = 122
     
    6262  object Label4: TLabel
    6363    Left = 15
    64     Height = 25
     64    Height = 20
    6565    Top = 167
    66     Width = 115
     66    Width = 82
    6767    Caption = 'Color depth:'
    6868    ParentColor = False
     
    7070  object ComboBoxColorFormat: TComboBox
    7171    Left = 167
    72     Height = 35
     72    Height = 28
    7373    Top = 157
    7474    Width = 209
    75     ItemHeight = 0
     75    ItemHeight = 20
    7676    OnChange = SpinEditWidthChange
    7777    Style = csDropDownList
     
    9999  object Label5: TLabel
    100100    Left = 16
    101     Height = 25
     101    Height = 20
    102102    Top = 224
    103     Width = 168
     103    Width = 118
    104104    Caption = 'Memory required:'
    105105    ParentColor = False
     
    107107  object LabelMemRequire: TLabel
    108108    Left = 192
    109     Height = 25
     109    Height = 20
    110110    Top = 224
    111     Width = 15
     111    Width = 12
    112112    Caption = '   '
    113113    ParentColor = False
Note: See TracChangeset for help on using the changeset viewer.