F_SAP_HEGII_010301.Designer.cs 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145
  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.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.lblLabel2 = new Dongke.WinForm.Controls.LblLabel();
  33. this.cmbDataCode = new Dongke.WinForm.Controls.CmbComboBox();
  34. this.dtpSynTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  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. // btnCancel
  46. //
  47. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  48. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  49. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  50. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  51. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  52. this.btnCancel.ForeColor = System.Drawing.Color.White;
  53. this.btnCancel.Location = new System.Drawing.Point(144, 72);
  54. this.btnCancel.Name = "btnCancel";
  55. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  56. this.btnCancel.TabIndex = 5;
  57. this.btnCancel.Text = "关闭";
  58. this.btnCancel.UseVisualStyleBackColor = false;
  59. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  60. //
  61. // btnSave
  62. //
  63. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  64. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  65. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  66. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.btnSave.ForeColor = System.Drawing.Color.White;
  68. this.btnSave.Location = new System.Drawing.Point(53, 72);
  69. this.btnSave.Name = "btnSave";
  70. this.btnSave.Size = new System.Drawing.Size(85, 30);
  71. this.btnSave.TabIndex = 4;
  72. this.btnSave.Text = "保存(&S)";
  73. this.btnSave.UseVisualStyleBackColor = false;
  74. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  75. //
  76. // lblLabel2
  77. //
  78. this.lblLabel2.Location = new System.Drawing.Point(12, 43);
  79. this.lblLabel2.Name = "lblLabel2";
  80. this.lblLabel2.Size = new System.Drawing.Size(53, 12);
  81. this.lblLabel2.TabIndex = 2;
  82. this.lblLabel2.Text = "数据类型";
  83. //
  84. // cmbDataCode
  85. //
  86. this.cmbDataCode.FormattingEnabled = true;
  87. this.cmbDataCode.Location = new System.Drawing.Point(71, 39);
  88. this.cmbDataCode.Name = "cmbDataCode";
  89. this.cmbDataCode.Size = new System.Drawing.Size(161, 20);
  90. this.cmbDataCode.TabIndex = 3;
  91. //
  92. // dtpSynTime
  93. //
  94. this.dtpSynTime.CustomFormat = "yyyy-MM-dd HH:mm";
  95. this.dtpSynTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  96. this.dtpSynTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  97. this.dtpSynTime.Location = new System.Drawing.Point(71, 12);
  98. this.dtpSynTime.Name = "dtpSynTime";
  99. this.dtpSynTime.Size = new System.Drawing.Size(161, 21);
  100. this.dtpSynTime.TabIndex = 7;
  101. //
  102. // F_SAP_HEGII_010301
  103. //
  104. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  105. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  106. this.CancelButton = this.btnCancel;
  107. this.ClientSize = new System.Drawing.Size(241, 127);
  108. this.Controls.Add(this.dtpSynTime);
  109. this.Controls.Add(this.lblLabel2);
  110. this.Controls.Add(this.cmbDataCode);
  111. this.Controls.Add(this.btnCancel);
  112. this.Controls.Add(this.btnSave);
  113. this.Controls.Add(this.lblLabel1);
  114. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  115. this.IsSaveFormSize = false;
  116. this.MaximizeBox = false;
  117. this.MinimizeBox = false;
  118. this.Name = "F_SAP_HEGII_010301";
  119. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  120. this.StatusSizingGrip = false;
  121. this.Text = "手动同步";
  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.Controls.SetChildIndex(this.dtpSynTime, 0);
  128. this.ResumeLayout(false);
  129. this.PerformLayout();
  130. }
  131. #endregion
  132. private WinForm.Controls.LblLabel lblLabel1;
  133. private Basics.BaseControls.C_Button btnCancel;
  134. private Basics.BaseControls.C_Button btnSave;
  135. private WinForm.Controls.LblLabel lblLabel2;
  136. private WinForm.Controls.CmbComboBox cmbDataCode;
  137. private Basics.BaseControls.C_DateTimePicker dtpSynTime;
  138. }
  139. }