F_PM_2302.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_2302
  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_PM_2302));
  29. this.lblOrganizationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  30. this.txtOrderNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  31. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  32. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  33. this.lblOrderDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  34. this.dtpOrderDateFrom = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  35. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.SuspendLayout();
  38. //
  39. // lblOrganizationName
  40. //
  41. this.lblOrganizationName.AutoSize = true;
  42. this.lblOrganizationName.BackColor = System.Drawing.Color.Transparent;
  43. this.lblOrganizationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  44. this.lblOrganizationName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  45. this.lblOrganizationName.IsMustInput = true;
  46. this.lblOrganizationName.Location = new System.Drawing.Point(26, 15);
  47. this.lblOrganizationName.Name = "lblOrganizationName";
  48. this.lblOrganizationName.Size = new System.Drawing.Size(41, 12);
  49. this.lblOrganizationName.TabIndex = 0;
  50. this.lblOrganizationName.Text = "订单号";
  51. //
  52. // txtOrderNo
  53. //
  54. this.txtOrderNo.BackColor = System.Drawing.Color.Yellow;
  55. this.txtOrderNo.BackgroundColor = System.Drawing.SystemColors.Window;
  56. this.txtOrderNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  57. this.txtOrderNo.IsMustInput = true;
  58. this.txtOrderNo.Location = new System.Drawing.Point(71, 12);
  59. this.txtOrderNo.MaxLength = 100;
  60. this.txtOrderNo.Name = "txtOrderNo";
  61. this.txtOrderNo.Size = new System.Drawing.Size(129, 21);
  62. this.txtOrderNo.TabIndex = 1;
  63. //
  64. // btnSave
  65. //
  66. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  67. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  68. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  69. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  70. this.btnSave.ForeColor = System.Drawing.Color.White;
  71. this.btnSave.Location = new System.Drawing.Point(222, 105);
  72. this.btnSave.Name = "btnSave";
  73. this.btnSave.Size = new System.Drawing.Size(85, 30);
  74. this.btnSave.TabIndex = 6;
  75. this.btnSave.Text = "保存";
  76. this.btnSave.UseVisualStyleBackColor = true;
  77. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  78. //
  79. // btnCancel
  80. //
  81. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  82. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  83. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  84. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  85. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.btnCancel.ForeColor = System.Drawing.Color.White;
  87. this.btnCancel.Location = new System.Drawing.Point(313, 105);
  88. this.btnCancel.Name = "btnCancel";
  89. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  90. this.btnCancel.TabIndex = 7;
  91. this.btnCancel.Text = "关闭";
  92. this.btnCancel.UseVisualStyleBackColor = false;
  93. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  94. //
  95. // lblOrderDate
  96. //
  97. this.lblOrderDate.AutoSize = true;
  98. this.lblOrderDate.BackColor = System.Drawing.Color.Transparent;
  99. this.lblOrderDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.lblOrderDate.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this.lblOrderDate.Location = new System.Drawing.Point(213, 15);
  102. this.lblOrderDate.Name = "lblOrderDate";
  103. this.lblOrderDate.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  104. this.lblOrderDate.Size = new System.Drawing.Size(53, 12);
  105. this.lblOrderDate.TabIndex = 2;
  106. this.lblOrderDate.Text = "订单日期";
  107. //
  108. // dtpOrderDateFrom
  109. //
  110. this.dtpOrderDateFrom.CustomFormat = "yyyy-MM-dd";
  111. this.dtpOrderDateFrom.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.dtpOrderDateFrom.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  113. this.dtpOrderDateFrom.Location = new System.Drawing.Point(271, 12);
  114. this.dtpOrderDateFrom.Name = "dtpOrderDateFrom";
  115. this.dtpOrderDateFrom.Size = new System.Drawing.Size(120, 21);
  116. this.dtpOrderDateFrom.TabIndex = 3;
  117. this.dtpOrderDateFrom.Value = new System.DateTime(2017, 2, 7, 0, 0, 0, 0);
  118. //
  119. // lblRemarks
  120. //
  121. this.lblRemarks.AutoSize = true;
  122. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  123. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  124. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  125. this.lblRemarks.Location = new System.Drawing.Point(36, 42);
  126. this.lblRemarks.Name = "lblRemarks";
  127. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  128. this.lblRemarks.TabIndex = 4;
  129. this.lblRemarks.Text = "备注";
  130. //
  131. // txtRemarks
  132. //
  133. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  134. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.txtRemarks.Location = new System.Drawing.Point(71, 39);
  136. this.txtRemarks.MaxLength = 500;
  137. this.txtRemarks.Multiline = true;
  138. this.txtRemarks.Name = "txtRemarks";
  139. this.txtRemarks.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  140. this.txtRemarks.Size = new System.Drawing.Size(320, 56);
  141. this.txtRemarks.TabIndex = 5;
  142. //
  143. // F_PM_2302
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.CancelButton = this.btnCancel;
  148. this.ClientSize = new System.Drawing.Size(410, 160);
  149. this.Controls.Add(this.lblOrderDate);
  150. this.Controls.Add(this.dtpOrderDateFrom);
  151. this.Controls.Add(this.btnSave);
  152. this.Controls.Add(this.btnCancel);
  153. this.Controls.Add(this.lblRemarks);
  154. this.Controls.Add(this.lblOrganizationName);
  155. this.Controls.Add(this.txtRemarks);
  156. this.Controls.Add(this.txtOrderNo);
  157. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  158. this.IsSaveFormSize = false;
  159. this.MaximizeBox = false;
  160. this.MinimizeBox = false;
  161. this.Name = "F_PM_2302";
  162. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  163. this.StatusSizingGrip = false;
  164. this.Text = "FrmAddEditOrder";
  165. this.Load += new System.EventHandler(this.F_PM_2302_Load);
  166. this.Click += new System.EventHandler(this.F_PM_2302_Load);
  167. this.Controls.SetChildIndex(this.txtOrderNo, 0);
  168. this.Controls.SetChildIndex(this.txtRemarks, 0);
  169. this.Controls.SetChildIndex(this.lblOrganizationName, 0);
  170. this.Controls.SetChildIndex(this.lblRemarks, 0);
  171. this.Controls.SetChildIndex(this.btnCancel, 0);
  172. this.Controls.SetChildIndex(this.btnSave, 0);
  173. this.Controls.SetChildIndex(this.dtpOrderDateFrom, 0);
  174. this.Controls.SetChildIndex(this.lblOrderDate, 0);
  175. this.ResumeLayout(false);
  176. this.PerformLayout();
  177. }
  178. #endregion
  179. private Dongke.IBOSS.PRD.Basics.BaseControls.C_Label lblOrganizationName;
  180. private Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox txtOrderNo;
  181. private Basics.BaseControls.C_Button btnSave;
  182. private Basics.BaseControls.C_Button btnCancel;
  183. private Basics.BaseControls.C_Label lblOrderDate;
  184. private Basics.BaseControls.C_DateTimePicker dtpOrderDateFrom;
  185. private Basics.BaseControls.C_Label lblRemarks;
  186. private Basics.BaseControls.C_TextBox txtRemarks;
  187. }
  188. }