From 98ffd76b42337f3455982adbf384d648f8fef8bd Mon Sep 17 00:00:00 2001 From: yangle <admin@YINMOU> Date: 星期四, 21 四月 2022 21:08:20 +0800 Subject: [PATCH] 1 --- PlanM/数据导入/Gy_StdWorkTimes_RoutingBill.Designer.cs | 179 +++++++++++++++++++++++++++++++++++++++++++++++++++++++---- 1 files changed, 167 insertions(+), 12 deletions(-) diff --git "a/PlanM/\346\225\260\346\215\256\345\257\274\345\205\245/Gy_StdWorkTimes_RoutingBill.Designer.cs" "b/PlanM/\346\225\260\346\215\256\345\257\274\345\205\245/Gy_StdWorkTimes_RoutingBill.Designer.cs" index 0094fff..3eea509 100644 --- "a/PlanM/\346\225\260\346\215\256\345\257\274\345\205\245/Gy_StdWorkTimes_RoutingBill.Designer.cs" +++ "b/PlanM/\346\225\260\346\215\256\345\257\274\345\205\245/Gy_StdWorkTimes_RoutingBill.Designer.cs" @@ -1,17 +1,16 @@ -锘� -namespace PlanM.鏁版嵁瀵煎叆 +namespace PlanM { partial class Gy_StdWorkTimes_RoutingBill { /// <summary> - /// Required designer variable. + /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> - /// Clean up any resources being used. + /// 清理所有正在使用的资源。 /// </summary> - /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) @@ -21,27 +20,183 @@ base.Dispose(disposing); } - #region Windows Form Designer generated code + #region Windows 窗体设计器生成的代码 /// <summary> - /// Required method for Designer support - do not modify - /// the contents of this method with the code editor. + /// 设计器支持所需的方法 - 不要 + /// 使用代码编辑器修改此方法的内容。 /// </summary> private void InitializeComponent() { + this.label1 = new System.Windows.Forms.Label(); + this.cmbHYear = new System.Windows.Forms.ComboBox(); + this.cmbHPeriod = new System.Windows.Forms.ComboBox(); + this.label2 = new System.Windows.Forms.Label(); + this.checkadd = new System.Windows.Forms.CheckBox(); + this.txtHSheetName = new System.Windows.Forms.TextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.pPic.SuspendLayout(); + this.panel1.SuspendLayout(); this.SuspendLayout(); + // + // pPic + // + this.pPic.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); + this.pPic.Size = new System.Drawing.Size(1544, 56); + // + // panel1 + // + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.txtHSheetName); + this.panel1.Controls.Add(this.checkadd); + this.panel1.Controls.Add(this.cmbHPeriod); + this.panel1.Controls.Add(this.label2); + this.panel1.Controls.Add(this.cmbHYear); + this.panel1.Controls.Add(this.label1); + this.panel1.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); + this.panel1.Size = new System.Drawing.Size(1544, 52); + this.panel1.Controls.SetChildIndex(this.cmdHPath, 0); + this.panel1.Controls.SetChildIndex(this.label4, 0); + this.panel1.Controls.SetChildIndex(this.txtHPath, 0); + this.panel1.Controls.SetChildIndex(this.label1, 0); + this.panel1.Controls.SetChildIndex(this.cmbHYear, 0); + this.panel1.Controls.SetChildIndex(this.label2, 0); + this.panel1.Controls.SetChildIndex(this.cmbHPeriod, 0); + this.panel1.Controls.SetChildIndex(this.checkadd, 0); + this.panel1.Controls.SetChildIndex(this.txtHSheetName, 0); + this.panel1.Controls.SetChildIndex(this.label3, 0); + // + // lblCaption + // + this.lblCaption.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + this.lblCaption.Size = new System.Drawing.Size(160, 24); + this.lblCaption.Text = "数据导入模块"; + // + // cmdHPath + // + this.cmdHPath.Location = new System.Drawing.Point(1043, 9); + this.cmdHPath.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); + // + // txtHPath + // + this.txtHPath.Location = new System.Drawing.Point(615, 4); + this.txtHPath.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); + this.txtHPath.Size = new System.Drawing.Size(419, 39); + // + // label4 + // + this.label4.Location = new System.Drawing.Point(520, 15); + this.label4.Margin = new System.Windows.Forms.Padding(5, 0, 5, 0); + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Location = new System.Drawing.Point(35, 11); + this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(67, 15); + this.label1.TabIndex = 104; + this.label1.Text = "会计年:"; + // + // cmbHYear + // + this.cmbHYear.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cmbHYear.FormattingEnabled = true; + this.cmbHYear.Location = new System.Drawing.Point(112, 10); + this.cmbHYear.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cmbHYear.Name = "cmbHYear"; + this.cmbHYear.Size = new System.Drawing.Size(124, 23); + this.cmbHYear.TabIndex = 105; + // + // cmbHPeriod + // + this.cmbHPeriod.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; + this.cmbHPeriod.FormattingEnabled = true; + this.cmbHPeriod.Items.AddRange(new object[] { + "1", + "2", + "3", + "4", + "5", + "6", + "7", + "8", + "9", + "10", + "11", + "12"}); + this.cmbHPeriod.Location = new System.Drawing.Point(359, 12); + this.cmbHPeriod.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.cmbHPeriod.Name = "cmbHPeriod"; + this.cmbHPeriod.Size = new System.Drawing.Size(112, 23); + this.cmbHPeriod.TabIndex = 107; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(264, 12); + this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(82, 15); + this.label2.TabIndex = 106; + this.label2.Text = "会计期间:"; + // + // checkadd + // + this.checkadd.AutoSize = true; + this.checkadd.Checked = true; + this.checkadd.CheckState = System.Windows.Forms.CheckState.Checked; + this.checkadd.Location = new System.Drawing.Point(1447, 12); + this.checkadd.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.checkadd.Name = "checkadd"; + this.checkadd.Size = new System.Drawing.Size(59, 19); + this.checkadd.TabIndex = 108; + this.checkadd.Text = "追加"; + this.checkadd.UseVisualStyleBackColor = true; + // + // txtHSheetName + // + this.txtHSheetName.Location = new System.Drawing.Point(1265, 11); + this.txtHSheetName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); + this.txtHSheetName.Name = "txtHSheetName"; + this.txtHSheetName.Size = new System.Drawing.Size(132, 25); + this.txtHSheetName.TabIndex = 109; + this.txtHSheetName.Text = "Sheet1"; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Location = new System.Drawing.Point(1203, 12); + this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(52, 15); + this.label3.TabIndex = 110; + this.label3.Text = "工作簿"; // // Gy_StdWorkTimes_RoutingBill // this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F); - this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; - this.ClientSize = new System.Drawing.Size(1170, 712); + this.ClientSize = new System.Drawing.Size(1544, 789); + this.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5); this.Name = "Gy_StdWorkTimes_RoutingBill"; - this.Text = "鏍囧噯宸ユ椂鏁版嵁瀵煎叆"; + this.Text = "数据导入模块"; + this.Load += new System.EventHandler(this.Gy_StdWorkTimes_RoutingBill_Load); + this.pPic.ResumeLayout(false); + this.pPic.PerformLayout(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); this.ResumeLayout(false); } #endregion + + private System.Windows.Forms.ComboBox cmbHPeriod; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.ComboBox cmbHYear; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.CheckBox checkadd; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.TextBox txtHSheetName; } -} \ No newline at end of file +} -- Gitblit v1.9.1