Server/FormEditObject.Designer.cs
changeset 247 afdbe76ab03b
parent 246 30a221eecc06
child 260 d44943088c67
     1.1 --- a/Server/FormEditObject.Designer.cs	Sat Aug 20 21:00:35 2016 +0200
     1.2 +++ b/Server/FormEditObject.Designer.cs	Sun Aug 21 16:11:40 2016 +0200
     1.3 @@ -29,33 +29,35 @@
     1.4          private void InitializeComponent()
     1.5          {
     1.6              this.components = new System.ComponentModel.Container();
     1.7 -            this.comboBoxActionType = new System.Windows.Forms.ComboBox();
     1.8 +            this.iComboBoxObjectType = new System.Windows.Forms.ComboBox();
     1.9              this.labelActionType = new System.Windows.Forms.Label();
    1.10 -            this.buttonOk = new System.Windows.Forms.Button();
    1.11 +            this.iButtonOk = new System.Windows.Forms.Button();
    1.12              this.buttonCancel = new System.Windows.Forms.Button();
    1.13              this.iTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
    1.14              this.toolTip = new System.Windows.Forms.ToolTip(this.components);
    1.15 -            this.buttonTest = new System.Windows.Forms.Button();
    1.16 -            this.labelBrief = new System.Windows.Forms.Label();
    1.17 +            this.iButtonTest = new System.Windows.Forms.Button();
    1.18 +            this.iLabelBrief = new System.Windows.Forms.Label();
    1.19 +            this.iLabelDescription = new System.Windows.Forms.Label();
    1.20              this.SuspendLayout();
    1.21              // 
    1.22 -            // comboBoxActionType
    1.23 +            // iComboBoxObjectType
    1.24              // 
    1.25 -            this.comboBoxActionType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    1.26 +            this.iComboBoxObjectType.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
    1.27              | System.Windows.Forms.AnchorStyles.Right)));
    1.28 -            this.comboBoxActionType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    1.29 -            this.comboBoxActionType.FormattingEnabled = true;
    1.30 -            this.comboBoxActionType.Location = new System.Drawing.Point(55, 12);
    1.31 -            this.comboBoxActionType.Name = "comboBoxActionType";
    1.32 -            this.comboBoxActionType.Size = new System.Drawing.Size(272, 21);
    1.33 -            this.comboBoxActionType.Sorted = true;
    1.34 -            this.comboBoxActionType.TabIndex = 18;
    1.35 -            this.comboBoxActionType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged);
    1.36 +            this.iComboBoxObjectType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
    1.37 +            this.iComboBoxObjectType.FormattingEnabled = true;
    1.38 +            this.iComboBoxObjectType.Location = new System.Drawing.Point(55, 52);
    1.39 +            this.iComboBoxObjectType.Name = "iComboBoxObjectType";
    1.40 +            this.iComboBoxObjectType.Size = new System.Drawing.Size(272, 21);
    1.41 +            this.iComboBoxObjectType.Sorted = true;
    1.42 +            this.iComboBoxObjectType.TabIndex = 18;
    1.43 +            this.iComboBoxObjectType.SelectedIndexChanged += new System.EventHandler(this.comboBoxActionType_SelectedIndexChanged);
    1.44 +            this.iComboBoxObjectType.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.iComboBoxObjectType_KeyPress);
    1.45              // 
    1.46              // labelActionType
    1.47              // 
    1.48              this.labelActionType.AutoSize = true;
    1.49 -            this.labelActionType.Location = new System.Drawing.Point(12, 15);
    1.50 +            this.labelActionType.Location = new System.Drawing.Point(12, 55);
    1.51              this.labelActionType.Name = "labelActionType";
    1.52              this.labelActionType.Size = new System.Drawing.Size(37, 13);
    1.53              this.labelActionType.TabIndex = 20;
    1.54 @@ -63,21 +65,21 @@
    1.55              // 
    1.56              // buttonOk
    1.57              // 
    1.58 -            this.buttonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.59 -            this.buttonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.60 -            this.buttonOk.Location = new System.Drawing.Point(12, 151);
    1.61 -            this.buttonOk.Name = "buttonOk";
    1.62 -            this.buttonOk.Size = new System.Drawing.Size(75, 23);
    1.63 -            this.buttonOk.TabIndex = 21;
    1.64 -            this.buttonOk.Text = "Ok";
    1.65 -            this.buttonOk.UseVisualStyleBackColor = true;
    1.66 -            this.buttonOk.Click += new System.EventHandler(this.buttonOk_Click);
    1.67 +            this.iButtonOk.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.68 +            this.iButtonOk.DialogResult = System.Windows.Forms.DialogResult.OK;
    1.69 +            this.iButtonOk.Location = new System.Drawing.Point(12, 157);
    1.70 +            this.iButtonOk.Name = "buttonOk";
    1.71 +            this.iButtonOk.Size = new System.Drawing.Size(75, 23);
    1.72 +            this.iButtonOk.TabIndex = 21;
    1.73 +            this.iButtonOk.Text = "Ok";
    1.74 +            this.iButtonOk.UseVisualStyleBackColor = true;
    1.75 +            this.iButtonOk.Click += new System.EventHandler(this.buttonOk_Click);
    1.76              // 
    1.77              // buttonCancel
    1.78              // 
    1.79              this.buttonCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
    1.80              this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
    1.81 -            this.buttonCancel.Location = new System.Drawing.Point(93, 151);
    1.82 +            this.buttonCancel.Location = new System.Drawing.Point(93, 157);
    1.83              this.buttonCancel.Name = "buttonCancel";
    1.84              this.buttonCancel.Size = new System.Drawing.Size(75, 23);
    1.85              this.buttonCancel.TabIndex = 22;
    1.86 @@ -94,51 +96,65 @@
    1.87              this.iTableLayoutPanel.ColumnCount = 2;
    1.88              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.89              this.iTableLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.90 -            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 72);
    1.91 +            this.iTableLayoutPanel.Location = new System.Drawing.Point(15, 91);
    1.92              this.iTableLayoutPanel.Name = "iTableLayoutPanel";
    1.93              this.iTableLayoutPanel.RowCount = 2;
    1.94              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.95              this.iTableLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
    1.96 -            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 60);
    1.97 +            this.iTableLayoutPanel.Size = new System.Drawing.Size(312, 46);
    1.98              this.iTableLayoutPanel.TabIndex = 23;
    1.99              // 
   1.100              // buttonTest
   1.101              // 
   1.102 -            this.buttonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   1.103 -            this.buttonTest.Location = new System.Drawing.Point(252, 151);
   1.104 -            this.buttonTest.Name = "buttonTest";
   1.105 -            this.buttonTest.Size = new System.Drawing.Size(75, 23);
   1.106 -            this.buttonTest.TabIndex = 24;
   1.107 -            this.buttonTest.Text = "Test";
   1.108 -            this.buttonTest.UseVisualStyleBackColor = true;
   1.109 -            this.buttonTest.Click += new System.EventHandler(this.buttonTest_Click);
   1.110 +            this.iButtonTest.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
   1.111 +            this.iButtonTest.Location = new System.Drawing.Point(252, 157);
   1.112 +            this.iButtonTest.Name = "buttonTest";
   1.113 +            this.iButtonTest.Size = new System.Drawing.Size(75, 23);
   1.114 +            this.iButtonTest.TabIndex = 24;
   1.115 +            this.iButtonTest.Text = "Test";
   1.116 +            this.iButtonTest.UseVisualStyleBackColor = true;
   1.117 +            this.iButtonTest.Click += new System.EventHandler(this.buttonTest_Click);
   1.118              // 
   1.119 -            // labelBrief
   1.120 +            // iLabelBrief
   1.121              // 
   1.122 -            this.labelBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
   1.123 +            this.iLabelBrief.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
   1.124              | System.Windows.Forms.AnchorStyles.Right)));
   1.125 -            this.labelBrief.AutoSize = true;
   1.126 -            this.labelBrief.Location = new System.Drawing.Point(12, 45);
   1.127 -            this.labelBrief.Name = "labelBrief";
   1.128 -            this.labelBrief.Size = new System.Drawing.Size(28, 13);
   1.129 -            this.labelBrief.TabIndex = 25;
   1.130 -            this.labelBrief.Text = "Brief";
   1.131 +            this.iLabelBrief.AutoSize = true;
   1.132 +            this.iLabelBrief.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   1.133 +            this.iLabelBrief.Location = new System.Drawing.Point(12, 9);
   1.134 +            this.iLabelBrief.Name = "iLabelBrief";
   1.135 +            this.iLabelBrief.Size = new System.Drawing.Size(33, 13);
   1.136 +            this.iLabelBrief.TabIndex = 25;
   1.137 +            this.iLabelBrief.Text = "Brief";
   1.138 +            // 
   1.139 +            // iLabelDescription
   1.140 +            // 
   1.141 +            this.iLabelDescription.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) 
   1.142 +            | System.Windows.Forms.AnchorStyles.Right)));
   1.143 +            this.iLabelDescription.AutoSize = true;
   1.144 +            this.iLabelDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   1.145 +            this.iLabelDescription.Location = new System.Drawing.Point(12, 31);
   1.146 +            this.iLabelDescription.Name = "iLabelDescription";
   1.147 +            this.iLabelDescription.Size = new System.Drawing.Size(60, 13);
   1.148 +            this.iLabelDescription.TabIndex = 26;
   1.149 +            this.iLabelDescription.Text = "Description";
   1.150              // 
   1.151              // FormEditObject
   1.152              // 
   1.153 -            this.AcceptButton = this.buttonOk;
   1.154 +            this.AcceptButton = this.iButtonOk;
   1.155              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.156              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.157              this.AutoSize = true;
   1.158              this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
   1.159              this.CancelButton = this.buttonCancel;
   1.160 -            this.ClientSize = new System.Drawing.Size(339, 186);
   1.161 -            this.Controls.Add(this.labelBrief);
   1.162 -            this.Controls.Add(this.buttonTest);
   1.163 +            this.ClientSize = new System.Drawing.Size(339, 192);
   1.164 +            this.Controls.Add(this.iLabelDescription);
   1.165 +            this.Controls.Add(this.iLabelBrief);
   1.166 +            this.Controls.Add(this.iButtonTest);
   1.167              this.Controls.Add(this.buttonCancel);
   1.168 -            this.Controls.Add(this.buttonOk);
   1.169 +            this.Controls.Add(this.iButtonOk);
   1.170              this.Controls.Add(this.labelActionType);
   1.171 -            this.Controls.Add(this.comboBoxActionType);
   1.172 +            this.Controls.Add(this.iComboBoxObjectType);
   1.173              this.Controls.Add(this.iTableLayoutPanel);
   1.174              this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
   1.175              this.MaximizeBox = false;
   1.176 @@ -154,13 +170,14 @@
   1.177  
   1.178          #endregion
   1.179  
   1.180 -        private System.Windows.Forms.ComboBox comboBoxActionType;
   1.181 +        private System.Windows.Forms.ComboBox iComboBoxObjectType;
   1.182          private System.Windows.Forms.Label labelActionType;
   1.183 -        private System.Windows.Forms.Button buttonOk;
   1.184 +        private System.Windows.Forms.Button iButtonOk;
   1.185          private System.Windows.Forms.Button buttonCancel;
   1.186          private System.Windows.Forms.TableLayoutPanel iTableLayoutPanel;
   1.187          private System.Windows.Forms.ToolTip toolTip;
   1.188 -        private System.Windows.Forms.Button buttonTest;
   1.189 -        private System.Windows.Forms.Label labelBrief;
   1.190 +        private System.Windows.Forms.Button iButtonTest;
   1.191 +        private System.Windows.Forms.Label iLabelBrief;
   1.192 +        private System.Windows.Forms.Label iLabelDescription;
   1.193      }
   1.194  }
   1.195 \ No newline at end of file