source: trunk/Forms/UFormNew.lfm

Last change on this file was 37, checked in by chronos, 6 years ago
  • Added: Multi-lingual support.
File size: 2.1 KB
Line 
1object FormNew: TFormNew
2 Left = 854
3 Height = 300
4 Top = 417
5 Width = 497
6 Caption = 'New image'
7 ClientHeight = 300
8 ClientWidth = 497
9 DesignTimePPI = 120
10 OnClose = FormClose
11 OnCreate = FormCreate
12 OnShow = FormShow
13 LCLVersion = '1.8.2.0'
14 object SpinEditWidth: TSpinEdit
15 Left = 168
16 Height = 28
17 Top = 24
18 Width = 122
19 MaxValue = 10000
20 OnChange = SpinEditWidthChange
21 TabOrder = 0
22 end
23 object Label1: TLabel
24 Left = 15
25 Height = 20
26 Top = 26
27 Width = 43
28 Caption = 'Width:'
29 ParentColor = False
30 end
31 object Label2: TLabel
32 Left = 15
33 Height = 20
34 Top = 64
35 Width = 48
36 Caption = 'Height:'
37 ParentColor = False
38 end
39 object SpinEditHeight: TSpinEdit
40 Left = 168
41 Height = 28
42 Top = 64
43 Width = 122
44 MaxValue = 10000
45 OnChange = SpinEditWidthChange
46 TabOrder = 1
47 end
48 object Label3: TLabel
49 Left = 15
50 Height = 20
51 Top = 104
52 Width = 73
53 Caption = 'Resolution:'
54 ParentColor = False
55 end
56 object SpinEditDPI: TSpinEdit
57 Left = 168
58 Height = 28
59 Top = 104
60 Width = 122
61 MaxValue = 10000
62 OnChange = SpinEditWidthChange
63 TabOrder = 2
64 end
65 object Label4: TLabel
66 Left = 15
67 Height = 20
68 Top = 167
69 Width = 82
70 Caption = 'Color depth:'
71 ParentColor = False
72 end
73 object ComboBoxColorFormat: TComboBox
74 Left = 167
75 Height = 28
76 Top = 157
77 Width = 209
78 ItemHeight = 20
79 OnChange = SpinEditWidthChange
80 Style = csDropDownList
81 TabOrder = 3
82 end
83 object Button1: TButton
84 Left = 120
85 Height = 25
86 Top = 256
87 Width = 75
88 Caption = 'Ok'
89 Default = True
90 ModalResult = 1
91 TabOrder = 4
92 end
93 object Button2: TButton
94 Left = 232
95 Height = 25
96 Top = 256
97 Width = 75
98 Caption = 'Cancel'
99 ModalResult = 2
100 TabOrder = 5
101 end
102 object Label5: TLabel
103 Left = 16
104 Height = 20
105 Top = 224
106 Width = 118
107 Caption = 'Memory required:'
108 ParentColor = False
109 end
110 object LabelMemRequire: TLabel
111 Left = 192
112 Height = 20
113 Top = 224
114 Width = 12
115 Caption = ' '
116 ParentColor = False
117 end
118end
Note: See TracBrowser for help on using the repository browser.