?? editdrugform.designer.cs
字號:
?namespace HPIResource.CDrug
{
partial class EditCDrugForm
{
/// <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.dw_cdrug_contrl = new Sybase.DataWindow.DataWindowControl();
this.btn_save = new System.Windows.Forms.Button();
this.btn_cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// dw_cdrug_contrl
//
this.dw_cdrug_contrl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dw_cdrug_contrl.DataWindowObject = "";
this.dw_cdrug_contrl.LibraryList = "";
this.dw_cdrug_contrl.Location = new System.Drawing.Point(12, 12);
this.dw_cdrug_contrl.Name = "dw_CDrug_contrl";
this.dw_cdrug_contrl.Size = new System.Drawing.Size(578, 297);
this.dw_cdrug_contrl.TabIndex = 0;
this.dw_cdrug_contrl.Text = "dataWindowControl1";
//
// btn_save
//
this.btn_save.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_save.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_save.Location = new System.Drawing.Point(184, 317);
this.btn_save.Name = "btn_save";
this.btn_save.Size = new System.Drawing.Size(90, 38);
this.btn_save.TabIndex = 1;
this.btn_save.Text = "保存";
this.btn_save.UseVisualStyleBackColor = true;
this.btn_save.Click += new System.EventHandler(this.btn_save_Click);
//
// btn_cancel
//
this.btn_cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
this.btn_cancel.Font = new System.Drawing.Font("楷體_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btn_cancel.Location = new System.Drawing.Point(314, 317);
this.btn_cancel.Name = "btn_cancel";
this.btn_cancel.Size = new System.Drawing.Size(92, 38);
this.btn_cancel.TabIndex = 2;
this.btn_cancel.Text = "取消";
this.btn_cancel.UseVisualStyleBackColor = true;
this.btn_cancel.Click += new System.EventHandler(this.btn_cancel_Click);
//
// EditCDrugForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(602, 367);
this.ControlBox = false;
this.Controls.Add(this.btn_cancel);
this.Controls.Add(this.btn_save);
this.Controls.Add(this.dw_cdrug_contrl);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "EditCDrugForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "編輯";
this.Load += new System.EventHandler(this.EditCDrugForm_Load);
this.ResumeLayout(false);
}
#endregion
private Sybase.DataWindow.DataWindowControl dw_cdrug_contrl;
private System.Windows.Forms.Button btn_save;
private System.Windows.Forms.Button btn_cancel;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -