锐腾搅拌上料功能
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

173 lines
9.3 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSSelectDate
  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(FormICSSelectDate));
  29. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  30. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  31. this.dtpDate = new System.Windows.Forms.DateTimePicker();
  32. this.label3 = new System.Windows.Forms.Label();
  33. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  34. this.btnCancle = new DevExpress.XtraEditors.SimpleButton();
  35. this.btnOK = new DevExpress.XtraEditors.SimpleButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  37. this.panelControl1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // labelControl1
  41. //
  42. this.labelControl1.Appearance.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  43. this.labelControl1.Appearance.ForeColor = System.Drawing.Color.Black;
  44. this.labelControl1.Location = new System.Drawing.Point(3, 4);
  45. this.labelControl1.Name = "labelControl1";
  46. this.labelControl1.Size = new System.Drawing.Size(64, 21);
  47. this.labelControl1.TabIndex = 26;
  48. this.labelControl1.Text = "日期选择";
  49. //
  50. // panelControl1
  51. //
  52. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  53. | System.Windows.Forms.AnchorStyles.Left)
  54. | System.Windows.Forms.AnchorStyles.Right)));
  55. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  56. this.panelControl1.Appearance.Options.UseBackColor = true;
  57. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  58. this.panelControl1.Controls.Add(this.dtpDate);
  59. this.panelControl1.Controls.Add(this.label3);
  60. this.panelControl1.Location = new System.Drawing.Point(1, 30);
  61. this.panelControl1.Name = "panelControl1";
  62. this.panelControl1.Size = new System.Drawing.Size(279, 55);
  63. this.panelControl1.TabIndex = 27;
  64. //
  65. // dtpDate
  66. //
  67. this.dtpDate.Location = new System.Drawing.Point(76, 16);
  68. this.dtpDate.Name = "dtpDate";
  69. this.dtpDate.Size = new System.Drawing.Size(172, 22);
  70. this.dtpDate.TabIndex = 79;
  71. //
  72. // label3
  73. //
  74. this.label3.AutoSize = true;
  75. this.label3.Location = new System.Drawing.Point(19, 20);
  76. this.label3.Name = "label3";
  77. this.label3.Size = new System.Drawing.Size(35, 14);
  78. this.label3.TabIndex = 78;
  79. this.label3.Text = "日期:";
  80. //
  81. // btnClose
  82. //
  83. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  84. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  85. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  86. this.btnClose.Appearance.Options.UseFont = true;
  87. this.btnClose.Appearance.Options.UseForeColor = true;
  88. this.btnClose.Appearance.Options.UseTextOptions = true;
  89. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  90. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  91. this.btnClose.Location = new System.Drawing.Point(254, 0);
  92. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  93. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  94. this.btnClose.Name = "btnClose";
  95. this.btnClose.Size = new System.Drawing.Size(26, 30);
  96. this.btnClose.TabIndex = 30;
  97. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  98. //
  99. // btnCancle
  100. //
  101. this.btnCancle.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  102. this.btnCancle.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  103. this.btnCancle.Appearance.ForeColor = System.Drawing.Color.White;
  104. this.btnCancle.Appearance.Options.UseFont = true;
  105. this.btnCancle.Appearance.Options.UseForeColor = true;
  106. this.btnCancle.Appearance.Options.UseTextOptions = true;
  107. this.btnCancle.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  108. this.btnCancle.Image = ((System.Drawing.Image)(resources.GetObject("btnCancle.Image")));
  109. this.btnCancle.Location = new System.Drawing.Point(210, 91);
  110. this.btnCancle.LookAndFeel.SkinName = "BlueButtonSkin";
  111. this.btnCancle.LookAndFeel.UseDefaultLookAndFeel = false;
  112. this.btnCancle.Name = "btnCancle";
  113. this.btnCancle.Size = new System.Drawing.Size(70, 30);
  114. this.btnCancle.TabIndex = 29;
  115. this.btnCancle.Text = "取消";
  116. this.btnCancle.Click += new System.EventHandler(this.btnCancle_Click);
  117. //
  118. // btnOK
  119. //
  120. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  121. this.btnOK.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  122. this.btnOK.Appearance.ForeColor = System.Drawing.Color.White;
  123. this.btnOK.Appearance.Options.UseFont = true;
  124. this.btnOK.Appearance.Options.UseForeColor = true;
  125. this.btnOK.Appearance.Options.UseTextOptions = true;
  126. this.btnOK.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Near;
  127. this.btnOK.Image = ((System.Drawing.Image)(resources.GetObject("btnOK.Image")));
  128. this.btnOK.Location = new System.Drawing.Point(131, 91);
  129. this.btnOK.LookAndFeel.SkinName = "BlueButtonSkin";
  130. this.btnOK.LookAndFeel.UseDefaultLookAndFeel = false;
  131. this.btnOK.Name = "btnOK";
  132. this.btnOK.Size = new System.Drawing.Size(70, 30);
  133. this.btnOK.TabIndex = 28;
  134. this.btnOK.Text = "确定";
  135. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  136. //
  137. // FormICSSelectDate
  138. //
  139. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  140. this.Appearance.Options.UseBackColor = true;
  141. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  142. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  143. this.ClientSize = new System.Drawing.Size(281, 122);
  144. this.Controls.Add(this.btnClose);
  145. this.Controls.Add(this.btnCancle);
  146. this.Controls.Add(this.btnOK);
  147. this.Controls.Add(this.panelControl1);
  148. this.Controls.Add(this.labelControl1);
  149. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  150. this.Name = "FormICSSelectDate";
  151. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  152. this.Text = "日期选择";
  153. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  154. this.panelControl1.ResumeLayout(false);
  155. this.panelControl1.PerformLayout();
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private DevExpress.XtraEditors.LabelControl labelControl1;
  161. private DevExpress.XtraEditors.PanelControl panelControl1;
  162. private DevExpress.XtraEditors.SimpleButton btnOK;
  163. private DevExpress.XtraEditors.SimpleButton btnCancle;
  164. private DevExpress.XtraEditors.SimpleButton btnClose;
  165. private System.Windows.Forms.Label label3;
  166. private System.Windows.Forms.DateTimePicker dtpDate;
  167. }
  168. }