namespace Dongke.IBOSS.PRD.Client.SAPDataModule { partial class F_SAP_HEGII_010301 { /// /// 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_010301)); this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel(); this.dtpDatebegin = new Dongke.WinForm.Controls.DtpDate(); this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button(); this.cmbDataCode = new Dongke.WinForm.Controls.CmbComboBox(); this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel(); this.SuspendLayout(); // // lblLabel1 // this.lblLabel1.Location = new System.Drawing.Point(12, 16); this.lblLabel1.Name = "lblLabel1"; this.lblLabel1.Size = new System.Drawing.Size(53, 12); this.lblLabel1.TabIndex = 0; this.lblLabel1.Text = "同步日期"; // // dtpDatebegin // this.dtpDatebegin.AllowNull = false; this.dtpDatebegin.Location = new System.Drawing.Point(71, 12); this.dtpDatebegin.Name = "dtpDatebegin"; this.dtpDatebegin.Size = new System.Drawing.Size(120, 21); this.dtpDatebegin.TabIndex = 1; this.dtpDatebegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0); // // 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(107, 72); 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(16, 72); 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); // // cmbDataCode // this.cmbDataCode.FormattingEnabled = true; this.cmbDataCode.Location = new System.Drawing.Point(71, 39); this.cmbDataCode.Name = "cmbDataCode"; this.cmbDataCode.Size = new System.Drawing.Size(120, 20); this.cmbDataCode.TabIndex = 3; // // lblLabel2 // this.lblLabel2.Location = new System.Drawing.Point(12, 43); this.lblLabel2.Name = "lblLabel2"; this.lblLabel2.Size = new System.Drawing.Size(53, 12); this.lblLabel2.TabIndex = 2; this.lblLabel2.Text = "数据类型"; // // F_SAP_HEGII_010301 // 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(204, 127); this.Controls.Add(this.lblLabel2); this.Controls.Add(this.cmbDataCode); this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnSave); this.Controls.Add(this.lblLabel1); this.Controls.Add(this.dtpDatebegin); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.IsSaveFormSize = false; this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "F_SAP_HEGII_010301"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.StatusSizingGrip = false; this.Text = "手动同步"; this.Controls.SetChildIndex(this.dtpDatebegin, 0); this.Controls.SetChildIndex(this.lblLabel1, 0); this.Controls.SetChildIndex(this.btnSave, 0); this.Controls.SetChildIndex(this.btnCancel, 0); this.Controls.SetChildIndex(this.cmbDataCode, 0); this.Controls.SetChildIndex(this.lblLabel2, 0); this.ResumeLayout(false); this.PerformLayout(); } #endregion private WinForm.Controls.LblLabel lblLabel1; private WinForm.Controls.DtpDate dtpDatebegin; private Basics.BaseControls.C_Button btnCancel; private Basics.BaseControls.C_Button btnSave; private WinForm.Controls.CmbComboBox cmbDataCode; private WinForm.Controls.LblLabel lblLabel2; } }