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

📄 cw_yuepiao.designer.cs

📁 此系统开发了一个公交车管理系统。系统根据权限的不同
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace CarManage
{
    partial class CW_Yuepiao
    {
        /// <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.tabControl7 = new System.Windows.Forms.TabControl();
            this.tabPage23 = new System.Windows.Forms.TabPage();
            this.splitContainer8 = new System.Windows.Forms.SplitContainer();
            this.groupBox11 = new System.Windows.Forms.GroupBox();
            this.text_ticketMoney = new System.Windows.Forms.MaskedTextBox();
            this.text_ticketCount = new System.Windows.Forms.MaskedTextBox();
            this.text_ticketAver = new System.Windows.Forms.MaskedTextBox();
            this.text_ticketKinds = new System.Windows.Forms.ComboBox();
            this.text_ticketRemark = new System.Windows.Forms.TextBox();
            this.label35 = new System.Windows.Forms.Label();
            this.label34 = new System.Windows.Forms.Label();
            this.label33 = new System.Windows.Forms.Label();
            this.btnticketAdd = new System.Windows.Forms.Button();
            this.label32 = new System.Windows.Forms.Label();
            this.label31 = new System.Windows.Forms.Label();
            this.label30 = new System.Windows.Forms.Label();
            this.label29 = new System.Windows.Forms.Label();
            this.label28 = new System.Windows.Forms.Label();
            this.label27 = new System.Windows.Forms.Label();
            this.text_ticketName = new System.Windows.Forms.MaskedTextBox();
            this.button1 = new System.Windows.Forms.Button();
            this.groupBox12 = new System.Windows.Forms.GroupBox();
            this.GridViewticket = new System.Windows.Forms.DataGridView();
            this.tabPage24 = new System.Windows.Forms.TabPage();
            this.splitContainer16 = new System.Windows.Forms.SplitContainer();
            this.groupBox29 = new System.Windows.Forms.GroupBox();
            this.GridViewticketResult = new System.Windows.Forms.DataGridView();
            this.groupBox30 = new System.Windows.Forms.GroupBox();
            this.text_ticketCheckKinds = new System.Windows.Forms.ComboBox();
            this.label79 = new System.Windows.Forms.Label();
            this.label81 = new System.Windows.Forms.Label();
            this.text_ticketCheckName = new System.Windows.Forms.MaskedTextBox();
            this.btnCheck = new System.Windows.Forms.Button();
            this.btnClear = new System.Windows.Forms.Button();
            this.label77 = new System.Windows.Forms.Label();
            this.label78 = new System.Windows.Forms.Label();
            this.label19 = new System.Windows.Forms.Label();
            this.tabControl7.SuspendLayout();
            this.tabPage23.SuspendLayout();
            this.splitContainer8.Panel1.SuspendLayout();
            this.splitContainer8.Panel2.SuspendLayout();
            this.splitContainer8.SuspendLayout();
            this.groupBox11.SuspendLayout();
            this.groupBox12.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewticket)).BeginInit();
            this.tabPage24.SuspendLayout();
            this.splitContainer16.Panel1.SuspendLayout();
            this.splitContainer16.Panel2.SuspendLayout();
            this.splitContainer16.SuspendLayout();
            this.groupBox29.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.GridViewticketResult)).BeginInit();
            this.groupBox30.SuspendLayout();
            this.SuspendLayout();
            // 
            // tabControl7
            // 
            this.tabControl7.Controls.Add(this.tabPage23);
            this.tabControl7.Controls.Add(this.tabPage24);
            this.tabControl7.Location = new System.Drawing.Point(1, 9);
            this.tabControl7.Name = "tabControl7";
            this.tabControl7.SelectedIndex = 0;
            this.tabControl7.Size = new System.Drawing.Size(760, 374);
            this.tabControl7.TabIndex = 2;
            // 
            // tabPage23
            // 
            this.tabPage23.Controls.Add(this.splitContainer8);
            this.tabPage23.Location = new System.Drawing.Point(4, 21);
            this.tabPage23.Name = "tabPage23";
            this.tabPage23.Padding = new System.Windows.Forms.Padding(3);
            this.tabPage23.Size = new System.Drawing.Size(752, 349);
            this.tabPage23.TabIndex = 0;
            this.tabPage23.Text = "月票管理";
            this.tabPage23.UseVisualStyleBackColor = true;
            // 
            // splitContainer8
            // 
            this.splitContainer8.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer8.Location = new System.Drawing.Point(3, 3);
            this.splitContainer8.Name = "splitContainer8";
            // 
            // splitContainer8.Panel1
            // 
            this.splitContainer8.Panel1.Controls.Add(this.groupBox11);
            // 
            // splitContainer8.Panel2
            // 
            this.splitContainer8.Panel2.Controls.Add(this.groupBox12);
            this.splitContainer8.Size = new System.Drawing.Size(746, 343);
            this.splitContainer8.SplitterDistance = 245;
            this.splitContainer8.TabIndex = 1;
            // 
            // groupBox11
            // 
            this.groupBox11.Controls.Add(this.text_ticketMoney);
            this.groupBox11.Controls.Add(this.text_ticketCount);
            this.groupBox11.Controls.Add(this.text_ticketAver);
            this.groupBox11.Controls.Add(this.text_ticketKinds);
            this.groupBox11.Controls.Add(this.text_ticketRemark);
            this.groupBox11.Controls.Add(this.label35);
            this.groupBox11.Controls.Add(this.label34);
            this.groupBox11.Controls.Add(this.label33);
            this.groupBox11.Controls.Add(this.btnticketAdd);
            this.groupBox11.Controls.Add(this.label32);
            this.groupBox11.Controls.Add(this.label31);
            this.groupBox11.Controls.Add(this.label30);
            this.groupBox11.Controls.Add(this.label29);
            this.groupBox11.Controls.Add(this.label28);
            this.groupBox11.Controls.Add(this.label27);
            this.groupBox11.Controls.Add(this.text_ticketName);
            this.groupBox11.Controls.Add(this.button1);
            this.groupBox11.Location = new System.Drawing.Point(7, 3);
            this.groupBox11.Name = "groupBox11";
            this.groupBox11.Size = new System.Drawing.Size(218, 305);
            this.groupBox11.TabIndex = 0;
            this.groupBox11.TabStop = false;
            this.groupBox11.Text = "月票录入";
            // 
            // text_ticketMoney
            // 
            this.text_ticketMoney.Location = new System.Drawing.Point(88, 159);
            this.text_ticketMoney.Name = "text_ticketMoney";
            this.text_ticketMoney.Size = new System.Drawing.Size(84, 21);
            this.text_ticketMoney.TabIndex = 40;
            // 
            // text_ticketCount
            // 
            this.text_ticketCount.Location = new System.Drawing.Point(88, 132);
            this.text_ticketCount.Name = "text_ticketCount";
            this.text_ticketCount.Size = new System.Drawing.Size(84, 21);
            this.text_ticketCount.TabIndex = 39;
            // 
            // text_ticketAver
            // 
            this.text_ticketAver.Location = new System.Drawing.Point(88, 79);
            this.text_ticketAver.Name = "text_ticketAver";
            this.text_ticketAver.Size = new System.Drawing.Size(84, 21);
            this.text_ticketAver.TabIndex = 38;
            // 
            // text_ticketKinds
            // 
            this.text_ticketKinds.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.text_ticketKinds.FormattingEnabled = true;
            this.text_ticketKinds.Items.AddRange(new object[] {
            "成人",
            "学生"});
            this.text_ticketKinds.Location = new System.Drawing.Point(88, 106);
            this.text_ticketKinds.Name = "text_ticketKinds";
            this.text_ticketKinds.Size = new System.Drawing.Size(84, 20);
            this.text_ticketKinds.TabIndex = 37;
            // 
            // text_ticketRemark
            // 
            this.text_ticketRemark.Location = new System.Drawing.Point(88, 186);
            this.text_ticketRemark.Multiline = true;
            this.text_ticketRemark.Name = "text_ticketRemark";
            this.text_ticketRemark.Size = new System.Drawing.Size(111, 56);
            this.text_ticketRemark.TabIndex = 36;
            // 
            // label35
            // 
            this.label35.AutoSize = true;
            this.label35.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label35.Location = new System.Drawing.Point(178, 160);
            this.label35.Name = "label35";
            this.label35.Size = new System.Drawing.Size(21, 14);
            this.label35.TabIndex = 35;
            this.label35.Text = "元";
            // 
            // label34
            // 
            this.label34.AutoSize = true;
            this.label34.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label34.Location = new System.Drawing.Point(178, 133);
            this.label34.Name = "label34";
            this.label34.Size = new System.Drawing.Size(21, 14);
            this.label34.TabIndex = 34;
            this.label34.Text = "个";
            // 
            // label33
            // 
            this.label33.AutoSize = true;
            this.label33.Font = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label33.Location = new System.Drawing.Point(178, 86);
            this.label33.Name = "label33";
            this.label33.Size = new System.Drawing.Size(21, 14);
            this.label33.TabIndex = 33;
            this.label33.Text = "元";
            // 
            // btnticketAdd
            // 
            this.btnticketAdd.Location = new System.Drawing.Point(31, 248);
            this.btnticketAdd.Name = "btnticketAdd";
            this.btnticketAdd.Size = new System.Drawing.Size(74, 23);
            this.btnticketAdd.TabIndex = 31;
            this.btnticketAdd.Text = "增加";
            this.btnticketAdd.UseVisualStyleBackColor = true;
            this.btnticketAdd.Click += new System.EventHandler(this.btnticketAdd_Click);
            // 
            // label32
            // 
            this.label32.AutoSize = true;
            this.label32.Location = new System.Drawing.Point(29, 186);
            this.label32.Name = "label32";
            this.label32.Size = new System.Drawing.Size(53, 12);
            this.label32.TabIndex = 32;
            this.label32.Text = "备    注";
            // 
            // label31
            // 
            this.label31.AutoSize = true;
            this.label31.Location = new System.Drawing.Point(29, 159);
            this.label31.Name = "label31";
            this.label31.Size = new System.Drawing.Size(53, 12);
            this.label31.TabIndex = 30;
            this.label31.Text = "总 金 额";
            // 
            // label30
            // 
            this.label30.AutoSize = true;
            this.label30.Location = new System.Drawing.Point(29, 132);
            this.label30.Name = "label30";
            this.label30.Size = new System.Drawing.Size(53, 12);
            this.label30.TabIndex = 29;
            this.label30.Text = "车票数量";
            // 
            // label29
            // 
            this.label29.AutoSize = true;
            this.label29.Location = new System.Drawing.Point(29, 106);
            this.label29.Name = "label29";
            this.label29.Size = new System.Drawing.Size(53, 12);
            this.label29.TabIndex = 28;
            this.label29.Text = "车票种类";
            // 
            // label28
            // 
            this.label28.AutoSize = true;
            this.label28.Location = new System.Drawing.Point(29, 82);

⌨️ 快捷键说明

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