Client/MainForm.Designer.cs
author sl
Wed, 22 Oct 2014 12:17:52 +0200
changeset 71 f444344fc205
parent 70 dcd2bbb90d42
child 79 76564df23849
permissions -rw-r--r--
Better client documentation regarding our bitmap layout.
sl@18
     1
namespace SharpDisplayClient
sl@18
     2
{
sl@18
     3
    partial class MainForm
sl@18
     4
    {
sl@18
     5
        /// <summary>
sl@18
     6
        /// Required designer variable.
sl@18
     7
        /// </summary>
sl@18
     8
        private System.ComponentModel.IContainer components = null;
sl@18
     9
sl@18
    10
        /// <summary>
sl@18
    11
        /// Clean up any resources being used.
sl@18
    12
        /// </summary>
sl@18
    13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
sl@18
    14
        protected override void Dispose(bool disposing)
sl@18
    15
        {
sl@18
    16
            if (disposing && (components != null))
sl@18
    17
            {
sl@18
    18
                components.Dispose();
sl@18
    19
            }
sl@18
    20
            base.Dispose(disposing);
sl@18
    21
        }
sl@18
    22
sl@18
    23
        #region Windows Form Designer generated code
sl@18
    24
sl@18
    25
        /// <summary>
sl@18
    26
        /// Required method for Designer support - do not modify
sl@18
    27
        /// the contents of this method with the code editor.
sl@18
    28
        /// </summary>
sl@18
    29
        private void InitializeComponent()
sl@18
    30
        {
sl@18
    31
            this.buttonSetText = new System.Windows.Forms.Button();
sl@33
    32
            this.textBoxTop = new System.Windows.Forms.TextBox();
sl@33
    33
            this.textBoxBottom = new System.Windows.Forms.TextBox();
sl@43
    34
            this.buttonAlignRight = new System.Windows.Forms.Button();
sl@43
    35
            this.buttonAlignCenter = new System.Windows.Forms.Button();
sl@43
    36
            this.buttonAlignLeft = new System.Windows.Forms.Button();
sl@43
    37
            this.buttonSetTopText = new System.Windows.Forms.Button();
sl@62
    38
            this.buttonLayoutUpdate = new System.Windows.Forms.Button();
sl@68
    39
            this.buttonSetBitmap = new System.Windows.Forms.Button();
sl@71
    40
            this.buttonBitmapLayout = new System.Windows.Forms.Button();
sl@18
    41
            this.SuspendLayout();
sl@18
    42
            // 
sl@18
    43
            // buttonSetText
sl@18
    44
            // 
sl@43
    45
            this.buttonSetText.Location = new System.Drawing.Point(13, 132);
sl@18
    46
            this.buttonSetText.Name = "buttonSetText";
sl@18
    47
            this.buttonSetText.Size = new System.Drawing.Size(75, 23);
sl@18
    48
            this.buttonSetText.TabIndex = 0;
sl@18
    49
            this.buttonSetText.Text = "Set Text";
sl@18
    50
            this.buttonSetText.UseVisualStyleBackColor = true;
sl@18
    51
            this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
sl@18
    52
            // 
sl@33
    53
            // textBoxTop
sl@33
    54
            // 
sl@33
    55
            this.textBoxTop.Location = new System.Drawing.Point(12, 31);
sl@33
    56
            this.textBoxTop.Name = "textBoxTop";
sl@33
    57
            this.textBoxTop.Size = new System.Drawing.Size(419, 20);
sl@33
    58
            this.textBoxTop.TabIndex = 1;
sl@33
    59
            // 
sl@33
    60
            // textBoxBottom
sl@33
    61
            // 
sl@33
    62
            this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
sl@33
    63
            this.textBoxBottom.Name = "textBoxBottom";
sl@33
    64
            this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
sl@33
    65
            this.textBoxBottom.TabIndex = 2;
sl@33
    66
            // 
sl@43
    67
            // buttonAlignRight
sl@43
    68
            // 
sl@43
    69
            this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
sl@43
    70
            this.buttonAlignRight.Name = "buttonAlignRight";
sl@43
    71
            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
sl@43
    72
            this.buttonAlignRight.TabIndex = 23;
sl@43
    73
            this.buttonAlignRight.Text = "Align Right";
sl@43
    74
            this.buttonAlignRight.UseVisualStyleBackColor = true;
sl@43
    75
            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
sl@43
    76
            // 
sl@43
    77
            // buttonAlignCenter
sl@43
    78
            // 
sl@43
    79
            this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
sl@43
    80
            this.buttonAlignCenter.Name = "buttonAlignCenter";
sl@43
    81
            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
sl@43
    82
            this.buttonAlignCenter.TabIndex = 22;
sl@43
    83
            this.buttonAlignCenter.Text = "Align Center";
sl@43
    84
            this.buttonAlignCenter.UseVisualStyleBackColor = true;
sl@43
    85
            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
sl@43
    86
            // 
sl@43
    87
            // buttonAlignLeft
sl@43
    88
            // 
sl@43
    89
            this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
sl@43
    90
            this.buttonAlignLeft.Name = "buttonAlignLeft";
sl@43
    91
            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
sl@43
    92
            this.buttonAlignLeft.TabIndex = 21;
sl@43
    93
            this.buttonAlignLeft.Text = "Align Left";
sl@43
    94
            this.buttonAlignLeft.UseVisualStyleBackColor = true;
sl@43
    95
            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
sl@43
    96
            // 
sl@43
    97
            // buttonSetTopText
sl@43
    98
            // 
sl@43
    99
            this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
sl@43
   100
            this.buttonSetTopText.Name = "buttonSetTopText";
sl@43
   101
            this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
sl@43
   102
            this.buttonSetTopText.TabIndex = 24;
sl@43
   103
            this.buttonSetTopText.Text = "Set Top Text";
sl@43
   104
            this.buttonSetTopText.UseVisualStyleBackColor = true;
sl@43
   105
            this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
sl@43
   106
            // 
sl@62
   107
            // buttonLayoutUpdate
sl@62
   108
            // 
sl@62
   109
            this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
sl@62
   110
            this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
sl@62
   111
            this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23);
sl@62
   112
            this.buttonLayoutUpdate.TabIndex = 25;
sl@62
   113
            this.buttonLayoutUpdate.Text = "Layout 2x2";
sl@62
   114
            this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
sl@62
   115
            this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
sl@62
   116
            // 
sl@68
   117
            // buttonSetBitmap
sl@67
   118
            // 
sl@68
   119
            this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
sl@68
   120
            this.buttonSetBitmap.Name = "buttonSetBitmap";
sl@68
   121
            this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
sl@68
   122
            this.buttonSetBitmap.TabIndex = 26;
sl@68
   123
            this.buttonSetBitmap.Text = "Set Bitmap";
sl@68
   124
            this.buttonSetBitmap.UseVisualStyleBackColor = true;
sl@68
   125
            this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
sl@67
   126
            // 
sl@71
   127
            // buttonBitmapLayout
sl@70
   128
            // 
sl@71
   129
            this.buttonBitmapLayout.Location = new System.Drawing.Point(176, 189);
sl@71
   130
            this.buttonBitmapLayout.Name = "buttonBitmapLayout";
sl@71
   131
            this.buttonBitmapLayout.Size = new System.Drawing.Size(75, 35);
sl@71
   132
            this.buttonBitmapLayout.TabIndex = 27;
sl@71
   133
            this.buttonBitmapLayout.Text = "Bitmap Layout";
sl@71
   134
            this.buttonBitmapLayout.UseVisualStyleBackColor = true;
sl@71
   135
            this.buttonBitmapLayout.Click += new System.EventHandler(this.buttonBitmapLayout_Click);
sl@70
   136
            // 
sl@18
   137
            // MainForm
sl@18
   138
            // 
sl@18
   139
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@18
   140
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@18
   141
            this.ClientSize = new System.Drawing.Size(443, 252);
sl@71
   142
            this.Controls.Add(this.buttonBitmapLayout);
sl@68
   143
            this.Controls.Add(this.buttonSetBitmap);
sl@62
   144
            this.Controls.Add(this.buttonLayoutUpdate);
sl@43
   145
            this.Controls.Add(this.buttonSetTopText);
sl@43
   146
            this.Controls.Add(this.buttonAlignRight);
sl@43
   147
            this.Controls.Add(this.buttonAlignCenter);
sl@43
   148
            this.Controls.Add(this.buttonAlignLeft);
sl@33
   149
            this.Controls.Add(this.textBoxBottom);
sl@33
   150
            this.Controls.Add(this.textBoxTop);
sl@18
   151
            this.Controls.Add(this.buttonSetText);
sl@18
   152
            this.Name = "MainForm";
sl@29
   153
            this.Text = "Client";
sl@26
   154
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@18
   155
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@18
   156
            this.ResumeLayout(false);
sl@33
   157
            this.PerformLayout();
sl@18
   158
sl@18
   159
        }
sl@18
   160
sl@18
   161
        #endregion
sl@18
   162
sl@18
   163
        private System.Windows.Forms.Button buttonSetText;
sl@33
   164
        private System.Windows.Forms.TextBox textBoxTop;
sl@33
   165
        private System.Windows.Forms.TextBox textBoxBottom;
sl@43
   166
        private System.Windows.Forms.Button buttonAlignRight;
sl@43
   167
        private System.Windows.Forms.Button buttonAlignCenter;
sl@43
   168
        private System.Windows.Forms.Button buttonAlignLeft;
sl@43
   169
        private System.Windows.Forms.Button buttonSetTopText;
sl@62
   170
        private System.Windows.Forms.Button buttonLayoutUpdate;
sl@68
   171
        private System.Windows.Forms.Button buttonSetBitmap;
sl@71
   172
        private System.Windows.Forms.Button buttonBitmapLayout;
sl@18
   173
    }
sl@18
   174
}
sl@18
   175