📄 info.designer.cs
字号:
namespace SISS.YiBaoBan
{
partial class Info
{
/// <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.bt_sure = new System.Windows.Forms.Button();
this.bt_cancel = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.dw_icinfo = new Sybase.DataWindow.DataWindowControl();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.dw_prech = new Sybase.DataWindow.DataWindowControl();
this.groupBox1.SuspendLayout();
this.groupBox2.SuspendLayout();
this.SuspendLayout();
//
// bt_sure
//
this.bt_sure.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.bt_sure.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_sure.Location = new System.Drawing.Point(242, 448);
this.bt_sure.Name = "bt_sure";
this.bt_sure.Size = new System.Drawing.Size(97, 35);
this.bt_sure.TabIndex = 3;
this.bt_sure.Text = "确定";
this.bt_sure.UseVisualStyleBackColor = true;
this.bt_sure.Click += new System.EventHandler(this.bt_sure_Click);
//
// bt_cancel
//
this.bt_cancel.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.bt_cancel.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.bt_cancel.Location = new System.Drawing.Point(438, 446);
this.bt_cancel.Name = "bt_cancel";
this.bt_cancel.Size = new System.Drawing.Size(89, 37);
this.bt_cancel.TabIndex = 4;
this.bt_cancel.Text = "取消";
this.bt_cancel.UseVisualStyleBackColor = true;
this.bt_cancel.Click += new System.EventHandler(this.bt_cancel_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.dw_icinfo);
this.groupBox1.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(791, 236);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "医保信息";
//
// dw_icinfo
//
this.dw_icinfo.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_icinfo.DataWindowObject = "";
this.dw_icinfo.LibraryList = "";
this.dw_icinfo.Location = new System.Drawing.Point(6, 25);
this.dw_icinfo.Name = "dw_icinfo";
this.dw_icinfo.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dw_icinfo.Size = new System.Drawing.Size(779, 203);
this.dw_icinfo.TabIndex = 3;
this.dw_icinfo.Text = "dataWindowControl1";
this.dw_icinfo.RowFocusChanged += new Sybase.DataWindow.RowFocusChangedEventHandler(this.dw_icinfo_RowFocusChanged);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.dw_prech);
this.groupBox2.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox2.Location = new System.Drawing.Point(12, 254);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(791, 172);
this.groupBox2.TabIndex = 7;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "交易记录";
//
// dw_prech
//
this.dw_prech.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_prech.DataWindowObject = "";
this.dw_prech.LibraryList = "";
this.dw_prech.Location = new System.Drawing.Point(6, 25);
this.dw_prech.Name = "dw_prech";
this.dw_prech.ScrollBars = Sybase.DataWindow.DataWindowScrollBars.Both;
this.dw_prech.Size = new System.Drawing.Size(779, 141);
this.dw_prech.TabIndex = 4;
this.dw_prech.Text = "dataWindowControl1";
this.dw_prech.RowFocusChanged += new Sybase.DataWindow.RowFocusChangedEventHandler(this.dw_prech_RowFocusChanged);
//
// Info
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.ClientSize = new System.Drawing.Size(815, 495);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.bt_cancel);
this.Controls.Add(this.bt_sure);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "Info";
this.RightToLeftLayout = true;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "信息";
this.Load += new System.EventHandler(this.Info_Load);
this.groupBox1.ResumeLayout(false);
this.groupBox2.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button bt_sure;
private System.Windows.Forms.Button bt_cancel;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.GroupBox groupBox2;
private Sybase.DataWindow.DataWindowControl dw_icinfo;
private Sybase.DataWindow.DataWindowControl dw_prech;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -