⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 setcurrentinvnoform.designer.cs

📁 .net 开发的基础框架
💻 CS
字号:
namespace HPIResource.ShouFei
{
    partial class SetCurrentInvNoForm
    {
        /// <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.rb_M = new System.Windows.Forms.RadioButton();
            this.rb_Z = new System.Windows.Forms.RadioButton();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.tb_CurrentNo = new System.Windows.Forms.TextBox();
            this.tb_NewNo = new System.Windows.Forms.TextBox();
            this.btn_Setup = new System.Windows.Forms.Button();
            this.btn_Cancel = new System.Windows.Forms.Button();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // rb_M
            // 
            this.rb_M.AutoSize = true;
            this.rb_M.Checked = true;
            this.rb_M.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rb_M.Location = new System.Drawing.Point(30, 29);
            this.rb_M.Name = "rb_M";
            this.rb_M.Size = new System.Drawing.Size(90, 20);
            this.rb_M.TabIndex = 0;
            this.rb_M.TabStop = true;
            this.rb_M.Text = "门诊发票";
            this.rb_M.UseVisualStyleBackColor = true;
            // 
            // rb_Z
            // 
            this.rb_Z.AutoSize = true;
            this.rb_Z.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rb_Z.Location = new System.Drawing.Point(145, 29);
            this.rb_Z.Name = "rb_Z";
            this.rb_Z.Size = new System.Drawing.Size(90, 20);
            this.rb_Z.TabIndex = 1;
            this.rb_Z.Text = "住院发票";
            this.rb_Z.UseVisualStyleBackColor = true;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.tb_NewNo);
            this.groupBox1.Controls.Add(this.tb_CurrentNo);
            this.groupBox1.Controls.Add(this.label2);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Location = new System.Drawing.Point(30, 55);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(446, 121);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label1.Location = new System.Drawing.Point(21, 30);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(152, 16);
            this.label1.TabIndex = 0;
            this.label1.Text = "系统中当前发票编号";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Font = new System.Drawing.Font("楷体_GB2312", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label2.Location = new System.Drawing.Point(21, 75);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(136, 16);
            this.label2.TabIndex = 1;
            this.label2.Text = "拟设定的发票编号";
            // 
            // tb_CurrentNo
            // 
            this.tb_CurrentNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(192)))));
            this.tb_CurrentNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tb_CurrentNo.Location = new System.Drawing.Point(219, 21);
            this.tb_CurrentNo.Name = "tb_CurrentNo";
            this.tb_CurrentNo.ReadOnly = true;
            this.tb_CurrentNo.Size = new System.Drawing.Size(153, 26);
            this.tb_CurrentNo.TabIndex = 2;
            // 
            // tb_NewNo
            // 
            this.tb_NewNo.Font = new System.Drawing.Font("宋体", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.tb_NewNo.Location = new System.Drawing.Point(219, 69);
            this.tb_NewNo.Name = "tb_NewNo";
            this.tb_NewNo.Size = new System.Drawing.Size(153, 26);
            this.tb_NewNo.TabIndex = 3;
            // 
            // btn_Setup
            // 
            this.btn_Setup.Location = new System.Drawing.Point(128, 202);
            this.btn_Setup.Name = "btn_Setup";
            this.btn_Setup.Size = new System.Drawing.Size(107, 45);
            this.btn_Setup.TabIndex = 3;
            this.btn_Setup.Text = "设定";
            this.btn_Setup.UseVisualStyleBackColor = true;
            this.btn_Setup.Click += new System.EventHandler(this.btn_Setup_Click);
            // 
            // btn_Cancel
            // 
            this.btn_Cancel.Location = new System.Drawing.Point(249, 202);
            this.btn_Cancel.Name = "btn_Cancel";
            this.btn_Cancel.Size = new System.Drawing.Size(107, 45);
            this.btn_Cancel.TabIndex = 4;
            this.btn_Cancel.Text = "取消";
            this.btn_Cancel.UseVisualStyleBackColor = true;
            this.btn_Cancel.Click += new System.EventHandler(this.btn_Cancel_Click);
            // 
            // SetCurrentInvNoForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(509, 265);
            this.ControlBox = false;
            this.Controls.Add(this.btn_Cancel);
            this.Controls.Add(this.btn_Setup);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.rb_Z);
            this.Controls.Add(this.rb_M);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.Name = "SetCurrentInvNoForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "SetCurrentInvNoForm";
            this.Load += new System.EventHandler(this.SetCurrentInvNoForm_Load);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.RadioButton rb_M;
        private System.Windows.Forms.RadioButton rb_Z;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.TextBox tb_NewNo;
        private System.Windows.Forms.TextBox tb_CurrentNo;
        private System.Windows.Forms.Button btn_Setup;
        private System.Windows.Forms.Button btn_Cancel;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -