FormChat.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149
  1. using RichTextBoxLinks;
  2. namespace CommonRPG.Client.Win32.Forms
  3. {
  4. partial class FormChat
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.comboBox1 = new System.Windows.Forms.ComboBox();
  31. this.textBox1 = new System.Windows.Forms.TextBox();
  32. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  33. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  34. this.richTextBox1 = new RichTextBoxLinks.RichTextBoxEx();
  35. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  36. this.splitContainer1.Panel1.SuspendLayout();
  37. this.splitContainer1.Panel2.SuspendLayout();
  38. this.splitContainer1.SuspendLayout();
  39. this.flowLayoutPanel1.SuspendLayout();
  40. this.SuspendLayout();
  41. //
  42. // button1
  43. //
  44. this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  45. this.button1.Location = new System.Drawing.Point(714, 3);
  46. this.button1.Name = "button1";
  47. this.button1.Size = new System.Drawing.Size(75, 23);
  48. this.button1.TabIndex = 0;
  49. this.button1.Text = "send";
  50. this.button1.UseVisualStyleBackColor = true;
  51. this.button1.Click += new System.EventHandler(this.button1_Click);
  52. //
  53. // comboBox1
  54. //
  55. this.comboBox1.FormattingEnabled = true;
  56. this.comboBox1.Items.AddRange(new object[] {
  57. "world",
  58. "trade",
  59. "guild",
  60. "team"});
  61. this.comboBox1.Location = new System.Drawing.Point(549, 3);
  62. this.comboBox1.Name = "comboBox1";
  63. this.comboBox1.Size = new System.Drawing.Size(159, 20);
  64. this.comboBox1.TabIndex = 1;
  65. //
  66. // textBox1
  67. //
  68. this.textBox1.Location = new System.Drawing.Point(3, 3);
  69. this.textBox1.Name = "textBox1";
  70. this.textBox1.Size = new System.Drawing.Size(540, 21);
  71. this.textBox1.TabIndex = 2;
  72. this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
  73. //
  74. // splitContainer1
  75. //
  76. this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
  77. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  78. this.splitContainer1.Location = new System.Drawing.Point(0, 0);
  79. this.splitContainer1.Name = "splitContainer1";
  80. this.splitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal;
  81. //
  82. // splitContainer1.Panel1
  83. //
  84. this.splitContainer1.Panel1.Controls.Add(this.richTextBox1);
  85. //
  86. // splitContainer1.Panel2
  87. //
  88. this.splitContainer1.Panel2.Controls.Add(this.flowLayoutPanel1);
  89. this.splitContainer1.Size = new System.Drawing.Size(802, 362);
  90. this.splitContainer1.SplitterDistance = 316;
  91. this.splitContainer1.TabIndex = 4;
  92. //
  93. // flowLayoutPanel1
  94. //
  95. this.flowLayoutPanel1.Controls.Add(this.textBox1);
  96. this.flowLayoutPanel1.Controls.Add(this.comboBox1);
  97. this.flowLayoutPanel1.Controls.Add(this.button1);
  98. this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
  99. this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
  100. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  101. this.flowLayoutPanel1.Size = new System.Drawing.Size(802, 42);
  102. this.flowLayoutPanel1.TabIndex = 4;
  103. //
  104. // richTextBox1
  105. //
  106. this.richTextBox1.Dock = System.Windows.Forms.DockStyle.Fill;
  107. this.richTextBox1.Location = new System.Drawing.Point(0, 0);
  108. this.richTextBox1.Name = "richTextBox1";
  109. this.richTextBox1.ReadOnly = true;
  110. this.richTextBox1.Size = new System.Drawing.Size(802, 316);
  111. this.richTextBox1.TabIndex = 3;
  112. this.richTextBox1.Text = "";
  113. //
  114. // FormChat
  115. //
  116. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  117. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  118. this.ClientSize = new System.Drawing.Size(802, 362);
  119. this.Controls.Add(this.splitContainer1);
  120. this.MinimumSize = new System.Drawing.Size(818, 400);
  121. this.Name = "FormChat";
  122. this.Text = "FormChat";
  123. this.Load += new System.EventHandler(this.FormChat_Load);
  124. this.splitContainer1.Panel1.ResumeLayout(false);
  125. this.splitContainer1.Panel2.ResumeLayout(false);
  126. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  127. this.splitContainer1.ResumeLayout(false);
  128. this.flowLayoutPanel1.ResumeLayout(false);
  129. this.flowLayoutPanel1.PerformLayout();
  130. this.ResumeLayout(false);
  131. }
  132. #endregion
  133. private System.Windows.Forms.Button button1;
  134. private System.Windows.Forms.ComboBox comboBox1;
  135. private System.Windows.Forms.TextBox textBox1;
  136. private System.Windows.Forms.SplitContainer splitContainer1;
  137. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  138. private RichTextBoxEx richTextBox1;
  139. private RichTextBoxEx richTextBox { get { return richTextBox1 as RichTextBoxEx; } }
  140. }
  141. }