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

📄 form1.designer.cs

📁 本软件是为南开大学体育部开发的,作为跆拳道比赛分组,分级别的小工具.在程序中导入Excel格式的文件,文件中是比赛运动员的相关信息.按设置场地要求自动生成比赛对阵图(word格式)和对阵表(Excel
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.FileToolStripMenuItem,
            this.toolStripMenuItem1,
            this.HelpToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(692, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.NumFieldToolStripMenuItem});
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(41, 20);
            this.toolStripMenuItem1.Text = "设置";
            // 
            // NumFieldToolStripMenuItem
            // 
            this.NumFieldToolStripMenuItem.Name = "NumFieldToolStripMenuItem";
            this.NumFieldToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
            this.NumFieldToolStripMenuItem.Text = "设置场地";
            this.NumFieldToolStripMenuItem.Click += new System.EventHandler(this.NumFieldToolStripMenuItem_Click);
            // 
            // dlgOpenFile
            // 
            this.dlgOpenFile.Filter = "Excle文件 (*.xls)|*.xls";
            this.dlgOpenFile.Title = "打开";
            // 
            // dlgSaveAsExcelFile
            // 
            this.dlgSaveAsExcelFile.Filter = "Excel文件(*.xls)|*.xls";
            // 
            // CreateWordButton
            // 
            this.CreateWordButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.CreateWordButton.Location = new System.Drawing.Point(500, 484);
            this.CreateWordButton.Name = "CreateWordButton";
            this.CreateWordButton.Size = new System.Drawing.Size(75, 23);
            this.CreateWordButton.TabIndex = 1;
            this.CreateWordButton.Text = "生成比赛图";
            this.CreateWordButton.UseVisualStyleBackColor = true;
            this.CreateWordButton.Click += new System.EventHandler(this.CreateWord_Click);
            // 
            // CreateExcelButton
            // 
            this.CreateExcelButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
            this.CreateExcelButton.Location = new System.Drawing.Point(594, 484);
            this.CreateExcelButton.Name = "CreateExcelButton";
            this.CreateExcelButton.Size = new System.Drawing.Size(74, 23);
            this.CreateExcelButton.TabIndex = 2;
            this.CreateExcelButton.Text = "生成比赛表";
            this.CreateExcelButton.UseVisualStyleBackColor = true;
            this.CreateExcelButton.Click += new System.EventHandler(this.CreateExcel_Click);
            // 
            // dlgCreateExcel
            // 
            this.dlgCreateExcel.Filter = "Excel文件(*.xls)|*.xls";
            this.dlgCreateExcel.Title = "保存";
            // 
            // axSpreadsheet
            // 
            this.axSpreadsheet.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.axSpreadsheet.DataSource = null;
            this.axSpreadsheet.Enabled = true;
            this.axSpreadsheet.Location = new System.Drawing.Point(12, 27);
            this.axSpreadsheet.Name = "axSpreadsheet";
            this.axSpreadsheet.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axSpreadsheet.OcxState")));
            this.axSpreadsheet.Size = new System.Drawing.Size(668, 430);
            this.axSpreadsheet.TabIndex = 3;
            // 
            // tB_NumField
            // 
            this.tB_NumField.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.tB_NumField.Location = new System.Drawing.Point(89, 484);
            this.tB_NumField.Name = "tB_NumField";
            this.tB_NumField.Size = new System.Drawing.Size(46, 21);
            this.tB_NumField.TabIndex = 4;
            this.tB_NumField.Text = "4";
            this.tB_NumField.TextChanged += new System.EventHandler(this.tB_NumField_TextChanged);
            // 
            // label_NumFields
            // 
            this.label_NumFields.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
            this.label_NumFields.AutoSize = true;
            this.label_NumFields.Location = new System.Drawing.Point(30, 489);
            this.label_NumFields.Name = "label_NumFields";
            this.label_NumFields.Size = new System.Drawing.Size(53, 12);
            this.label_NumFields.TabIndex = 5;
            this.label_NumFields.Text = "场地数:";
            // 
            // stateLabel
            // 
            this.stateLabel.AutoSize = true;
            this.stateLabel.Location = new System.Drawing.Point(233, 489);
            this.stateLabel.Name = "stateLabel";
            this.stateLabel.Size = new System.Drawing.Size(0, 12);
            this.stateLabel.TabIndex = 6;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(692, 519);
            this.Controls.Add(this.stateLabel);
            this.Controls.Add(this.label_NumFields);
            this.Controls.Add(this.tB_NumField);
            this.Controls.Add(this.axSpreadsheet);
            this.Controls.Add(this.CreateExcelButton);
            this.Controls.Add(this.CreateWordButton);
            this.Controls.Add(this.menuStrip1);
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.Text = "跆拳道比赛图表生成器";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.axSpreadsheet)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.ToolStripMenuItem FileToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem MenuItemNew;
        private System.Windows.Forms.ToolStripMenuItem MenuItemOpen;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
        private System.Windows.Forms.ToolStripMenuItem MenuItemSaveAs;
        private System.Windows.Forms.ToolStripMenuItem MenuItemCreate;
        private System.Windows.Forms.ToolStripMenuItem wordToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem excelToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
        private System.Windows.Forms.ToolStripMenuItem MenuItemClose;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
        private System.Windows.Forms.ToolStripMenuItem MenuItemExit;
        private System.Windows.Forms.ToolStripMenuItem HelpToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem MenuItemContent;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
        private System.Windows.Forms.ToolStripMenuItem MenuItemAbout;
        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.OpenFileDialog dlgOpenFile;
        private System.Windows.Forms.SaveFileDialog dlgSaveAsExcelFile;
      
        private System.Windows.Forms.Button CreateWordButton;
        private System.Windows.Forms.Button CreateExcelButton;
        private System.Windows.Forms.SaveFileDialog dlgCreateExcel;
        private AxOWC11.AxSpreadsheet axSpreadsheet;
        private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
        private System.Windows.Forms.ToolStripMenuItem NumFieldToolStripMenuItem;
        private System.Windows.Forms.TextBox tB_NumField;
        private System.Windows.Forms.Label label_NumFields;
        private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog;
        private System.Windows.Forms.Label stateLabel;

    }
}

⌨️ 快捷键说明

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