From 868daf94f29ce1ffdd799a68c07bb668cd373bcd Mon Sep 17 00:00:00 2001 From: HP\李良庭 <liliangting@lanpucloud.cn:1111> Date: 星期二, 08 七月 2025 11:49:03 +0800 Subject: [PATCH] 提交分辨率自适应版本V3.1.0.1500 --- demo/TabTip/Unit1.dfm | 32 ++++++++++++++++++++++++++++++++ 1 files changed, 32 insertions(+), 0 deletions(-) diff --git a/demo/TabTip/Unit1.dfm b/demo/TabTip/Unit1.dfm new file mode 100644 index 0000000..1cdc12b --- /dev/null +++ b/demo/TabTip/Unit1.dfm @@ -0,0 +1,32 @@ +object Form1: TForm1 + Left = 192 + Top = 131 + Width = 536 + Height = 348 + Caption = 'Form1' + Color = clBtnFace + Font.Charset = ANSI_CHARSET + Font.Color = clWindowText + Font.Height = -21 + Font.Name = #24494#36719#38597#40657 + Font.Style = [] + OldCreateOrder = False + PixelsPerInch = 96 + TextHeight = 28 + object Button1: TButton + Left = 100 + Top = 130 + Width = 136 + Height = 56 + Caption = #21551#21160#25163#20889#26495 + TabOrder = 0 + OnClick = Button1Click + end + object Edit1: TEdit + Left = 85 + Top = 60 + Width = 241 + Height = 36 + TabOrder = 1 + end +end -- Gitblit v1.9.3