File: frasqldbrestparamedit.lfm

package info (click to toggle)
lazarus 4.0%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 275,760 kB
  • sloc: pascal: 2,341,904; xml: 509,420; makefile: 348,726; cpp: 93,608; sh: 3,387; java: 609; perl: 297; sql: 222; ansic: 137
file content (68 lines) | stat: -rw-r--r-- 1,368 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
inherited SQLDBRestParameterEditFrame: TSQLDBRestParameterEditFrame
  Height = 455
  Width = 473
  ClientHeight = 455
  ClientWidth = 473
  DesignLeft = 499
  DesignTop = 339
  object LName: TLabel[0]
    Left = 24
    Height = 27
    Top = 8
    Width = 92
    Alignment = taRightJustify
    AutoSize = False
    Caption = '&Name'
    FocusControl = EName
    Layout = tlCenter
    ParentColor = False
  end
  object edtDefaultValue: TEdit[1]
    Left = 120
    Height = 27
    Top = 72
    Width = 200
    TabOrder = 0
    TextHint = 'Name of sequence to generate value'
  end
  object EName: TEdit[2]
    Left = 120
    Height = 27
    Top = 8
    Width = 200
    TabOrder = 1
    TextHint = 'Name as seen by users'
  end
  object CBDataType: TComboBox[3]
    Left = 120
    Height = 29
    Top = 40
    Width = 152
    ItemHeight = 0
    Style = csDropDownList
    TabOrder = 2
  end
  object LDefaultValue: TLabel[4]
    Left = 8
    Height = 27
    Top = 72
    Width = 108
    Alignment = taRightJustify
    AutoSize = False
    Caption = 'Default &value'
    Layout = tlCenter
    ParentColor = False
  end
  object lDatatype: TLabel[5]
    Left = 8
    Height = 27
    Top = 40
    Width = 108
    Alignment = taRightJustify
    AutoSize = False
    Caption = '&Data type'
    FocusControl = CBDataType
    Layout = tlCenter
    ParentColor = False
  end
end