Client/MainForm.Designer.cs
author sl
Mon, 13 Oct 2014 21:21:53 +0200
changeset 68 1d0cd5e6e0a9
parent 67 6e50baf5a811
child 70 dcd2bbb90d42
permissions -rw-r--r--
Bitmap field now mostly working.
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@18
    40
            this.SuspendLayout();
sl@18
    41
            // 
sl@18
    42
            // buttonSetText
sl@18
    43
            // 
sl@43
    44
            this.buttonSetText.Location = new System.Drawing.Point(13, 132);
sl@18
    45
            this.buttonSetText.Name = "buttonSetText";
sl@18
    46
            this.buttonSetText.Size = new System.Drawing.Size(75, 23);
sl@18
    47
            this.buttonSetText.TabIndex = 0;
sl@18
    48
            this.buttonSetText.Text = "Set Text";
sl@18
    49
            this.buttonSetText.UseVisualStyleBackColor = true;
sl@18
    50
            this.buttonSetText.Click += new System.EventHandler(this.buttonSetText_Click);
sl@18
    51
            // 
sl@33
    52
            // textBoxTop
sl@33
    53
            // 
sl@33
    54
            this.textBoxTop.Location = new System.Drawing.Point(12, 31);
sl@33
    55
            this.textBoxTop.Name = "textBoxTop";
sl@33
    56
            this.textBoxTop.Size = new System.Drawing.Size(419, 20);
sl@33
    57
            this.textBoxTop.TabIndex = 1;
sl@33
    58
            // 
sl@33
    59
            // textBoxBottom
sl@33
    60
            // 
sl@33
    61
            this.textBoxBottom.Location = new System.Drawing.Point(12, 57);
sl@33
    62
            this.textBoxBottom.Name = "textBoxBottom";
sl@33
    63
            this.textBoxBottom.Size = new System.Drawing.Size(419, 20);
sl@33
    64
            this.textBoxBottom.TabIndex = 2;
sl@33
    65
            // 
sl@43
    66
            // buttonAlignRight
sl@43
    67
            // 
sl@43
    68
            this.buttonAlignRight.Location = new System.Drawing.Point(176, 160);
sl@43
    69
            this.buttonAlignRight.Name = "buttonAlignRight";
sl@43
    70
            this.buttonAlignRight.Size = new System.Drawing.Size(75, 23);
sl@43
    71
            this.buttonAlignRight.TabIndex = 23;
sl@43
    72
            this.buttonAlignRight.Text = "Align Right";
sl@43
    73
            this.buttonAlignRight.UseVisualStyleBackColor = true;
sl@43
    74
            this.buttonAlignRight.Click += new System.EventHandler(this.buttonAlignRight_Click);
sl@43
    75
            // 
sl@43
    76
            // buttonAlignCenter
sl@43
    77
            // 
sl@43
    78
            this.buttonAlignCenter.Location = new System.Drawing.Point(94, 161);
sl@43
    79
            this.buttonAlignCenter.Name = "buttonAlignCenter";
sl@43
    80
            this.buttonAlignCenter.Size = new System.Drawing.Size(75, 23);
sl@43
    81
            this.buttonAlignCenter.TabIndex = 22;
sl@43
    82
            this.buttonAlignCenter.Text = "Align Center";
sl@43
    83
            this.buttonAlignCenter.UseVisualStyleBackColor = true;
sl@43
    84
            this.buttonAlignCenter.Click += new System.EventHandler(this.buttonAlignCenter_Click);
sl@43
    85
            // 
sl@43
    86
            // buttonAlignLeft
sl@43
    87
            // 
sl@43
    88
            this.buttonAlignLeft.Location = new System.Drawing.Point(12, 161);
sl@43
    89
            this.buttonAlignLeft.Name = "buttonAlignLeft";
sl@43
    90
            this.buttonAlignLeft.Size = new System.Drawing.Size(75, 23);
sl@43
    91
            this.buttonAlignLeft.TabIndex = 21;
sl@43
    92
            this.buttonAlignLeft.Text = "Align Left";
sl@43
    93
            this.buttonAlignLeft.UseVisualStyleBackColor = true;
sl@43
    94
            this.buttonAlignLeft.Click += new System.EventHandler(this.buttonAlignLeft_Click);
sl@43
    95
            // 
sl@43
    96
            // buttonSetTopText
sl@43
    97
            // 
sl@43
    98
            this.buttonSetTopText.Location = new System.Drawing.Point(94, 132);
sl@43
    99
            this.buttonSetTopText.Name = "buttonSetTopText";
sl@43
   100
            this.buttonSetTopText.Size = new System.Drawing.Size(75, 23);
sl@43
   101
            this.buttonSetTopText.TabIndex = 24;
sl@43
   102
            this.buttonSetTopText.Text = "Set Top Text";
sl@43
   103
            this.buttonSetTopText.UseVisualStyleBackColor = true;
sl@43
   104
            this.buttonSetTopText.Click += new System.EventHandler(this.buttonSetTopText_Click);
sl@43
   105
            // 
sl@62
   106
            // buttonLayoutUpdate
sl@62
   107
            // 
sl@62
   108
            this.buttonLayoutUpdate.Location = new System.Drawing.Point(176, 131);
sl@62
   109
            this.buttonLayoutUpdate.Name = "buttonLayoutUpdate";
sl@62
   110
            this.buttonLayoutUpdate.Size = new System.Drawing.Size(75, 23);
sl@62
   111
            this.buttonLayoutUpdate.TabIndex = 25;
sl@62
   112
            this.buttonLayoutUpdate.Text = "Layout 2x2";
sl@62
   113
            this.buttonLayoutUpdate.UseVisualStyleBackColor = true;
sl@62
   114
            this.buttonLayoutUpdate.Click += new System.EventHandler(this.buttonLayoutUpdate_Click);
sl@62
   115
            // 
sl@68
   116
            // buttonSetBitmap
sl@67
   117
            // 
sl@68
   118
            this.buttonSetBitmap.Location = new System.Drawing.Point(12, 190);
sl@68
   119
            this.buttonSetBitmap.Name = "buttonSetBitmap";
sl@68
   120
            this.buttonSetBitmap.Size = new System.Drawing.Size(75, 23);
sl@68
   121
            this.buttonSetBitmap.TabIndex = 26;
sl@68
   122
            this.buttonSetBitmap.Text = "Set Bitmap";
sl@68
   123
            this.buttonSetBitmap.UseVisualStyleBackColor = true;
sl@68
   124
            this.buttonSetBitmap.Click += new System.EventHandler(this.buttonSetBitmap_Click);
sl@67
   125
            // 
sl@18
   126
            // MainForm
sl@18
   127
            // 
sl@18
   128
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
sl@18
   129
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
sl@18
   130
            this.ClientSize = new System.Drawing.Size(443, 252);
sl@68
   131
            this.Controls.Add(this.buttonSetBitmap);
sl@62
   132
            this.Controls.Add(this.buttonLayoutUpdate);
sl@43
   133
            this.Controls.Add(this.buttonSetTopText);
sl@43
   134
            this.Controls.Add(this.buttonAlignRight);
sl@43
   135
            this.Controls.Add(this.buttonAlignCenter);
sl@43
   136
            this.Controls.Add(this.buttonAlignLeft);
sl@33
   137
            this.Controls.Add(this.textBoxBottom);
sl@33
   138
            this.Controls.Add(this.textBoxTop);
sl@18
   139
            this.Controls.Add(this.buttonSetText);
sl@18
   140
            this.Name = "MainForm";
sl@29
   141
            this.Text = "Client";
sl@26
   142
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
sl@18
   143
            this.Load += new System.EventHandler(this.MainForm_Load);
sl@18
   144
            this.ResumeLayout(false);
sl@33
   145
            this.PerformLayout();
sl@18
   146
sl@18
   147
        }
sl@18
   148
sl@18
   149
        #endregion
sl@18
   150
sl@18
   151
        private System.Windows.Forms.Button buttonSetText;
sl@33
   152
        private System.Windows.Forms.TextBox textBoxTop;
sl@33
   153
        private System.Windows.Forms.TextBox textBoxBottom;
sl@43
   154
        private System.Windows.Forms.Button buttonAlignRight;
sl@43
   155
        private System.Windows.Forms.Button buttonAlignCenter;
sl@43
   156
        private System.Windows.Forms.Button buttonAlignLeft;
sl@43
   157
        private System.Windows.Forms.Button buttonSetTopText;
sl@62
   158
        private System.Windows.Forms.Button buttonLayoutUpdate;
sl@68
   159
        private System.Windows.Forms.Button buttonSetBitmap;
sl@18
   160
    }
sl@18
   161
}
sl@18
   162