| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127 |
- namespace Dongke.IBOSS.PRD.Client.SystemModule
- {
- partial class F_MST_0303
- {
- /// <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>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|