F_SAP_HEGII_011301.Designer.cs 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Dongke.IBOSS.PRD.Client.SAPDataModule
  2. {
  3. partial class F_SAP_HEGII_011301
  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_011301));
  29. this.lblSyncDate = new Dongke.WinForm.Controls.LblLabel();
  30. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.dtpSyncDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  33. this.SuspendLayout();
  34. //
  35. // lblSyncDate
  36. //
  37. this.lblSyncDate.Location = new System.Drawing.Point(12, 16);
  38. this.lblSyncDate.Name = "lblSyncDate";
  39. this.lblSyncDate.Size = new System.Drawing.Size(53, 12);
  40. this.lblSyncDate.TabIndex = 0;
  41. this.lblSyncDate.Text = "同步日期";
  42. //
  43. // btnCancel
  44. //
  45. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  46. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  47. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  48. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  49. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  50. this.btnCancel.ForeColor = System.Drawing.Color.White;
  51. this.btnCancel.Location = new System.Drawing.Point(147, 52);
  52. this.btnCancel.Name = "btnCancel";
  53. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  54. this.btnCancel.TabIndex = 5;
  55. this.btnCancel.Text = "关闭";
  56. this.btnCancel.UseVisualStyleBackColor = false;
  57. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  58. //
  59. // btnSave
  60. //
  61. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  62. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  63. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  64. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.btnSave.ForeColor = System.Drawing.Color.White;
  66. this.btnSave.Location = new System.Drawing.Point(56, 52);
  67. this.btnSave.Name = "btnSave";
  68. this.btnSave.Size = new System.Drawing.Size(85, 30);
  69. this.btnSave.TabIndex = 4;
  70. this.btnSave.Text = "确定(&S)";
  71. this.btnSave.UseVisualStyleBackColor = false;
  72. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  73. //
  74. // dtpSyncDate
  75. //
  76. this.dtpSyncDate.CustomFormat = "yyyy-MM-dd";
  77. this.dtpSyncDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.dtpSyncDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  79. this.dtpSyncDate.Location = new System.Drawing.Point(71, 12);
  80. this.dtpSyncDate.Name = "dtpSyncDate";
  81. this.dtpSyncDate.Size = new System.Drawing.Size(161, 21);
  82. this.dtpSyncDate.TabIndex = 6;
  83. //
  84. // F_SAP_HEGII_011301
  85. //
  86. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  87. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  88. this.CancelButton = this.btnCancel;
  89. this.ClientSize = new System.Drawing.Size(244, 107);
  90. this.Controls.Add(this.dtpSyncDate);
  91. this.Controls.Add(this.btnCancel);
  92. this.Controls.Add(this.btnSave);
  93. this.Controls.Add(this.lblSyncDate);
  94. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  95. this.IsSaveFormSize = false;
  96. this.MaximizeBox = false;
  97. this.MinimizeBox = false;
  98. this.Name = "F_SAP_HEGII_011301";
  99. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  100. this.StatusSizingGrip = false;
  101. this.Text = "手动同步";
  102. this.Controls.SetChildIndex(this.lblSyncDate, 0);
  103. this.Controls.SetChildIndex(this.btnSave, 0);
  104. this.Controls.SetChildIndex(this.btnCancel, 0);
  105. this.Controls.SetChildIndex(this.dtpSyncDate, 0);
  106. this.ResumeLayout(false);
  107. this.PerformLayout();
  108. }
  109. #endregion
  110. private WinForm.Controls.LblLabel lblSyncDate;
  111. private Basics.BaseControls.C_Button btnCancel;
  112. private Basics.BaseControls.C_Button btnSave;
  113. private Basics.BaseControls.C_DateTimePicker dtpSyncDate;
  114. }
  115. }