StableVersion4.3/HL_FristAidPlatform_Base/Form_PhoneBook.Designer.cs

129 lines
6.0 KiB
C#

namespace HL_FristAidPlatform_Base
{
partial class Form_PhoneBook
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_PhoneBook));
this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
this.txt_OfficeName = new DevExpress.XtraEditors.TextEdit();
this.txt_TelephoneNumber = new DevExpress.XtraEditors.TextEdit();
this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.txt_OfficeName.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TelephoneNumber.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// labelControl1
//
this.labelControl1.Location = new System.Drawing.Point(37, 38);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new System.Drawing.Size(60, 14);
this.labelControl1.TabIndex = 0;
this.labelControl1.Text = "办公室名称";
//
// txt_OfficeName
//
this.txt_OfficeName.Location = new System.Drawing.Point(117, 35);
this.txt_OfficeName.Name = "txt_OfficeName";
this.txt_OfficeName.Size = new System.Drawing.Size(186, 20);
this.txt_OfficeName.TabIndex = 1;
//
// txt_TelephoneNumber
//
this.txt_TelephoneNumber.Location = new System.Drawing.Point(117, 72);
this.txt_TelephoneNumber.Name = "txt_TelephoneNumber";
this.txt_TelephoneNumber.Size = new System.Drawing.Size(186, 20);
this.txt_TelephoneNumber.TabIndex = 3;
//
// labelControl2
//
this.labelControl2.Location = new System.Drawing.Point(37, 75);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new System.Drawing.Size(60, 14);
this.labelControl2.TabIndex = 2;
this.labelControl2.Text = "办公室电话";
//
// simpleButton1
//
this.simpleButton1.Location = new System.Drawing.Point(147, 102);
this.simpleButton1.Name = "simpleButton1";
this.simpleButton1.Size = new System.Drawing.Size(75, 23);
this.simpleButton1.TabIndex = 4;
this.simpleButton1.Text = "保存";
this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
//
// pictureBox1
//
this.pictureBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(312, 0);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(41, 33);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
//
// Form_PhoneBook
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(351, 133);
this.ControlBox = false;
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.simpleButton1);
this.Controls.Add(this.txt_TelephoneNumber);
this.Controls.Add(this.labelControl2);
this.Controls.Add(this.txt_OfficeName);
this.Controls.Add(this.labelControl1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Form_PhoneBook";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Load += new System.EventHandler(this.Form_PhoneBook_Load);
((System.ComponentModel.ISupportInitialize)(this.txt_OfficeName.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.txt_TelephoneNumber.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private DevExpress.XtraEditors.LabelControl labelControl1;
private DevExpress.XtraEditors.TextEdit txt_OfficeName;
private DevExpress.XtraEditors.TextEdit txt_TelephoneNumber;
private DevExpress.XtraEditors.LabelControl labelControl2;
private DevExpress.XtraEditors.SimpleButton simpleButton1;
private System.Windows.Forms.PictureBox pictureBox1;
}
}