/Gedemin/Transaction/gdv_frmCalculateBalance.dfm
http://gedemin.googlecode.com/ · Unknown · 187 lines · 187 code · 0 blank · 0 comment · 0 complexity · bba01351be22fdf934c93c1a1b96170f MD5 · raw file
- object frmCalculateBalance: TfrmCalculateBalance
- Left = 448
- Top = 209
- BorderStyle = bsDialog
- Caption = '??????? ?? ????? ?????'
- ClientHeight = 358
- ClientWidth = 408
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pnlMain: TPanel
- Left = 0
- Top = 0
- Width = 408
- Height = 358
- Align = alClient
- BevelOuter = bvNone
- TabOrder = 0
- object lblPreviousDate: TLabel
- Left = 7
- Top = 10
- Width = 149
- Height = 13
- Caption = '???? ??????????? ???????:'
- end
- object lblPreviousDontBalanceAnalytic: TLabel
- Left = 7
- Top = 34
- Width = 144
- Height = 13
- Caption = '?? ??????????? ?????????:'
- end
- object gbMain: TGroupBox
- Left = 7
- Top = 53
- Width = 395
- Height = 273
- Anchors = [akLeft, akTop, akRight, akBottom]
- Caption = ' ????????? ??????? ?????? '
- TabOrder = 2
- object lblCurrentDate: TLabel
- Left = 10
- Top = 20
- Width = 105
- Height = 13
- Caption = '?????????? ?? ????:'
- end
- object lblDontBalanceAnalytic: TLabel
- Left = 10
- Top = 44
- Width = 133
- Height = 13
- Caption = '?? ????????? ?????????:'
- end
- object xdeCurrentDate: TxDateEdit
- Left = 152
- Top = 16
- Width = 86
- Height = 21
- Kind = kDate
- Color = 11141119
- EditMask = '!99\.99\.9999;1;_'
- MaxLength = 10
- TabOrder = 0
- Text = '21.10.2008'
- end
- object pbMain: TProgressBar
- Left = 10
- Top = 93
- Width = 375
- Height = 17
- Anchors = [akLeft, akTop, akRight]
- Min = 0
- Max = 100
- Smooth = True
- Step = 1
- TabOrder = 4
- end
- object btnCalculate: TButton
- Left = 300
- Top = 66
- Width = 86
- Height = 21
- Action = actCalculate
- Anchors = [akTop, akRight]
- TabOrder = 3
- end
- object mProgress: TMemo
- Left = 10
- Top = 115
- Width = 375
- Height = 148
- Anchors = [akLeft, akTop, akRight, akBottom]
- Color = clBtnFace
- ReadOnly = True
- ScrollBars = ssVertical
- TabOrder = 5
- end
- object eDontBalanceAnalytic: TEdit
- Left = 152
- Top = 40
- Width = 213
- Height = 21
- TabOrder = 1
- Text = 'ePreviousDontBalanceAnalytic'
- end
- object TBToolbar1: TTBToolbar
- Left = 364
- Top = 39
- Width = 23
- Height = 22
- Caption = 'TBToolbar1'
- TabOrder = 2
- object TBItem1: TTBItem
- Action = actTestAnalyticList
- Images = dmImages.il16x16
- end
- end
- end
- object btnClose: TButton
- Left = 326
- Top = 332
- Width = 75
- Height = 21
- Action = actClose
- Anchors = [akRight, akBottom]
- Cancel = True
- Default = True
- TabOrder = 3
- end
- object xdePreviousDate: TxDateEdit
- Left = 160
- Top = 6
- Width = 86
- Height = 21
- Kind = kDate
- Color = clBtnFace
- EditMask = '!99\.99\.9999;1;_'
- MaxLength = 10
- ReadOnly = True
- TabOrder = 0
- Text = '21.10.2008'
- end
- object ePreviousDontBalanceAnalytic: TEdit
- Left = 160
- Top = 30
- Width = 241
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- Color = clBtnFace
- ReadOnly = True
- TabOrder = 1
- Text = 'ePreviousDontBalanceAnalytic'
- end
- end
- object alMain: TActionList
- Images = dmImages.il16x16
- Left = 71
- Top = 118
- object actClose: TAction
- Caption = '???????'
- OnExecute = actCloseExecute
- end
- object actCalculate: TAction
- Caption = '??????????'
- OnExecute = actCalculateExecute
- end
- object actTestAnalyticList: TAction
- Caption = '????????? ?????? ?????'
- Hint = '????????? ?????? ?????'
- ImageIndex = 38
- OnExecute = actTestAnalyticListExecute
- OnUpdate = actTestAnalyticListUpdate
- end
- end
- end