?? patientsearchframe.designer.cs
字號:
?namespace Youzi.GuaHaoView
{
partial class PatientSearchFrame
{
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內容。
/// </summary>
private void InitializeComponent()
{
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.Print = new System.Windows.Forms.Button();
this.SetupSetting = new System.Windows.Forms.Button();
this.PrintPriview = new System.Windows.Forms.Button();
this.butClose = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 124);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.ReadOnly = true;
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(701, 257);
this.dataGridView1.TabIndex = 0;
//
// Print
//
this.Print.BackColor = System.Drawing.SystemColors.GrayText;
this.Print.Location = new System.Drawing.Point(338, 401);
this.Print.Name = "Print";
this.Print.Size = new System.Drawing.Size(75, 23);
this.Print.TabIndex = 2;
this.Print.Text = "打印(&P)";
this.Print.UseVisualStyleBackColor = false;
this.Print.Click += new System.EventHandler(this.Print_Click);
//
// SetupSetting
//
this.SetupSetting.BackColor = System.Drawing.SystemColors.GrayText;
this.SetupSetting.Location = new System.Drawing.Point(419, 401);
this.SetupSetting.Name = "SetupSetting";
this.SetupSetting.Size = new System.Drawing.Size(88, 23);
this.SetupSetting.TabIndex = 3;
this.SetupSetting.Text = "頁面設置(&S)";
this.SetupSetting.UseVisualStyleBackColor = false;
this.SetupSetting.Click += new System.EventHandler(this.SetupSetting_Click);
//
// PrintPriview
//
this.PrintPriview.BackColor = System.Drawing.SystemColors.GrayText;
this.PrintPriview.Location = new System.Drawing.Point(513, 401);
this.PrintPriview.Name = "PrintPriview";
this.PrintPriview.Size = new System.Drawing.Size(81, 23);
this.PrintPriview.TabIndex = 4;
this.PrintPriview.Text = "打印預覽(&Y)";
this.PrintPriview.UseVisualStyleBackColor = false;
this.PrintPriview.Click += new System.EventHandler(this.PrintPriview_Click);
//
// butClose
//
this.butClose.BackColor = System.Drawing.SystemColors.GrayText;
this.butClose.Location = new System.Drawing.Point(600, 401);
this.butClose.Name = "butClose";
this.butClose.Size = new System.Drawing.Size(75, 23);
this.butClose.TabIndex = 5;
this.butClose.Text = "關閉(&C)";
this.butClose.UseVisualStyleBackColor = false;
this.butClose.Click += new System.EventHandler(this.Close_Click);
//
// panel1
//
this.panel1.BackgroundImage = global::Youzi.Properties.Resources._55;
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(701, 124);
this.panel1.TabIndex = 1;
//
// PatientSearchFrame
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Wheat;
this.ClientSize = new System.Drawing.Size(701, 439);
this.Controls.Add(this.butClose);
this.Controls.Add(this.PrintPriview);
this.Controls.Add(this.SetupSetting);
this.Controls.Add(this.Print);
this.Controls.Add(this.panel1);
this.Controls.Add(this.dataGridView1);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "PatientSearchFrame";
this.Text = "今日病人信息查詢";
this.Load += new System.EventHandler(this.PatientSearchFrame_Load);
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Button Print;
private System.Windows.Forms.Button SetupSetting;
private System.Windows.Forms.Button PrintPriview;
private System.Windows.Forms.Button butClose;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -