华恒Mes鼎捷代码
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.

165 lines
8.5 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormICSMOClose
  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(FormICSMOClose));
  29. this.btnClose = new DevExpress.XtraEditors.SimpleButton();
  30. this.lblTitle = new DevExpress.XtraEditors.LabelControl();
  31. this.labelControl2 = new DevExpress.XtraEditors.LabelControl();
  32. this.save = new DevExpress.XtraEditors.SimpleButton();
  33. this.can = new DevExpress.XtraEditors.SimpleButton();
  34. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  35. this.txtCloseMODESC = new System.Windows.Forms.RichTextBox();
  36. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  37. this.panelControl1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // btnClose
  41. //
  42. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  43. this.btnClose.Appearance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  44. this.btnClose.Appearance.ForeColor = System.Drawing.Color.White;
  45. this.btnClose.Appearance.Options.UseFont = true;
  46. this.btnClose.Appearance.Options.UseForeColor = true;
  47. this.btnClose.Appearance.Options.UseTextOptions = true;
  48. this.btnClose.Appearance.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  49. this.btnClose.Image = ((System.Drawing.Image)(resources.GetObject("btnClose.Image")));
  50. this.btnClose.Location = new System.Drawing.Point(323, 1);
  51. this.btnClose.LookAndFeel.SkinName = "BlueButtonSkin";
  52. this.btnClose.LookAndFeel.UseDefaultLookAndFeel = false;
  53. this.btnClose.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  54. this.btnClose.Name = "btnClose";
  55. this.btnClose.Size = new System.Drawing.Size(30, 30);
  56. this.btnClose.TabIndex = 5;
  57. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  58. //
  59. // lblTitle
  60. //
  61. this.lblTitle.Appearance.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  62. this.lblTitle.Appearance.ForeColor = System.Drawing.Color.White;
  63. this.lblTitle.AutoSizeMode = DevExpress.XtraEditors.LabelAutoSizeMode.None;
  64. this.lblTitle.Location = new System.Drawing.Point(1, 1);
  65. this.lblTitle.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  66. this.lblTitle.Name = "lblTitle";
  67. this.lblTitle.Size = new System.Drawing.Size(126, 30);
  68. this.lblTitle.TabIndex = 6;
  69. this.lblTitle.Text = "关单原因";
  70. //
  71. // labelControl2
  72. //
  73. this.labelControl2.Location = new System.Drawing.Point(33, 46);
  74. this.labelControl2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  75. this.labelControl2.Name = "labelControl2";
  76. this.labelControl2.Size = new System.Drawing.Size(75, 18);
  77. this.labelControl2.TabIndex = 0;
  78. this.labelControl2.Text = "关单描述:";
  79. //
  80. // save
  81. //
  82. this.save.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  83. this.save.Location = new System.Drawing.Point(67, 167);
  84. this.save.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  85. this.save.Name = "save";
  86. this.save.Size = new System.Drawing.Size(78, 30);
  87. this.save.TabIndex = 30;
  88. this.save.Text = "保存";
  89. this.save.Click += new System.EventHandler(this.save_Click);
  90. //
  91. // can
  92. //
  93. this.can.ButtonStyle = DevExpress.XtraEditors.Controls.BorderStyles.Simple;
  94. this.can.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  95. this.can.Location = new System.Drawing.Point(167, 167);
  96. this.can.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.can.Name = "can";
  98. this.can.Size = new System.Drawing.Size(78, 30);
  99. this.can.TabIndex = 31;
  100. this.can.Text = "取消";
  101. this.can.Click += new System.EventHandler(this.can_Click);
  102. //
  103. // panelControl1
  104. //
  105. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  106. | System.Windows.Forms.AnchorStyles.Left)
  107. | System.Windows.Forms.AnchorStyles.Right)));
  108. this.panelControl1.Appearance.BackColor = System.Drawing.Color.White;
  109. this.panelControl1.Appearance.Options.UseBackColor = true;
  110. this.panelControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
  111. this.panelControl1.Controls.Add(this.txtCloseMODESC);
  112. this.panelControl1.Controls.Add(this.can);
  113. this.panelControl1.Controls.Add(this.save);
  114. this.panelControl1.Controls.Add(this.labelControl2);
  115. this.panelControl1.Location = new System.Drawing.Point(1, 35);
  116. this.panelControl1.Margin = new System.Windows.Forms.Padding(0);
  117. this.panelControl1.Name = "panelControl1";
  118. this.panelControl1.Size = new System.Drawing.Size(352, 234);
  119. this.panelControl1.TabIndex = 23;
  120. //
  121. // txtCloseMODESC
  122. //
  123. this.txtCloseMODESC.Location = new System.Drawing.Point(114, 46);
  124. this.txtCloseMODESC.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  125. this.txtCloseMODESC.Name = "txtCloseMODESC";
  126. this.txtCloseMODESC.Size = new System.Drawing.Size(177, 62);
  127. this.txtCloseMODESC.TabIndex = 72;
  128. this.txtCloseMODESC.Text = "";
  129. //
  130. // FormICSMOClose
  131. //
  132. this.Appearance.BackColor = System.Drawing.Color.CornflowerBlue;
  133. this.Appearance.Options.UseBackColor = true;
  134. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 18F);
  135. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  136. this.ClientSize = new System.Drawing.Size(354, 303);
  137. this.Controls.Add(this.panelControl1);
  138. this.Controls.Add(this.lblTitle);
  139. this.Controls.Add(this.btnClose);
  140. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  141. this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  142. this.Name = "FormICSMOClose";
  143. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  144. this.Text = "FormContainerAddEdit";
  145. this.Load += new System.EventHandler(this.FormICSDUTYAdd_Load);
  146. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  147. this.panelControl1.ResumeLayout(false);
  148. this.panelControl1.PerformLayout();
  149. this.ResumeLayout(false);
  150. }
  151. #endregion
  152. private DevExpress.XtraEditors.SimpleButton btnClose;
  153. private DevExpress.XtraEditors.LabelControl lblTitle;
  154. private DevExpress.XtraEditors.LabelControl labelControl2;
  155. private DevExpress.XtraEditors.SimpleButton save;
  156. private DevExpress.XtraEditors.SimpleButton can;
  157. private DevExpress.XtraEditors.PanelControl panelControl1;
  158. private System.Windows.Forms.RichTextBox txtCloseMODESC;
  159. }
  160. }