华恒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.

72 lines
2.8 KiB

5 months ago
  1. namespace ICSSoft.Frame.APP
  2. {
  3. partial class FormRtn
  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. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  29. this.richTextBox1 = new System.Windows.Forms.RichTextBox();
  30. this.SuspendLayout();
  31. //
  32. // simpleButton1
  33. //
  34. this.simpleButton1.Appearance.Font = new System.Drawing.Font("Tahoma", 13F, System.Drawing.FontStyle.Bold);
  35. this.simpleButton1.Appearance.Options.UseFont = true;
  36. this.simpleButton1.Location = new System.Drawing.Point(180, 257);
  37. this.simpleButton1.Name = "simpleButton1";
  38. this.simpleButton1.Size = new System.Drawing.Size(169, 33);
  39. this.simpleButton1.TabIndex = 2;
  40. this.simpleButton1.Text = "确认";
  41. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  42. //
  43. // richTextBox1
  44. //
  45. this.richTextBox1.Location = new System.Drawing.Point(12, 12);
  46. this.richTextBox1.Name = "richTextBox1";
  47. this.richTextBox1.Size = new System.Drawing.Size(337, 230);
  48. this.richTextBox1.TabIndex = 3;
  49. this.richTextBox1.Text = "";
  50. this.richTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.richTextBox1_KeyPress);
  51. //
  52. // FormRtn
  53. //
  54. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  55. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  56. this.ClientSize = new System.Drawing.Size(361, 302);
  57. this.Controls.Add(this.richTextBox1);
  58. this.Controls.Add(this.simpleButton1);
  59. this.Name = "FormRtn";
  60. this.Text = "备注";
  61. this.ResumeLayout(false);
  62. }
  63. #endregion
  64. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  65. private System.Windows.Forms.RichTextBox richTextBox1;
  66. }
  67. }