MainForm.Designer.cs
上传用户:linger1010
上传日期:2008-12-08
资源大小:561k
文件大小:10k
- namespace PlayingAPhoneCall
- {
- partial class MainForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- private System.Windows.Forms.MainMenu mainMenu1;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.mainMenu1 = new System.Windows.Forms.MainMenu();
- this.m_btnNum1 = new System.Windows.Forms.Button();
- this.m_btnNum2 = new System.Windows.Forms.Button();
- this.m_btnNum3 = new System.Windows.Forms.Button();
- this.m_btnNum4 = new System.Windows.Forms.Button();
- this.m_btnNum5 = new System.Windows.Forms.Button();
- this.m_btnNum6 = new System.Windows.Forms.Button();
- this.m_btnNum7 = new System.Windows.Forms.Button();
- this.m_btnNum8 = new System.Windows.Forms.Button();
- this.m_btnNum9 = new System.Windows.Forms.Button();
- this.m_btnStar = new System.Windows.Forms.Button();
- this.m_btnNum0 = new System.Windows.Forms.Button();
- this.m_btnSharp = new System.Windows.Forms.Button();
- this.m_btnClear = new System.Windows.Forms.Button();
- this.m_btnBackspace = new System.Windows.Forms.Button();
- this.m_btnCall = new System.Windows.Forms.Button();
- this.m_lblNumber = new System.Windows.Forms.Label();
- this.SuspendLayout();
- //
- // m_btnNum1
- //
- this.m_btnNum1.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum1.Location = new System.Drawing.Point(12, 70);
- this.m_btnNum1.Name = "m_btnNum1";
- this.m_btnNum1.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum1.TabIndex = 0;
- this.m_btnNum1.Text = "1";
- this.m_btnNum1.Click += new System.EventHandler(this.m_btnNum1_Click);
- //
- // m_btnNum2
- //
- this.m_btnNum2.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum2.Location = new System.Drawing.Point(62, 70);
- this.m_btnNum2.Name = "m_btnNum2";
- this.m_btnNum2.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum2.TabIndex = 0;
- this.m_btnNum2.Text = "2";
- this.m_btnNum2.Click += new System.EventHandler(this.m_btnNum2_Click);
- //
- // m_btnNum3
- //
- this.m_btnNum3.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum3.Location = new System.Drawing.Point(112, 70);
- this.m_btnNum3.Name = "m_btnNum3";
- this.m_btnNum3.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum3.TabIndex = 0;
- this.m_btnNum3.Text = "3";
- this.m_btnNum3.Click += new System.EventHandler(this.m_btnNum3_Click);
- //
- // m_btnNum4
- //
- this.m_btnNum4.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum4.Location = new System.Drawing.Point(12, 118);
- this.m_btnNum4.Name = "m_btnNum4";
- this.m_btnNum4.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum4.TabIndex = 0;
- this.m_btnNum4.Text = "4";
- this.m_btnNum4.Click += new System.EventHandler(this.m_btnNum4_Click);
- //
- // m_btnNum5
- //
- this.m_btnNum5.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum5.Location = new System.Drawing.Point(62, 118);
- this.m_btnNum5.Name = "m_btnNum5";
- this.m_btnNum5.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum5.TabIndex = 0;
- this.m_btnNum5.Text = "5";
- this.m_btnNum5.Click += new System.EventHandler(this.m_btnNum5_Click);
- //
- // m_btnNum6
- //
- this.m_btnNum6.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum6.Location = new System.Drawing.Point(112, 118);
- this.m_btnNum6.Name = "m_btnNum6";
- this.m_btnNum6.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum6.TabIndex = 0;
- this.m_btnNum6.Text = "6";
- this.m_btnNum6.Click += new System.EventHandler(this.m_btnNum6_Click);
- //
- // m_btnNum7
- //
- this.m_btnNum7.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum7.Location = new System.Drawing.Point(12, 166);
- this.m_btnNum7.Name = "m_btnNum7";
- this.m_btnNum7.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum7.TabIndex = 0;
- this.m_btnNum7.Text = "7";
- this.m_btnNum7.Click += new System.EventHandler(this.m_btnNum7_Click);
- //
- // m_btnNum8
- //
- this.m_btnNum8.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum8.Location = new System.Drawing.Point(62, 166);
- this.m_btnNum8.Name = "m_btnNum8";
- this.m_btnNum8.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum8.TabIndex = 0;
- this.m_btnNum8.Text = "8";
- this.m_btnNum8.Click += new System.EventHandler(this.m_btnNum8_Click);
- //
- // m_btnNum9
- //
- this.m_btnNum9.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum9.Location = new System.Drawing.Point(112, 166);
- this.m_btnNum9.Name = "m_btnNum9";
- this.m_btnNum9.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum9.TabIndex = 0;
- this.m_btnNum9.Text = "9";
- this.m_btnNum9.Click += new System.EventHandler(this.m_btnNum9_Click);
- //
- // m_btnStar
- //
- this.m_btnStar.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnStar.Location = new System.Drawing.Point(12, 214);
- this.m_btnStar.Name = "m_btnStar";
- this.m_btnStar.Size = new System.Drawing.Size(44, 42);
- this.m_btnStar.TabIndex = 0;
- this.m_btnStar.Text = "*";
- this.m_btnStar.Click += new System.EventHandler(this.m_btnStar_Click);
- //
- // m_btnNum0
- //
- this.m_btnNum0.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnNum0.Location = new System.Drawing.Point(62, 214);
- this.m_btnNum0.Name = "m_btnNum0";
- this.m_btnNum0.Size = new System.Drawing.Size(44, 42);
- this.m_btnNum0.TabIndex = 0;
- this.m_btnNum0.Text = "0";
- this.m_btnNum0.Click += new System.EventHandler(this.m_btnNum0_Click);
- //
- // m_btnSharp
- //
- this.m_btnSharp.Font = new System.Drawing.Font("Tahoma", 16F, System.Drawing.FontStyle.Regular);
- this.m_btnSharp.Location = new System.Drawing.Point(112, 214);
- this.m_btnSharp.Name = "m_btnSharp";
- this.m_btnSharp.Size = new System.Drawing.Size(44, 42);
- this.m_btnSharp.TabIndex = 0;
- this.m_btnSharp.Text = "#";
- this.m_btnSharp.Click += new System.EventHandler(this.m_btnSharp_Click);
- //
- // m_btnClear
- //
- this.m_btnClear.Location = new System.Drawing.Point(162, 118);
- this.m_btnClear.Name = "m_btnClear";
- this.m_btnClear.Size = new System.Drawing.Size(66, 42);
- this.m_btnClear.TabIndex = 0;
- this.m_btnClear.Text = "Clear";
- this.m_btnClear.Click += new System.EventHandler(this.m_btnClear_Click);
- //
- // m_btnBackspace
- //
- this.m_btnBackspace.Location = new System.Drawing.Point(162, 70);
- this.m_btnBackspace.Name = "m_btnBackspace";
- this.m_btnBackspace.Size = new System.Drawing.Size(66, 42);
- this.m_btnBackspace.TabIndex = 0;
- this.m_btnBackspace.Text = "<--";
- this.m_btnBackspace.Click += new System.EventHandler(this.m_btnBackspace_Click);
- //
- // m_btnCall
- //
- this.m_btnCall.Location = new System.Drawing.Point(162, 166);
- this.m_btnCall.Name = "m_btnCall";
- this.m_btnCall.Size = new System.Drawing.Size(66, 90);
- this.m_btnCall.TabIndex = 0;
- this.m_btnCall.Text = "Call";
- this.m_btnCall.Click += new System.EventHandler(this.m_btnCall_Click);
- //
- // m_lblNumber
- //
- this.m_lblNumber.BackColor = System.Drawing.SystemColors.Highlight;
- this.m_lblNumber.Font = new System.Drawing.Font("Tahoma", 22F, System.Drawing.FontStyle.Regular);
- this.m_lblNumber.ForeColor = System.Drawing.SystemColors.Info;
- this.m_lblNumber.Location = new System.Drawing.Point(12, 19);
- this.m_lblNumber.Name = "m_lblNumber";
- this.m_lblNumber.Size = new System.Drawing.Size(216, 37);
- this.m_lblNumber.TextAlign = System.Drawing.ContentAlignment.TopRight;
- //
- // MainForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
- this.ClientSize = new System.Drawing.Size(240, 268);
- this.Controls.Add(this.m_lblNumber);
- this.Controls.Add(this.m_btnBackspace);
- this.Controls.Add(this.m_btnCall);
- this.Controls.Add(this.m_btnClear);
- this.Controls.Add(this.m_btnSharp);
- this.Controls.Add(this.m_btnNum0);
- this.Controls.Add(this.m_btnStar);
- this.Controls.Add(this.m_btnNum9);
- this.Controls.Add(this.m_btnNum8);
- this.Controls.Add(this.m_btnNum7);
- this.Controls.Add(this.m_btnNum6);
- this.Controls.Add(this.m_btnNum5);
- this.Controls.Add(this.m_btnNum4);
- this.Controls.Add(this.m_btnNum3);
- this.Controls.Add(this.m_btnNum2);
- this.Controls.Add(this.m_btnNum1);
- this.Menu = this.mainMenu1;
- this.Name = "MainForm";
- this.Text = "Playing a phone call";
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Button m_btnNum1;
- private System.Windows.Forms.Button m_btnNum2;
- private System.Windows.Forms.Button m_btnNum3;
- private System.Windows.Forms.Button m_btnNum4;
- private System.Windows.Forms.Button m_btnNum5;
- private System.Windows.Forms.Button m_btnNum6;
- private System.Windows.Forms.Button m_btnNum7;
- private System.Windows.Forms.Button m_btnNum8;
- private System.Windows.Forms.Button m_btnNum9;
- private System.Windows.Forms.Button m_btnStar;
- private System.Windows.Forms.Button m_btnNum0;
- private System.Windows.Forms.Button m_btnSharp;
- private System.Windows.Forms.Button m_btnClear;
- private System.Windows.Forms.Button m_btnBackspace;
- private System.Windows.Forms.Button m_btnCall;
- private System.Windows.Forms.Label m_lblNumber;
- }
- }