X-Git-Url: http://git.jankratochvil.net/?p=gnokii.git;a=blobdiff_plain;f=win32_makefile%2Fgui_delphi%2Fsmsedit.dfm;h=cd8793167fa9309504ee76f1844002372f1c8f87;hp=26cd7a6727c9f9507f72f774e5ebc1ade96bf4d8;hb=0484268a27be1ab830d087847d830bc0ec734016;hpb=975a83d253eea8aa37bf3dfd7e026df3027db4ff diff --git a/win32_makefile/gui_delphi/smsedit.dfm b/win32_makefile/gui_delphi/smsedit.dfm index 26cd7a6..cd87931 100644 --- a/win32_makefile/gui_delphi/smsedit.dfm +++ b/win32_makefile/gui_delphi/smsedit.dfm @@ -42,7 +42,7 @@ object SMSEditForm: TSMSEditForm Width = 75 Height = 25 Caption = 'OK' - TabOrder = 5 + TabOrder = 4 OnClick = Button1Click end object CheckBox2: TCheckBox @@ -62,13 +62,6 @@ object SMSEditForm: TSMSEditForm TabOrder = 2 OnClick = Button3Click end - object Edit2: TEdit - Left = 384 - Top = 48 - Width = 153 - Height = 21 - TabOrder = 4 - end object GroupBox2: TGroupBox Left = 328 Top = 160 @@ -169,7 +162,7 @@ object SMSEditForm: TSMSEditForm Width = 241 Height = 17 Caption = 'Read' - TabOrder = 8 + TabOrder = 7 end object ComboBox1: TComboBox Left = 384 @@ -185,10 +178,10 @@ object SMSEditForm: TSMSEditForm Top = 64 Width = 313 Height = 269 - ActivePage = CalendarSMSTabSheet + ActivePage = PBKSMSTabSheet Style = tsFlatButtons - TabIndex = 2 - TabOrder = 7 + TabIndex = 4 + TabOrder = 6 object TextSMSTabSheet: TTabSheet Caption = 'TextSMSTabSheet' object GroupBox1: TGroupBox @@ -301,7 +294,7 @@ object SMSEditForm: TSMSEditForm Top = 176 Width = 153 Height = 21 - ItemHeight = 13 + ItemHeight = 0 TabOrder = 0 Text = 'ComboBox7' end @@ -2243,6 +2236,32 @@ object SMSEditForm: TSMSEditForm end end end + object WAPBookTabSheet: TTabSheet + Caption = 'WAPBookTabSheet' + ImageIndex = 5 + object GroupBox7: TGroupBox + Left = 0 + Top = 0 + Width = 305 + Height = 238 + Align = alClient + Caption = 'WAP Bookmark' + TabOrder = 0 + end + end + object WAPSettTabSheet: TTabSheet + Caption = 'WAPSettTabSheet' + ImageIndex = 6 + object GroupBox8: TGroupBox + Left = 0 + Top = 0 + Width = 305 + Height = 238 + Align = alClient + Caption = 'WAP Settings' + TabOrder = 0 + end + end end object RadioGroup1: TRadioGroup Left = 8 @@ -2254,7 +2273,7 @@ object SMSEditForm: TSMSEditForm Items.Strings = ( 'Save SMS' 'Send SMS') - TabOrder = 6 + TabOrder = 5 OnClick = RadioGroup1Click end object Edit3: TEdit @@ -2262,6 +2281,14 @@ object SMSEditForm: TSMSEditForm Top = 80 Width = 201 Height = 21 + TabOrder = 8 + end + object ComboBox9: TComboBox + Left = 384 + Top = 48 + Width = 201 + Height = 21 + ItemHeight = 13 TabOrder = 9 end end