EditForm.Designer.cs
上传用户:linger1010
上传日期:2008-12-08
资源大小:561k
文件大小:7k
- namespace DealWithScreenOrientation
- {
- partial class EditForm
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- private System.Windows.Forms.MainMenu m_mainMenu;
- /// <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)
- {
- m_inputPanel.Dispose();
- 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.m_mainMenu = new System.Windows.Forms.MainMenu();
- this.m_mnuSave = new System.Windows.Forms.MenuItem();
- this.m_mnuCancel = new System.Windows.Forms.MenuItem();
- this.m_lblISBN = new System.Windows.Forms.Label();
- this.m_txtISBN = new System.Windows.Forms.TextBox();
- this.m_lblTitle = new System.Windows.Forms.Label();
- this.m_txtTitle = new System.Windows.Forms.TextBox();
- this.m_lblAuthor = new System.Windows.Forms.Label();
- this.m_txtAuthor = new System.Windows.Forms.TextBox();
- this.m_lblPublisher = new System.Windows.Forms.Label();
- this.m_txtPublisher = new System.Windows.Forms.TextBox();
- this.m_lblPrice = new System.Windows.Forms.Label();
- this.m_txtPrice = new System.Windows.Forms.TextBox();
- this.m_inputPanel = new Microsoft.WindowsCE.Forms.InputPanel();
- this.m_btnOpenInputMethod = new System.Windows.Forms.CheckBox();
- this.m_pnlContainer = new System.Windows.Forms.Panel();
- this.m_pnlContainer.SuspendLayout();
- this.SuspendLayout();
- //
- // m_mainMenu
- //
- this.m_mainMenu.MenuItems.Add(this.m_mnuSave);
- this.m_mainMenu.MenuItems.Add(this.m_mnuCancel);
- //
- // m_mnuSave
- //
- this.m_mnuSave.Text = "Save";
- this.m_mnuSave.Click += new System.EventHandler(this.m_mnuSave_Click);
- //
- // m_mnuCancel
- //
- this.m_mnuCancel.Text = "Cancel";
- this.m_mnuCancel.Click += new System.EventHandler(this.m_mnuCancel_Click);
- //
- // m_lblISBN
- //
- this.m_lblISBN.Location = new System.Drawing.Point(8, 9);
- this.m_lblISBN.Name = "m_lblISBN";
- this.m_lblISBN.Size = new System.Drawing.Size(62, 13);
- this.m_lblISBN.Text = "ISBN:";
- //
- // m_txtISBN
- //
- this.m_txtISBN.Location = new System.Drawing.Point(58, 9);
- this.m_txtISBN.Name = "m_txtISBN";
- this.m_txtISBN.Size = new System.Drawing.Size(203, 21);
- this.m_txtISBN.TabIndex = 1;
- //
- // m_lblTitle
- //
- this.m_lblTitle.Location = new System.Drawing.Point(8, 49);
- this.m_lblTitle.Name = "m_lblTitle";
- this.m_lblTitle.Size = new System.Drawing.Size(62, 13);
- this.m_lblTitle.Text = "Title:";
- //
- // m_txtTitle
- //
- this.m_txtTitle.Location = new System.Drawing.Point(58, 41);
- this.m_txtTitle.Name = "m_txtTitle";
- this.m_txtTitle.Size = new System.Drawing.Size(203, 21);
- this.m_txtTitle.TabIndex = 3;
- //
- // m_lblAuthor
- //
- this.m_lblAuthor.Location = new System.Drawing.Point(8, 89);
- this.m_lblAuthor.Name = "m_lblAuthor";
- this.m_lblAuthor.Size = new System.Drawing.Size(62, 13);
- this.m_lblAuthor.Text = "Author:";
- //
- // m_txtAuthor
- //
- this.m_txtAuthor.Location = new System.Drawing.Point(58, 89);
- this.m_txtAuthor.Name = "m_txtAuthor";
- this.m_txtAuthor.Size = new System.Drawing.Size(203, 21);
- this.m_txtAuthor.TabIndex = 5;
- //
- // m_lblPublisher
- //
- this.m_lblPublisher.Location = new System.Drawing.Point(8, 129);
- this.m_lblPublisher.Name = "m_lblPublisher";
- this.m_lblPublisher.Size = new System.Drawing.Size(62, 13);
- this.m_lblPublisher.Text = "Publisher:";
- //
- // m_txtPublisher
- //
- this.m_txtPublisher.Location = new System.Drawing.Point(8, 145);
- this.m_txtPublisher.Name = "m_txtPublisher";
- this.m_txtPublisher.Size = new System.Drawing.Size(203, 21);
- this.m_txtPublisher.TabIndex = 7;
- //
- // m_lblPrice
- //
- this.m_lblPrice.Location = new System.Drawing.Point(8, 169);
- this.m_lblPrice.Name = "m_lblPrice";
- this.m_lblPrice.Size = new System.Drawing.Size(62, 13);
- this.m_lblPrice.Text = "Price:";
- //
- // m_txtPrice
- //
- this.m_txtPrice.Location = new System.Drawing.Point(8, 185);
- this.m_txtPrice.Name = "m_txtPrice";
- this.m_txtPrice.Size = new System.Drawing.Size(203, 21);
- this.m_txtPrice.TabIndex = 9;
- //
- // m_inputPanel
- //
- this.m_inputPanel.EnabledChanged += new System.EventHandler(this.m_inputPanel_EnabledChanged);
- //
- // m_btnOpenInputMethod
- //
- this.m_btnOpenInputMethod.Location = new System.Drawing.Point(72, 212);
- this.m_btnOpenInputMethod.Name = "m_btnOpenInputMethod";
- this.m_btnOpenInputMethod.Size = new System.Drawing.Size(139, 20);
- this.m_btnOpenInputMethod.TabIndex = 15;
- this.m_btnOpenInputMethod.Text = "Open Input Method";
- this.m_btnOpenInputMethod.CheckStateChanged += new System.EventHandler(this.m_btnOpenInputMethod_CheckStateChanged);
- //
- // m_pnlContainer
- //
- this.m_pnlContainer.AutoScroll = true;
- this.m_pnlContainer.Controls.Add(this.m_btnOpenInputMethod);
- this.m_pnlContainer.Controls.Add(this.m_lblISBN);
- this.m_pnlContainer.Controls.Add(this.m_txtPrice);
- this.m_pnlContainer.Controls.Add(this.m_txtISBN);
- this.m_pnlContainer.Controls.Add(this.m_lblPrice);
- this.m_pnlContainer.Controls.Add(this.m_lblTitle);
- this.m_pnlContainer.Controls.Add(this.m_txtPublisher);
- this.m_pnlContainer.Controls.Add(this.m_txtTitle);
- this.m_pnlContainer.Controls.Add(this.m_lblPublisher);
- this.m_pnlContainer.Controls.Add(this.m_lblAuthor);
- this.m_pnlContainer.Controls.Add(this.m_txtAuthor);
- this.m_pnlContainer.Location = new System.Drawing.Point(0, 0);
- this.m_pnlContainer.Name = "m_pnlContainer";
- this.m_pnlContainer.Size = new System.Drawing.Size(341, 285);
- //
- // EditForm
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
- this.AutoScroll = true;
- this.ClientSize = new System.Drawing.Size(240, 268);
- this.Controls.Add(this.m_pnlContainer);
- this.Menu = this.m_mainMenu;
- this.Name = "EditForm";
- this.Text = "Edit";
- this.Resize += new System.EventHandler(this.EditForm_Resize);
- this.m_pnlContainer.ResumeLayout(false);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Label m_lblISBN;
- private System.Windows.Forms.TextBox m_txtISBN;
- private System.Windows.Forms.Label m_lblTitle;
- private System.Windows.Forms.TextBox m_txtTitle;
- private System.Windows.Forms.Label m_lblAuthor;
- private System.Windows.Forms.TextBox m_txtAuthor;
- private System.Windows.Forms.Label m_lblPublisher;
- private System.Windows.Forms.TextBox m_txtPublisher;
- private System.Windows.Forms.Label m_lblPrice;
- private System.Windows.Forms.TextBox m_txtPrice;
- private System.Windows.Forms.MenuItem m_mnuSave;
- private System.Windows.Forms.MenuItem m_mnuCancel;
- private Microsoft.WindowsCE.Forms.InputPanel m_inputPanel;
- private System.Windows.Forms.CheckBox m_btnOpenInputMethod;
- private System.Windows.Forms.Panel m_pnlContainer;
- }
- }