F_SAP_HEGII_010301.Designer.cs 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  2. {
  3. partial class F_SAP_HEGII_010301
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_SAP_HEGII_010301));
  29. this.lblLabel1 = new Dongke.WinForm.Controls.LblLabel();
  30. this.dtpDatebegin = new Dongke.WinForm.Controls.DtpDate();
  31. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.cmbDataCode = new Dongke.WinForm.Controls.CmbComboBox();
  34. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  35. this.SuspendLayout();
  36. //
  37. // lblLabel1
  38. //
  39. this.lblLabel1.Location = new System.Drawing.Point(12, 16);
  40. this.lblLabel1.Name = "lblLabel1";
  41. this.lblLabel1.Size = new System.Drawing.Size(53, 12);
  42. this.lblLabel1.TabIndex = 0;
  43. this.lblLabel1.Text = "同步日期";
  44. //
  45. // dtpDatebegin
  46. //
  47. this.dtpDatebegin.AllowNull = false;
  48. this.dtpDatebegin.Location = new System.Drawing.Point(71, 12);
  49. this.dtpDatebegin.Name = "dtpDatebegin";
  50. this.dtpDatebegin.Size = new System.Drawing.Size(120, 21);
  51. this.dtpDatebegin.TabIndex = 1;
  52. this.dtpDatebegin.Value = new System.DateTime(2017, 12, 1, 0, 0, 0, 0);
  53. //
  54. // btnCancel
  55. //
  56. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  57. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  58. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  59. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  60. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  61. this.btnCancel.ForeColor = System.Drawing.Color.White;
  62. this.btnCancel.Location = new System.Drawing.Point(107, 72);
  63. this.btnCancel.Name = "btnCancel";
  64. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  65. this.btnCancel.TabIndex = 5;
  66. this.btnCancel.Text = "关闭";
  67. this.btnCancel.UseVisualStyleBackColor = false;
  68. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  69. //
  70. // btnSave
  71. //
  72. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  74. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  75. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  76. this.btnSave.ForeColor = System.Drawing.Color.White;
  77. this.btnSave.Location = new System.Drawing.Point(16, 72);
  78. this.btnSave.Name = "btnSave";
  79. this.btnSave.Size = new System.Drawing.Size(85, 30);
  80. this.btnSave.TabIndex = 4;
  81. this.btnSave.Text = "保存(&S)";
  82. this.btnSave.UseVisualStyleBackColor = false;
  83. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  84. //
  85. // cmbDataCode
  86. //
  87. this.cmbDataCode.FormattingEnabled = true;
  88. this.cmbDataCode.Location = new System.Drawing.Point(71, 39);
  89. this.cmbDataCode.Name = "cmbDataCode";
  90. this.cmbDataCode.Size = new System.Drawing.Size(120, 20);
  91. this.cmbDataCode.TabIndex = 3;
  92. //
  93. // lblLabel2
  94. //
  95. this.lblLabel2.Location = new System.Drawing.Point(12, 43);
  96. this.lblLabel2.Name = "lblLabel2";
  97. this.lblLabel2.Size = new System.Drawing.Size(53, 12);
  98. this.lblLabel2.TabIndex = 2;
  99. this.lblLabel2.Text = "数据类型";
  100. //
  101. // F_SAP_HEGII_010301
  102. //
  103. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  104. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  105. this.CancelButton = this.btnCancel;
  106. this.ClientSize = new System.Drawing.Size(204, 127);
  107. this.Controls.Add(this.lblLabel2);
  108. this.Controls.Add(this.cmbDataCode);
  109. this.Controls.Add(this.btnCancel);
  110. this.Controls.Add(this.btnSave);
  111. this.Controls.Add(this.lblLabel1);
  112. this.Controls.Add(this.dtpDatebegin);
  113. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  114. this.IsSaveFormSize = false;
  115. this.MaximizeBox = false;
  116. this.MinimizeBox = false;
  117. this.Name = "F_SAP_HEGII_010301";
  118. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  119. this.StatusSizingGrip = false;
  120. this.Text = "手动同步";
  121. this.Controls.SetChildIndex(this.dtpDatebegin, 0);
  122. this.Controls.SetChildIndex(this.lblLabel1, 0);
  123. this.Controls.SetChildIndex(this.btnSave, 0);
  124. this.Controls.SetChildIndex(this.btnCancel, 0);
  125. this.Controls.SetChildIndex(this.cmbDataCode, 0);
  126. this.Controls.SetChildIndex(this.lblLabel2, 0);
  127. this.ResumeLayout(false);
  128. this.PerformLayout();
  129. }
  130. #endregion
  131. private WinForm.Controls.LblLabel lblLabel1;
  132. private WinForm.Controls.DtpDate dtpDatebegin;
  133. private Basics.BaseControls.C_Button btnCancel;
  134. private Basics.BaseControls.C_Button btnSave;
  135. private WinForm.Controls.CmbComboBox cmbDataCode;
  136. private WinForm.Controls.LblLabel lblLabel2;
  137. }
  138. }