namespace Dongke.IBOSS.PRD.Client.SystemModule { partial class F_MST_0303 { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_MST_0303)); this.lblSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dtpSKDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.pnlBack.SuspendLayout(); this.SuspendLayout(); // // pnlBack // this.pnlBack.Controls.Add(this.btnCancel); this.pnlBack.Controls.Add(this.btnSave); this.pnlBack.Size = new System.Drawing.Size(216, 103); // // lblSKDate // this.lblSKDate.AutoSize = true; this.lblSKDate.BackColor = System.Drawing.Color.Transparent; this.lblSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.lblSKDate.ForeColor = System.Drawing.SystemColors.ControlText; this.lblSKDate.Image = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg; this.lblSKDate.Location = new System.Drawing.Point(12, 24); this.lblSKDate.Name = "lblSKDate"; this.lblSKDate.Size = new System.Drawing.Size(29, 12); this.lblSKDate.TabIndex = 0; this.lblSKDate.Text = "财年"; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.BackColor = System.Drawing.Color.Transparent; this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage"))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnCancel.ForeColor = System.Drawing.Color.White; this.btnCancel.Location = new System.Drawing.Point(119, 60); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 20; this.btnCancel.Text = "关闭(&C)"; this.btnCancel.UseVisualStyleBackColor = false; // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.BackColor = System.Drawing.Color.Transparent; this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage"))); this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.btnSave.ForeColor = System.Drawing.Color.White; this.btnSave.Location = new System.Drawing.Point(28, 60); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 19; this.btnSave.Text = "保存(&S)"; this.btnSave.UseVisualStyleBackColor = true; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dtpSKDate // this.dtpSKDate.CustomFormat = "yyyy"; this.dtpSKDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpSKDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSKDate.Location = new System.Drawing.Point(47, 20); this.dtpSKDate.Name = "dtpSKDate"; this.dtpSKDate.ShowUpDown = true; this.dtpSKDate.Size = new System.Drawing.Size(156, 21); this.dtpSKDate.TabIndex = 1000; // // F_MST_0303 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.bg; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(216, 125); this.Controls.Add(this.dtpSKDate); this.Controls.Add(this.lblSKDate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Name = "F_MST_0303"; this.Text = "更新财年"; this.Load += new System.EventHandler(this.F_MST_0303_Load); this.Controls.SetChildIndex(this.pnlBack, 0); this.Controls.SetChildIndex(this.lblSKDate, 0); this.Controls.SetChildIndex(this.dtpSKDate, 0); this.pnlBack.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblSKDate; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnCancel; private Dongke.IBOSS.PRD.Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_DateTimePicker dtpSKDate; } }