namespace Dongke.IBOSS.PRD.Client.SAPDataModule { partial class F_SAP_HEGII_011201 { /// /// 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_SAP_HEGII_011201)); this.lblSyncDate = new Dongke.WinForm.Controls.LblLabel(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.dtpSyncDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker(); this.SuspendLayout(); // // lblSyncDate // this.lblSyncDate.Location = new System.Drawing.Point(12, 16); this.lblSyncDate.Name = "lblSyncDate"; this.lblSyncDate.Size = new System.Drawing.Size(53, 12); this.lblSyncDate.TabIndex = 0; this.lblSyncDate.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(147, 52); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(85, 30); this.btnCancel.TabIndex = 5; this.btnCancel.Text = "关闭"; this.btnCancel.UseVisualStyleBackColor = false; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // 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(56, 52); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(85, 30); this.btnSave.TabIndex = 4; this.btnSave.Text = "确定(&S)"; this.btnSave.UseVisualStyleBackColor = false; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dtpSyncDate // this.dtpSyncDate.CustomFormat = "yyyy-MM-dd"; this.dtpSyncDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134))); this.dtpSyncDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSyncDate.Location = new System.Drawing.Point(71, 12); this.dtpSyncDate.Name = "dtpSyncDate"; this.dtpSyncDate.Size = new System.Drawing.Size(161, 21); this.dtpSyncDate.TabIndex = 6; // // F_SAP_HEGII_011201 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(244, 107); this.Controls.Add(this.dtpSyncDate); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.lblSyncDate); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_SAP_HEGII_011201"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "手动同步"; this.Controls.SetChildIndex(this.lblSyncDate, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.dtpSyncDate, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinForm.Controls.LblLabel lblSyncDate; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private Basics.BaseControls.C_DateTimePicker dtpSyncDate; } }