Form_GroupId.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. namespace OTSPartA_STDEditor
  2. {
  3. partial class Form_GroupId
  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.components = new System.ComponentModel.Container();
  29. this.button_OK = new System.Windows.Forms.Button();
  30. this.button_Cancel = new System.Windows.Forms.Button();
  31. this.Grid_FroupId = new SourceGrid.Grid();
  32. this.contextMenuStrip_GroupId = new System.Windows.Forms.ContextMenuStrip(this.components);
  33. this.ToolStripMenuItem_add = new System.Windows.Forms.ToolStripMenuItem();
  34. this.删除组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
  35. this.button_up = new System.Windows.Forms.Button();
  36. this.button_down = new System.Windows.Forms.Button();
  37. this.contextMenuStrip_GroupId.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // button_OK
  41. //
  42. this.button_OK.Location = new System.Drawing.Point(202, 731);
  43. this.button_OK.Name = "button_OK";
  44. this.button_OK.Size = new System.Drawing.Size(83, 31);
  45. this.button_OK.TabIndex = 1;
  46. this.button_OK.Text = "确定";
  47. this.button_OK.UseVisualStyleBackColor = true;
  48. this.button_OK.Click += new System.EventHandler(this.button_OK_Click);
  49. //
  50. // button_Cancel
  51. //
  52. this.button_Cancel.Location = new System.Drawing.Point(305, 731);
  53. this.button_Cancel.Name = "button_Cancel";
  54. this.button_Cancel.Size = new System.Drawing.Size(83, 31);
  55. this.button_Cancel.TabIndex = 2;
  56. this.button_Cancel.Text = "取消";
  57. this.button_Cancel.UseVisualStyleBackColor = true;
  58. this.button_Cancel.Click += new System.EventHandler(this.button_Cancel_Click);
  59. //
  60. // Grid_FroupId
  61. //
  62. this.Grid_FroupId.BackColor = System.Drawing.SystemColors.Control;
  63. this.Grid_FroupId.ContextMenuStrip = this.contextMenuStrip_GroupId;
  64. this.Grid_FroupId.EnableSort = true;
  65. this.Grid_FroupId.Location = new System.Drawing.Point(34, 12);
  66. this.Grid_FroupId.Name = "Grid_FroupId";
  67. this.Grid_FroupId.OptimizeMode = SourceGrid.CellOptimizeMode.ForRows;
  68. this.Grid_FroupId.SelectionMode = SourceGrid.GridSelectionMode.Cell;
  69. this.Grid_FroupId.Size = new System.Drawing.Size(360, 700);
  70. this.Grid_FroupId.TabIndex = 8;
  71. this.Grid_FroupId.TabStop = true;
  72. this.Grid_FroupId.ToolTipText = "";
  73. this.Grid_FroupId.Click += new System.EventHandler(this.Grid_FroupId_Click);
  74. //
  75. // contextMenuStrip_GroupId
  76. //
  77. this.contextMenuStrip_GroupId.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  78. this.ToolStripMenuItem_add,
  79. this.删除组ToolStripMenuItem});
  80. this.contextMenuStrip_GroupId.Name = "contextMenuStrip_GroupId";
  81. this.contextMenuStrip_GroupId.Size = new System.Drawing.Size(181, 70);
  82. //
  83. // ToolStripMenuItem_add
  84. //
  85. this.ToolStripMenuItem_add.Name = "ToolStripMenuItem_add";
  86. this.ToolStripMenuItem_add.Size = new System.Drawing.Size(180, 22);
  87. this.ToolStripMenuItem_add.Text = "添加组";
  88. this.ToolStripMenuItem_add.Click += new System.EventHandler(this.添加组ToolStripMenuItem_Click);
  89. //
  90. // 删除组ToolStripMenuItem
  91. //
  92. this.删除组ToolStripMenuItem.Name = "删除组ToolStripMenuItem";
  93. this.删除组ToolStripMenuItem.Size = new System.Drawing.Size(180, 22);
  94. this.删除组ToolStripMenuItem.Text = "删除组";
  95. this.删除组ToolStripMenuItem.Click += new System.EventHandler(this.删除组ToolStripMenuItem_Click);
  96. //
  97. // button_up
  98. //
  99. this.button_up.Enabled = false;
  100. this.button_up.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.button_up.Location = new System.Drawing.Point(6, 56);
  102. this.button_up.Name = "button_up";
  103. this.button_up.Size = new System.Drawing.Size(22, 112);
  104. this.button_up.TabIndex = 9;
  105. this.button_up.Text = "↑";
  106. this.button_up.UseVisualStyleBackColor = true;
  107. this.button_up.Visible = false;
  108. this.button_up.Click += new System.EventHandler(this.button_up_Click);
  109. //
  110. // button_down
  111. //
  112. this.button_down.Enabled = false;
  113. this.button_down.Font = new System.Drawing.Font("华文彩云", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.button_down.Location = new System.Drawing.Point(6, 174);
  115. this.button_down.Name = "button_down";
  116. this.button_down.Size = new System.Drawing.Size(22, 112);
  117. this.button_down.TabIndex = 10;
  118. this.button_down.Text = "↓";
  119. this.button_down.UseVisualStyleBackColor = true;
  120. this.button_down.Visible = false;
  121. this.button_down.Click += new System.EventHandler(this.button_down_Click);
  122. //
  123. // Form_GroupId
  124. //
  125. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  126. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  127. this.ClientSize = new System.Drawing.Size(400, 765);
  128. this.Controls.Add(this.button_down);
  129. this.Controls.Add(this.button_up);
  130. this.Controls.Add(this.Grid_FroupId);
  131. this.Controls.Add(this.button_Cancel);
  132. this.Controls.Add(this.button_OK);
  133. this.MaximizeBox = false;
  134. this.Name = "Form_GroupId";
  135. this.ShowIcon = false;
  136. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  137. this.Text = "Form_GroupId";
  138. this.Load += new System.EventHandler(this.Form_GroupId_Load);
  139. this.contextMenuStrip_GroupId.ResumeLayout(false);
  140. this.ResumeLayout(false);
  141. }
  142. #endregion
  143. private System.Windows.Forms.Button button_OK;
  144. private System.Windows.Forms.Button button_Cancel;
  145. public SourceGrid.Grid Grid_FroupId;
  146. private System.Windows.Forms.Button button_up;
  147. private System.Windows.Forms.Button button_down;
  148. private System.Windows.Forms.ContextMenuStrip contextMenuStrip_GroupId;
  149. private System.Windows.Forms.ToolStripMenuItem ToolStripMenuItem_add;
  150. private System.Windows.Forms.ToolStripMenuItem 删除组ToolStripMenuItem;
  151. }
  152. }