| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- object NewProjectForm: TNewProjectForm
- Left = 347
- Top = 267
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = #26032#24314#39033#30446
- ClientHeight = 126
- ClientWidth = 370
- Color = clBtnFace
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -12
- Font.Name = #23435#20307
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- DesignSize = (
- 370
- 126)
- PixelsPerInch = 96
- TextHeight = 12
- object Label1: TLabel
- Left = 12
- Top = 52
- Width = 84
- Height = 12
- Caption = #25152#23646#24314#35774#39033#30446#65306
- end
- object ldeProjectName: TLabeledEdit
- Left = 11
- Top = 28
- Width = 339
- Height = 20
- EditLabel.Width = 60
- EditLabel.Height = 12
- EditLabel.Caption = #26631#27573#21517#31216#65306
- TabOrder = 0
- OnChange = ldeProjectNameChange
- end
- object GroupBox1: TGroupBox
- Left = 219
- Top = 325
- Width = 167
- Height = 78
- Caption = #20998#31867
- TabOrder = 1
- object cbGatherProject: TCheckBox
- Left = 12
- Top = 25
- Width = 69
- Height = 17
- Caption = #24314#35774#39033#30446
- TabOrder = 0
- OnClick = cbGatherProjectClick
- end
- object cbBidLotProject: TCheckBox
- Left = 11
- Top = 51
- Width = 107
- Height = 17
- Caption = #26631#27573'('#20998#39033#28165#21333')'
- Checked = True
- State = cbChecked
- TabOrder = 1
- OnClick = cbBidLotProjectClick
- end
- end
- object btnCreate: TButton
- Left = 202
- Top = 93
- Width = 70
- Height = 23
- Anchors = [akRight, akBottom]
- Caption = #21019#24314
- Default = True
- ModalResult = 6
- TabOrder = 2
- end
- object btnClose: TButton
- Left = 281
- Top = 93
- Width = 70
- Height = 23
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = #20851#38381
- TabOrder = 3
- OnClick = btnCloseClick
- end
- object GroupBox2: TGroupBox
- Left = -168
- Top = 92
- Width = 167
- Height = 78
- Caption = #31867#22411
- TabOrder = 4
- object cbEstimate: TCheckBox
- Left = 12
- Top = 49
- Width = 52
- Height = 17
- Caption = #20915#31639
- Enabled = False
- TabOrder = 0
- Visible = False
- OnClick = cbEstimateClick
- end
- object cbBillsBudget: TCheckBox
- Left = 12
- Top = 22
- Width = 101
- Height = 17
- Caption = #28165#21333#39044#31639
- Checked = True
- Enabled = False
- State = cbChecked
- TabOrder = 1
- OnClick = cbBillsBudgetClick
- end
- end
- object cbbProjList: TComboBox
- Left = 11
- Top = 68
- Width = 342
- Height = 20
- Style = csDropDownList
- ItemHeight = 12
- TabOrder = 5
- end
- end
|