Server/FormEditObject.Designer.cs
changeset 246 30a221eecc06
parent 239 dd7770b97916
child 247 afdbe76ab03b
     1.1 --- a/Server/FormEditObject.Designer.cs	Fri Aug 19 19:28:03 2016 +0200
     1.2 +++ b/Server/FormEditObject.Designer.cs	Sat Aug 20 21:00:35 2016 +0200
     1.3 @@ -36,6 +36,7 @@
     1.4              this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
     1.5              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
     1.6              this.buttonTest = new System.Windows.Forms.Button();
     1.7 +            this.labelBrief = new System.Windows.Forms.Label();
     1.8              this.SuspendLayout();
     1.9              // 
    1.10              // comboBoxActionType
    1.11 @@ -64,7 +65,7 @@
    1.12              // 
    1.13              this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.14              this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.15 -            this.buttonOk.Location = new System.Drawing.Point(12, 72);
    1.16 +            this.buttonOk.Location = new System.Drawing.Point(12, 151);
    1.17              this.buttonOk.Name = "buttonOk";
    1.18              this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.19              this.buttonOk.TabIndex = 21;
    1.20 @@ -76,7 +77,7 @@
    1.21              // 
    1.22              this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.23              this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.24 -            this.buttonCancel.Location = new System.Drawing.Point(93, 72);
    1.25 +            this.buttonCancel.Location = new System.Drawing.Point(93, 151);
    1.26              this.buttonCancel.Name = "buttonCancel";
    1.27              this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.28              this.buttonCancel.TabIndex = 22;
    1.29 @@ -93,18 +94,18 @@
    1.30              this.iTableLayoutPanel.ColumnCount = 2;
    1.31              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.32              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.33 -            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 50);
    1.34 +            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 72);
    1.35              this.iTableLayoutPanel.Name = "iTableLayoutPanel";
    1.36              this.iTableLayoutPanel.RowCount = 2;
    1.37              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.38              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.39 -            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 16);
    1.40 +            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 60);
    1.41              this.iTableLayoutPanel.TabIndex = 23;
    1.42              // 
    1.43              // buttonTest
    1.44              // 
    1.45              this.buttonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
    1.46 -            this.buttonTest.Location = new System.Drawing.Point(252, 72);
    1.47 +            this.buttonTest.Location = new System.Drawing.Point(252, 151);
    1.48              this.buttonTest.Name = "buttonTest";
    1.49              this.buttonTest.Size = new System.Drawing.Size(75, 23);
    1.50              this.buttonTest.TabIndex = 24;
    1.51 @@ -112,6 +113,17 @@
    1.52              this.buttonTest.UseVisualStyleBackColor = true;
    1.53              this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
    1.54              // 
    1.55 +            // labelBrief
    1.56 +            // 
    1.57 +            this.labelBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    1.58 +            | System.Windows.Forms.AnchorStyles.Right)));
    1.59 +            this.labelBrief.AutoSize = true;
    1.60 +            this.labelBrief.Location = new System.Drawing.Point(12, 45);
    1.61 +            this.labelBrief.Name = "labelBrief";
    1.62 +            this.labelBrief.Size = new System.Drawing.Size(28, 13);
    1.63 +            this.labelBrief.TabIndex = 25;
    1.64 +            this.labelBrief.Text = "Brief";
    1.65 +            // 
    1.66              // FormEditObject
    1.67              // 
    1.68              this.AcceptButton = this.buttonOk;
    1.69 @@ -120,13 +132,14 @@
    1.70              this.AutoSize = true;
    1.71              this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
    1.72              this.CancelButton = this.buttonCancel;
    1.73 -            this.ClientSize = new System.Drawing.Size(339, 107);
    1.74 +            this.ClientSize = new System.Drawing.Size(339, 186);
    1.75 +            this.Controls.Add(this.labelBrief);
    1.76              this.Controls.Add(this.buttonTest);
    1.77 -            this.Controls.Add(this.iTableLayoutPanel);
    1.78              this.Controls.Add(this.buttonCancel);
    1.79              this.Controls.Add(this.buttonOk);
    1.80              this.Controls.Add(this.labelActionType);
    1.81              this.Controls.Add(this.comboBoxActionType);
    1.82 +            this.Controls.Add(this.iTableLayoutPanel);
    1.83              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
    1.84              this.MaximizeBox = false;
    1.85              this.MinimizeBox = false;
    1.86 @@ -148,5 +161,6 @@
    1.87          private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
    1.88          private System.Windows.Forms.ToolTip toolTip;
    1.89          private System.Windows.Forms.Button buttonTest;
    1.90 +        private System.Windows.Forms.Label labelBrief;
    1.91      }
    1.92  }
    1.93 \ No newline at end of file