Client/MainForm.Designer.cs
changeset 190 60977f2b3ca7
parent 189 bedae992f4ee
child 191 7ada476f3fd7
     1.1 --- a/Client/MainForm.Designer.cs	Tue Feb 02 19:50:33 2016 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,254 +0,0 @@
     1.4 -namespace SharpDisplayClient
     1.5 -{
     1.6 -    partial class MainForm
     1.7 -    {
     1.8 -        /// <summary>
     1.9 -        /// Required designer variable.
    1.10 -        /// </summary>
    1.11 -        private System.ComponentModel.IContainer components = null;
    1.12 -
    1.13 -        /// <summary>
    1.14 -        /// Clean up any resources being used.
    1.15 -        /// </summary>
    1.16 -        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    1.17 -        protected override void Dispose(bool disposing)
    1.18 -        {
    1.19 -            if (disposing && (components != null))
    1.20 -            {
    1.21 -                components.Dispose();
    1.22 -            }
    1.23 -            base.Dispose(disposing);
    1.24 -        }
    1.25 -
    1.26 -        #region Windows Form Designer generated code
    1.27 -
    1.28 -        /// <summary>
    1.29 -        /// Required method for Designer support - do not modify
    1.30 -        /// the contents of this method with the code editor.
    1.31 -        /// </summary>
    1.32 -        private void InitializeComponent()
    1.33 -        {
    1.34 -            this.buttonSetText = new System.Windows.Forms.Button();
    1.35 -            this.textBoxTop = new System.Windows.Forms.TextBox();
    1.36 -            this.textBoxBottom = new System.Windows.Forms.TextBox();
    1.37 -            this.buttonAlignRight = new System.Windows.Forms.Button();
    1.38 -            this.buttonAlignCenter = new System.Windows.Forms.Button();
    1.39 -            this.buttonAlignLeft = new System.Windows.Forms.Button();
    1.40 -            this.buttonSetTopText = new System.Windows.Forms.Button();
    1.41 -            this.buttonLayoutUpdate = new System.Windows.Forms.Button();
    1.42 -            this.buttonSetBitmap = new System.Windows.Forms.Button();
    1.43 -            this.buttonBitmapLayout = new System.Windows.Forms.Button();
    1.44 -            this.buttonIndicatorsLayout = new System.Windows.Forms.Button();
    1.45 -            this.buttonUpdateTexts = new System.Windows.Forms.Button();
    1.46 -            this.buttonLayoutOneTextField = new System.Windows.Forms.Button();
    1.47 -            this.numericUpDownPriority = new System.Windows.Forms.NumericUpDown();
    1.48 -            this.labelPriority = new System.Windows.Forms.Label();
    1.49 -            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).BeginInit();
    1.50 -            this.SuspendLayout();
    1.51 -            // 
    1.52 -            // buttonSetText
    1.53 -            // 
    1.54 -            this.buttonSetText.Location = new System.Drawing.Point(13, 132);
    1.55 -            this.buttonSetText.Name = "buttonSetText";
    1.56 -            this.buttonSetText.Size = new System.Drawing.Size(75, 23);
    1.57 -            this.buttonSetText.TabIndex = 0;
    1.58 -            this.buttonSetText.Text = "Set Text";
    1.59 -            this.buttonSetText.UseVisualStyleBackColor = true;
    1.60 -            this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
    1.61 -            // 
    1.62 -            // textBoxTop
    1.63 -            // 
    1.64 -            this.textBoxTop.Location = new System.Drawing.Point(12, 31);
    1.65 -            this.textBoxTop.Name = "textBoxTop";
    1.66 -            this.textBoxTop.Size = new System.Drawing.Size(419, 20);
    1.67 -            this.textBoxTop.TabIndex = 1;
    1.68 -            // 
    1.69 -            // textBoxBottom
    1.70 -            // 
    1.71 -            this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
    1.72 -            this.textBoxBottom.Name = "textBoxBottom";
    1.73 -            this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
    1.74 -            this.textBoxBottom.TabIndex = 2;
    1.75 -            // 
    1.76 -            // buttonAlignRight
    1.77 -            // 
    1.78 -            this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
    1.79 -            this.buttonAlignRight.Name = "buttonAlignRight";
    1.80 -            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
    1.81 -            this.buttonAlignRight.TabIndex = 23;
    1.82 -            this.buttonAlignRight.Text = "Align Right";
    1.83 -            this.buttonAlignRight.UseVisualStyleBackColor = true;
    1.84 -            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
    1.85 -            // 
    1.86 -            // buttonAlignCenter
    1.87 -            // 
    1.88 -            this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
    1.89 -            this.buttonAlignCenter.Name = "buttonAlignCenter";
    1.90 -            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
    1.91 -            this.buttonAlignCenter.TabIndex = 22;
    1.92 -            this.buttonAlignCenter.Text = "Align Center";
    1.93 -            this.buttonAlignCenter.UseVisualStyleBackColor = true;
    1.94 -            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
    1.95 -            // 
    1.96 -            // buttonAlignLeft
    1.97 -            // 
    1.98 -            this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
    1.99 -            this.buttonAlignLeft.Name = "buttonAlignLeft";
   1.100 -            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
   1.101 -            this.buttonAlignLeft.TabIndex = 21;
   1.102 -            this.buttonAlignLeft.Text = "Align Left";
   1.103 -            this.buttonAlignLeft.UseVisualStyleBackColor = true;
   1.104 -            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
   1.105 -            // 
   1.106 -            // buttonSetTopText
   1.107 -            // 
   1.108 -            this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
   1.109 -            this.buttonSetTopText.Name = "buttonSetTopText";
   1.110 -            this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
   1.111 -            this.buttonSetTopText.TabIndex = 24;
   1.112 -            this.buttonSetTopText.Text = "Set Top Text";
   1.113 -            this.buttonSetTopText.UseVisualStyleBackColor = true;
   1.114 -            this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
   1.115 -            // 
   1.116 -            // buttonLayoutUpdate
   1.117 -            // 
   1.118 -            this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
   1.119 -            this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
   1.120 -            this.buttonLayoutUpdate.Size = new System.Drawing.Size(156, 23);
   1.121 -            this.buttonLayoutUpdate.TabIndex = 25;
   1.122 -            this.buttonLayoutUpdate.Text = "Layout 2x2 and Recording";
   1.123 -            this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
   1.124 -            this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
   1.125 -            // 
   1.126 -            // buttonSetBitmap
   1.127 -            // 
   1.128 -            this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
   1.129 -            this.buttonSetBitmap.Name = "buttonSetBitmap";
   1.130 -            this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
   1.131 -            this.buttonSetBitmap.TabIndex = 26;
   1.132 -            this.buttonSetBitmap.Text = "Set Bitmap";
   1.133 -            this.buttonSetBitmap.UseVisualStyleBackColor = true;
   1.134 -            this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
   1.135 -            // 
   1.136 -            // buttonBitmapLayout
   1.137 -            // 
   1.138 -            this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
   1.139 -            this.buttonBitmapLayout.Name = "buttonBitmapLayout";
   1.140 -            this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
   1.141 -            this.buttonBitmapLayout.TabIndex = 27;
   1.142 -            this.buttonBitmapLayout.Text = "Bitmap Layout";
   1.143 -            this.buttonBitmapLayout.UseVisualStyleBackColor = true;
   1.144 -            this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
   1.145 -            // 
   1.146 -            // buttonIndicatorsLayout
   1.147 -            // 
   1.148 -            this.buttonIndicatorsLayout.Location = new System.Drawing.Point(94, 189);
   1.149 -            this.buttonIndicatorsLayout.Name = "buttonIndicatorsLayout";
   1.150 -            this.buttonIndicatorsLayout.Size = new System.Drawing.Size(75, 35);
   1.151 -            this.buttonIndicatorsLayout.TabIndex = 28;
   1.152 -            this.buttonIndicatorsLayout.Text = "Indicators Layout ";
   1.153 -            this.buttonIndicatorsLayout.UseVisualStyleBackColor = true;
   1.154 -            this.buttonIndicatorsLayout.Click += new System.EventHandler(this.buttonIndicatorsLayout_Click);
   1.155 -            // 
   1.156 -            // buttonUpdateTexts
   1.157 -            // 
   1.158 -            this.buttonUpdateTexts.Location = new System.Drawing.Point(257, 189);
   1.159 -            this.buttonUpdateTexts.Name = "buttonUpdateTexts";
   1.160 -            this.buttonUpdateTexts.Size = new System.Drawing.Size(75, 35);
   1.161 -            this.buttonUpdateTexts.TabIndex = 29;
   1.162 -            this.buttonUpdateTexts.Text = "Update Texts";
   1.163 -            this.buttonUpdateTexts.UseVisualStyleBackColor = true;
   1.164 -            this.buttonUpdateTexts.Click += new System.EventHandler(this.buttonUpdateTexts_Click);
   1.165 -            // 
   1.166 -            // buttonLayoutOneTextField
   1.167 -            // 
   1.168 -            this.buttonLayoutOneTextField.Location = new System.Drawing.Point(257, 160);
   1.169 -            this.buttonLayoutOneTextField.Name = "buttonLayoutOneTextField";
   1.170 -            this.buttonLayoutOneTextField.Size = new System.Drawing.Size(75, 23);
   1.171 -            this.buttonLayoutOneTextField.TabIndex = 30;
   1.172 -            this.buttonLayoutOneTextField.Text = "Layout 1x1";
   1.173 -            this.buttonLayoutOneTextField.UseVisualStyleBackColor = true;
   1.174 -            this.buttonLayoutOneTextField.Click += new System.EventHandler(this.buttonLayoutOneTextField_Click);
   1.175 -            // 
   1.176 -            // numericUpDownPriority
   1.177 -            // 
   1.178 -            this.numericUpDownPriority.Increment = new decimal(new int[] {
   1.179 -            10,
   1.180 -            0,
   1.181 -            0,
   1.182 -            0});
   1.183 -            this.numericUpDownPriority.Location = new System.Drawing.Point(57, 83);
   1.184 -            this.numericUpDownPriority.Maximum = new decimal(new int[] {
   1.185 -            1000,
   1.186 -            0,
   1.187 -            0,
   1.188 -            0});
   1.189 -            this.numericUpDownPriority.Name = "numericUpDownPriority";
   1.190 -            this.numericUpDownPriority.Size = new System.Drawing.Size(60, 20);
   1.191 -            this.numericUpDownPriority.TabIndex = 31;
   1.192 -            this.numericUpDownPriority.Value = new decimal(new int[] {
   1.193 -            500,
   1.194 -            0,
   1.195 -            0,
   1.196 -            0});
   1.197 -            this.numericUpDownPriority.ValueChanged += new System.EventHandler(this.numericUpDownPriority_ValueChanged);
   1.198 -            // 
   1.199 -            // labelPriority
   1.200 -            // 
   1.201 -            this.labelPriority.AutoSize = true;
   1.202 -            this.labelPriority.Location = new System.Drawing.Point(12, 85);
   1.203 -            this.labelPriority.Name = "labelPriority";
   1.204 -            this.labelPriority.Size = new System.Drawing.Size(41, 13);
   1.205 -            this.labelPriority.TabIndex = 32;
   1.206 -            this.labelPriority.Text = "Priority:";
   1.207 -            // 
   1.208 -            // MainForm
   1.209 -            // 
   1.210 -            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   1.211 -            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   1.212 -            this.ClientSize = new System.Drawing.Size(443, 252);
   1.213 -            this.Controls.Add(this.labelPriority);
   1.214 -            this.Controls.Add(this.numericUpDownPriority);
   1.215 -            this.Controls.Add(this.buttonLayoutOneTextField);
   1.216 -            this.Controls.Add(this.buttonUpdateTexts);
   1.217 -            this.Controls.Add(this.buttonIndicatorsLayout);
   1.218 -            this.Controls.Add(this.buttonBitmapLayout);
   1.219 -            this.Controls.Add(this.buttonSetBitmap);
   1.220 -            this.Controls.Add(this.buttonLayoutUpdate);
   1.221 -            this.Controls.Add(this.buttonSetTopText);
   1.222 -            this.Controls.Add(this.buttonAlignRight);
   1.223 -            this.Controls.Add(this.buttonAlignCenter);
   1.224 -            this.Controls.Add(this.buttonAlignLeft);
   1.225 -            this.Controls.Add(this.textBoxBottom);
   1.226 -            this.Controls.Add(this.textBoxTop);
   1.227 -            this.Controls.Add(this.buttonSetText);
   1.228 -            this.Name = "MainForm";
   1.229 -            this.Text = "Client";
   1.230 -            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
   1.231 -            this.Load += new System.EventHandler(this.MainForm_Load);
   1.232 -            ((System.ComponentModel.ISupportInitialize)(this.numericUpDownPriority)).EndInit();
   1.233 -            this.ResumeLayout(false);
   1.234 -            this.PerformLayout();
   1.235 -
   1.236 -        }
   1.237 -
   1.238 -        #endregion
   1.239 -
   1.240 -        private System.Windows.Forms.Button buttonSetText;
   1.241 -        private System.Windows.Forms.TextBox textBoxTop;
   1.242 -        private System.Windows.Forms.TextBox textBoxBottom;
   1.243 -        private System.Windows.Forms.Button buttonAlignRight;
   1.244 -        private System.Windows.Forms.Button buttonAlignCenter;
   1.245 -        private System.Windows.Forms.Button buttonAlignLeft;
   1.246 -        private System.Windows.Forms.Button buttonSetTopText;
   1.247 -        private System.Windows.Forms.Button buttonLayoutUpdate;
   1.248 -        private System.Windows.Forms.Button buttonSetBitmap;
   1.249 -        private System.Windows.Forms.Button buttonBitmapLayout;
   1.250 -        private System.Windows.Forms.Button buttonIndicatorsLayout;
   1.251 -        private System.Windows.Forms.Button buttonUpdateTexts;
   1.252 -		private System.Windows.Forms.Button buttonLayoutOneTextField;
   1.253 -        private System.Windows.Forms.NumericUpDown numericUpDownPriority;
   1.254 -        private System.Windows.Forms.Label labelPriority;
   1.255 -    }
   1.256 -}
   1.257 -