Ignore:
Timestamp:
Nov 19, 2012, 12:31:19 PM (12 years ago)
Author:
chronos
Message:
  • Opraveno: Ladění komunikačního protokolu s terminálem BF-630.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Forms/UFormEdit.lfm

    r16 r24  
    11object FormEdit: TFormEdit
    2   Left = 368
    3   Height = 341
    4   Top = 172
    5   Width = 553
     2  Left = 297
     3  Height = 368
     4  Top = 145
     5  Width = 664
    66  Caption = 'Edit item'
    7   ClientHeight = 341
    8   ClientWidth = 553
     7  ClientHeight = 368
     8  ClientWidth = 664
    99  OnCreate = FormCreate
    1010  OnDestroy = FormDestroy
    1111  LCLVersion = '1.1'
    1212  object ButtonOk: TButton
    13     Left = 471
     13    Left = 582
    1414    Height = 25
    15     Top = 305
     15    Top = 291
    1616    Width = 75
    1717    Anchors = [akRight, akBottom]
     
    2121  end
    2222  object ButtonCancel: TButton
    23     Left = 383
     23    Left = 582
    2424    Height = 25
    25     Top = 305
     25    Top = 251
    2626    Width = 75
    2727    Anchors = [akRight, akBottom]
     
    3030    TabOrder = 1
    3131  end
    32   object Bevel1: TBevel
    33     Left = 8
    34     Height = 2
    35     Top = 297
    36     Width = 538
    37     Anchors = [akLeft, akRight, akBottom]
    38   end
    3932  object PanelControls: TPanel
    4033    Left = 8
    41     Height = 282
     34    Height = 308
    4235    Top = 8
    43     Width = 537
    44     Align = alTop
     36    Width = 567
     37    Align = alLeft
    4538    Anchors = [akTop, akLeft, akRight, akBottom]
    4639    BorderSpacing.Around = 8
     
    4841    TabOrder = 2
    4942  end
     43  object ToolBarActions: TToolBar
     44    Left = 0
     45    Height = 44
     46    Top = 324
     47    Width = 664
     48    Align = alBottom
     49    ButtonHeight = 40
     50    ButtonWidth = 44
     51    Images = FormMain.ImageList1
     52    ParentShowHint = False
     53    ShowCaptions = True
     54    ShowHint = True
     55    TabOrder = 3
     56  end
    5057end
Note: See TracChangeset for help on using the changeset viewer.