/client/Container/src/uForm_Option.dfm
http://drcp.googlecode.com/ · Unknown · 56 lines · 56 code · 0 blank · 0 comment · 0 complexity · 8a781712e4917216e79eef6ac97867c0 MD5 · raw file
- object Form_Option: TForm_Option
- Left = 235
- Top = 184
- BorderStyle = bsToolWindow
- Caption = 'Option'
- ClientHeight = 283
- ClientWidth = 439
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 36
- Width = 50
- Height = 13
- Caption = 'Server Url:'
- end
- object Edit_AppSoapAddr: TEdit
- Left = 64
- Top = 32
- Width = 337
- Height = 21
- ImeName = #32043#20809#25340#38899#36755#20837#27861
- TabOrder = 0
- Text = 'Edit_AppSoapAddr'
- end
- object Button_OK: TButton
- Left = 132
- Top = 236
- Width = 75
- Height = 25
- Caption = 'OK'
- ModalResult = 1
- TabOrder = 1
- end
- object Button_Cancel: TButton
- Left = 264
- Top = 236
- Width = 75
- Height = 25
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- end
- object JvSelectDirectory1: TJvSelectDirectory
- Left = 340
- Top = 136
- end
- end