瀏覽代碼

调整选择汇总项目窗口

MaiXinRong 9 年之前
父節點
當前提交
ccc727b874
共有 2 個文件被更改,包括 4 次插入2 次删除
  1. 2 2
      ProjGather/ProjGatherSelectFrm.dfm
  2. 2 0
      ProjGather/ProjGatherSelectFrm.pas

+ 2 - 2
ProjGather/ProjGatherSelectFrm.dfm

@@ -3,7 +3,7 @@ object ProjGatherSelectForm: TProjGatherSelectForm
   Top = 235
   Width = 735
   Height = 554
-  Caption = 'ProjGatherSelectForm'
+  Caption = #36873#25321#27719#24635#39033#30446
   Color = clBtnFace
   Font.Charset = ANSI_CHARSET
   Font.Color = clWindowText
@@ -13,7 +13,7 @@ object ProjGatherSelectForm: TProjGatherSelectForm
   OldCreateOrder = False
   DesignSize = (
     727
-    520)
+    523)
   PixelsPerInch = 96
   TextHeight = 12
   object lblProjectList: TLabel

+ 2 - 0
ProjGather/ProjGatherSelectFrm.pas

@@ -101,6 +101,8 @@ constructor TProjGatherSelectForm.Create(AProjectID: Integer;
   AProjs: TList);
 begin
   inherited Create(nil);
+  ClientHeight := 523;
+  ClientWidth := 727;
   FProjectID := AProjectID;
   FValidProjs := TList.Create;
   FilterValidProject;