X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2Fsmscedit.dfm;fp=win32_makefile%2Fgui_delphi%2Fsmscedit.dfm;h=cd5863cfb91e949c273bd69a3618e340e2c429c9;hp=0000000000000000000000000000000000000000;hb=2e0972b02d101bb0d8e9d3e15d2ac80def491a63;hpb=cc37b87508c91b5d4f21fd4bbc298104ae7de1dc diff --git a/win32_makefile/gui_delphi/smscedit.dfm b/win32_makefile/gui_delphi/smscedit.dfm new file mode 100644 index 0000000..cd5863c --- /dev/null +++ b/win32_makefile/gui_delphi/smscedit.dfm @@ -0,0 +1,125 @@ +object SMSCEditForm: TSMSCEditForm + Left = 316 + Top = 239 + BorderStyle = bsDialog + Caption = 'Edit SMSC' + ClientHeight = 203 + ClientWidth = 305 + Color = clBtnFace + Font.Charset = DEFAULT_CHARSET + Font.Color = clWindowText + Font.Height = -11 + Font.Name = 'MS Sans Serif' + Font.Style = [] + OldCreateOrder = False + PixelsPerInch = 96 + TextHeight = 13 + object Label1: TLabel + Left = 8 + Top = 8 + Width = 31 + Height = 13 + Caption = 'Name:' + end + object Label3: TLabel + Left = 8 + Top = 72 + Width = 36 + Height = 13 + Caption = 'Validity:' + end + object Label4: TLabel + Left = 8 + Top = 104 + Width = 35 + Height = 13 + Caption = 'Format:' + end + object Label5: TLabel + Left = 8 + Top = 136 + Width = 80 + Height = 13 + Caption = 'Default recipient:' + end + object Label2: TLabel + Left = 8 + Top = 40 + Width = 40 + Height = 13 + Caption = 'Number:' + end + object Button1: TButton + Left = 8 + Top = 168 + Width = 81 + Height = 25 + Caption = '&OK' + TabOrder = 0 + OnClick = Button1Click + end + object Button2: TButton + Left = 208 + Top = 168 + Width = 89 + Height = 25 + Caption = '&Cancel' + TabOrder = 1 + OnClick = Button2Click + end + object Edit1: TEdit + Left = 96 + Top = 8 + Width = 201 + Height = 21 + TabOrder = 2 + Text = 'Edit1' + end + object ComboBox1: TComboBox + Left = 96 + Top = 72 + Width = 201 + Height = 21 + ItemHeight = 13 + TabOrder = 3 + Text = 'maximal time' + Items.Strings = ( + '1 hour' + '6 hours' + '1 day (24 hours)' + '3 days (72 hours)' + '1 week' + 'maximal time') + end + object ComboBox2: TComboBox + Left = 96 + Top = 104 + Width = 201 + Height = 21 + ItemHeight = 13 + ItemIndex = 0 + TabOrder = 4 + Text = 'Text' + Items.Strings = ( + 'Text' + 'Fax' + 'Email' + 'Paging') + end + object Edit3: TEdit + Left = 96 + Top = 136 + Width = 201 + Height = 21 + TabOrder = 5 + Text = 'Edit3' + end + object Edit2: TEdit + Left = 96 + Top = 40 + Width = 201 + Height = 21 + TabOrder = 6 + Text = 'Edit2' + end +end