StatusColor.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316
  1. namespace DllXqManager
  2. {
  3. partial class StatusColor
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(StatusColor));
  30. this.bindingNavigator1 = new System.Windows.Forms.BindingNavigator(this.components);
  31. this.bindingNavigatorCountItem = new System.Windows.Forms.ToolStripLabel();
  32. this.bindingNavigatorMoveFirstItem = new System.Windows.Forms.ToolStripButton();
  33. this.bindingNavigatorMovePreviousItem = new System.Windows.Forms.ToolStripButton();
  34. this.bindingNavigatorSeparator = new System.Windows.Forms.ToolStripSeparator();
  35. this.bindingNavigatorPositionItem = new System.Windows.Forms.ToolStripTextBox();
  36. this.bindingNavigatorSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  37. this.bindingNavigatorMoveNextItem = new System.Windows.Forms.ToolStripButton();
  38. this.bindingNavigatorMoveLastItem = new System.Windows.Forms.ToolStripButton();
  39. this.bindingNavigatorSeparator2 = new System.Windows.Forms.ToolStripSeparator();
  40. this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
  41. this.dgvmain = new System.Windows.Forms.DataGridView();
  42. this.panel1 = new System.Windows.Forms.Panel();
  43. this.label3 = new System.Windows.Forms.Label();
  44. this.button2 = new System.Windows.Forms.Button();
  45. this.editShowColor = new System.Windows.Forms.ComboBox();
  46. this.label2 = new System.Windows.Forms.Label();
  47. this.label1 = new System.Windows.Forms.Label();
  48. this.editFName = new System.Windows.Forms.TextBox();
  49. this.label9 = new System.Windows.Forms.Label();
  50. this.editFCode = new System.Windows.Forms.TextBox();
  51. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).BeginInit();
  52. this.bindingNavigator1.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).BeginInit();
  54. this.panel1.SuspendLayout();
  55. this.SuspendLayout();
  56. //
  57. // bindingNavigator1
  58. //
  59. this.bindingNavigator1.AddNewItem = null;
  60. this.bindingNavigator1.CountItem = this.bindingNavigatorCountItem;
  61. this.bindingNavigator1.DeleteItem = null;
  62. this.bindingNavigator1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.bindingNavigatorMoveFirstItem,
  64. this.bindingNavigatorMovePreviousItem,
  65. this.bindingNavigatorSeparator,
  66. this.bindingNavigatorPositionItem,
  67. this.bindingNavigatorCountItem,
  68. this.bindingNavigatorSeparator1,
  69. this.bindingNavigatorMoveNextItem,
  70. this.bindingNavigatorMoveLastItem,
  71. this.bindingNavigatorSeparator2,
  72. this.toolStripButton1});
  73. this.bindingNavigator1.Location = new System.Drawing.Point(0, 0);
  74. this.bindingNavigator1.MoveFirstItem = this.bindingNavigatorMoveFirstItem;
  75. this.bindingNavigator1.MoveLastItem = this.bindingNavigatorMoveLastItem;
  76. this.bindingNavigator1.MoveNextItem = this.bindingNavigatorMoveNextItem;
  77. this.bindingNavigator1.MovePreviousItem = this.bindingNavigatorMovePreviousItem;
  78. this.bindingNavigator1.Name = "bindingNavigator1";
  79. this.bindingNavigator1.PositionItem = this.bindingNavigatorPositionItem;
  80. this.bindingNavigator1.Size = new System.Drawing.Size(699, 25);
  81. this.bindingNavigator1.TabIndex = 0;
  82. this.bindingNavigator1.Text = "bindingNavigator1";
  83. //
  84. // bindingNavigatorCountItem
  85. //
  86. this.bindingNavigatorCountItem.Name = "bindingNavigatorCountItem";
  87. this.bindingNavigatorCountItem.Size = new System.Drawing.Size(35, 22);
  88. this.bindingNavigatorCountItem.Text = "of {0}";
  89. this.bindingNavigatorCountItem.ToolTipText = "Total number of items";
  90. //
  91. // bindingNavigatorMoveFirstItem
  92. //
  93. this.bindingNavigatorMoveFirstItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  94. this.bindingNavigatorMoveFirstItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveFirstItem.Image")));
  95. this.bindingNavigatorMoveFirstItem.Name = "bindingNavigatorMoveFirstItem";
  96. this.bindingNavigatorMoveFirstItem.RightToLeftAutoMirrorImage = true;
  97. this.bindingNavigatorMoveFirstItem.Size = new System.Drawing.Size(23, 22);
  98. this.bindingNavigatorMoveFirstItem.Text = "Move first";
  99. //
  100. // bindingNavigatorMovePreviousItem
  101. //
  102. this.bindingNavigatorMovePreviousItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  103. this.bindingNavigatorMovePreviousItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMovePreviousItem.Image")));
  104. this.bindingNavigatorMovePreviousItem.Name = "bindingNavigatorMovePreviousItem";
  105. this.bindingNavigatorMovePreviousItem.RightToLeftAutoMirrorImage = true;
  106. this.bindingNavigatorMovePreviousItem.Size = new System.Drawing.Size(23, 22);
  107. this.bindingNavigatorMovePreviousItem.Text = "Move previous";
  108. //
  109. // bindingNavigatorSeparator
  110. //
  111. this.bindingNavigatorSeparator.Name = "bindingNavigatorSeparator";
  112. this.bindingNavigatorSeparator.Size = new System.Drawing.Size(6, 25);
  113. //
  114. // bindingNavigatorPositionItem
  115. //
  116. this.bindingNavigatorPositionItem.AccessibleName = "Position";
  117. this.bindingNavigatorPositionItem.AutoSize = false;
  118. this.bindingNavigatorPositionItem.Font = new System.Drawing.Font("Segoe UI", 9F);
  119. this.bindingNavigatorPositionItem.Name = "bindingNavigatorPositionItem";
  120. this.bindingNavigatorPositionItem.Size = new System.Drawing.Size(50, 23);
  121. this.bindingNavigatorPositionItem.Text = "0";
  122. this.bindingNavigatorPositionItem.ToolTipText = "Current position";
  123. //
  124. // bindingNavigatorSeparator1
  125. //
  126. this.bindingNavigatorSeparator1.Name = "bindingNavigatorSeparator1";
  127. this.bindingNavigatorSeparator1.Size = new System.Drawing.Size(6, 25);
  128. //
  129. // bindingNavigatorMoveNextItem
  130. //
  131. this.bindingNavigatorMoveNextItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  132. this.bindingNavigatorMoveNextItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveNextItem.Image")));
  133. this.bindingNavigatorMoveNextItem.Name = "bindingNavigatorMoveNextItem";
  134. this.bindingNavigatorMoveNextItem.RightToLeftAutoMirrorImage = true;
  135. this.bindingNavigatorMoveNextItem.Size = new System.Drawing.Size(23, 22);
  136. this.bindingNavigatorMoveNextItem.Text = "Move next";
  137. //
  138. // bindingNavigatorMoveLastItem
  139. //
  140. this.bindingNavigatorMoveLastItem.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  141. this.bindingNavigatorMoveLastItem.Image = ((System.Drawing.Image)(resources.GetObject("bindingNavigatorMoveLastItem.Image")));
  142. this.bindingNavigatorMoveLastItem.Name = "bindingNavigatorMoveLastItem";
  143. this.bindingNavigatorMoveLastItem.RightToLeftAutoMirrorImage = true;
  144. this.bindingNavigatorMoveLastItem.Size = new System.Drawing.Size(23, 22);
  145. this.bindingNavigatorMoveLastItem.Text = "Move last";
  146. //
  147. // bindingNavigatorSeparator2
  148. //
  149. this.bindingNavigatorSeparator2.Name = "bindingNavigatorSeparator2";
  150. this.bindingNavigatorSeparator2.Size = new System.Drawing.Size(6, 25);
  151. //
  152. // toolStripButton1
  153. //
  154. this.toolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
  155. this.toolStripButton1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripButton1.Image")));
  156. this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
  157. this.toolStripButton1.Name = "toolStripButton1";
  158. this.toolStripButton1.Size = new System.Drawing.Size(23, 22);
  159. this.toolStripButton1.Text = "toolStripButton1";
  160. this.toolStripButton1.Click += new System.EventHandler(this.toolStripButton1_Click);
  161. //
  162. // dgvmain
  163. //
  164. this.dgvmain.AllowUserToAddRows = false;
  165. this.dgvmain.AllowUserToDeleteRows = false;
  166. this.dgvmain.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  167. this.dgvmain.Dock = System.Windows.Forms.DockStyle.Fill;
  168. this.dgvmain.Location = new System.Drawing.Point(0, 25);
  169. this.dgvmain.Name = "dgvmain";
  170. this.dgvmain.ReadOnly = true;
  171. this.dgvmain.RowTemplate.Height = 23;
  172. this.dgvmain.Size = new System.Drawing.Size(699, 400);
  173. this.dgvmain.TabIndex = 1;
  174. this.dgvmain.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvmain_CellDoubleClick);
  175. this.dgvmain.CurrentCellChanged += new System.EventHandler(this.dgvmain_CurrentCellChanged);
  176. //
  177. // panel1
  178. //
  179. this.panel1.Controls.Add(this.label3);
  180. this.panel1.Controls.Add(this.button2);
  181. this.panel1.Controls.Add(this.editShowColor);
  182. this.panel1.Controls.Add(this.label2);
  183. this.panel1.Controls.Add(this.label1);
  184. this.panel1.Controls.Add(this.editFName);
  185. this.panel1.Controls.Add(this.label9);
  186. this.panel1.Controls.Add(this.editFCode);
  187. this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
  188. this.panel1.Location = new System.Drawing.Point(0, 425);
  189. this.panel1.Name = "panel1";
  190. this.panel1.Size = new System.Drawing.Size(699, 100);
  191. this.panel1.TabIndex = 2;
  192. //
  193. // label3
  194. //
  195. this.label3.Location = new System.Drawing.Point(244, 54);
  196. this.label3.Name = "label3";
  197. this.label3.Size = new System.Drawing.Size(64, 33);
  198. this.label3.TabIndex = 427;
  199. this.label3.Text = "颜色示例";
  200. this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  201. //
  202. // button2
  203. //
  204. this.button2.Location = new System.Drawing.Point(442, 28);
  205. this.button2.Name = "button2";
  206. this.button2.Size = new System.Drawing.Size(83, 37);
  207. this.button2.TabIndex = 426;
  208. this.button2.Text = "确定(&F)";
  209. this.button2.UseVisualStyleBackColor = true;
  210. this.button2.Click += new System.EventHandler(this.button2_Click);
  211. //
  212. // editShowColor
  213. //
  214. this.editShowColor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  215. this.editShowColor.FormattingEnabled = true;
  216. this.editShowColor.Location = new System.Drawing.Point(117, 55);
  217. this.editShowColor.Name = "editShowColor";
  218. this.editShowColor.Size = new System.Drawing.Size(121, 20);
  219. this.editShowColor.TabIndex = 425;
  220. this.editShowColor.SelectedIndexChanged += new System.EventHandler(this.editShowColor_SelectedIndexChanged);
  221. //
  222. // label2
  223. //
  224. this.label2.Location = new System.Drawing.Point(32, 54);
  225. this.label2.Name = "label2";
  226. this.label2.Size = new System.Drawing.Size(85, 21);
  227. this.label2.TabIndex = 424;
  228. this.label2.Text = "颜色";
  229. this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  230. //
  231. // label1
  232. //
  233. this.label1.Location = new System.Drawing.Point(239, 19);
  234. this.label1.Name = "label1";
  235. this.label1.Size = new System.Drawing.Size(85, 21);
  236. this.label1.TabIndex = 422;
  237. this.label1.Text = "名称";
  238. this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  239. //
  240. // editFName
  241. //
  242. this.editFName.Location = new System.Drawing.Point(324, 19);
  243. this.editFName.Name = "editFName";
  244. this.editFName.ReadOnly = true;
  245. this.editFName.Size = new System.Drawing.Size(100, 21);
  246. this.editFName.TabIndex = 421;
  247. //
  248. // label9
  249. //
  250. this.label9.Location = new System.Drawing.Point(32, 18);
  251. this.label9.Name = "label9";
  252. this.label9.Size = new System.Drawing.Size(85, 21);
  253. this.label9.TabIndex = 420;
  254. this.label9.Text = "代码";
  255. this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  256. //
  257. // editFCode
  258. //
  259. this.editFCode.Location = new System.Drawing.Point(117, 18);
  260. this.editFCode.Name = "editFCode";
  261. this.editFCode.ReadOnly = true;
  262. this.editFCode.Size = new System.Drawing.Size(100, 21);
  263. this.editFCode.TabIndex = 419;
  264. //
  265. // StatusColor
  266. //
  267. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  268. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  269. this.ClientSize = new System.Drawing.Size(699, 525);
  270. this.Controls.Add(this.dgvmain);
  271. this.Controls.Add(this.panel1);
  272. this.Controls.Add(this.bindingNavigator1);
  273. this.Name = "StatusColor";
  274. this.Text = "状态颜色编辑";
  275. this.Load += new System.EventHandler(this.StatusColor_Load);
  276. this.Shown += new System.EventHandler(this.StatusColor_Shown);
  277. this.SizeChanged += new System.EventHandler(this.StatusColor_SizeChanged);
  278. ((System.ComponentModel.ISupportInitialize)(this.bindingNavigator1)).EndInit();
  279. this.bindingNavigator1.ResumeLayout(false);
  280. this.bindingNavigator1.PerformLayout();
  281. ((System.ComponentModel.ISupportInitialize)(this.dgvmain)).EndInit();
  282. this.panel1.ResumeLayout(false);
  283. this.panel1.PerformLayout();
  284. this.ResumeLayout(false);
  285. this.PerformLayout();
  286. }
  287. #endregion
  288. private System.Windows.Forms.BindingNavigator bindingNavigator1;
  289. private System.Windows.Forms.ToolStripLabel bindingNavigatorCountItem;
  290. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveFirstItem;
  291. private System.Windows.Forms.ToolStripButton bindingNavigatorMovePreviousItem;
  292. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator;
  293. private System.Windows.Forms.ToolStripTextBox bindingNavigatorPositionItem;
  294. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator1;
  295. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveNextItem;
  296. private System.Windows.Forms.ToolStripButton bindingNavigatorMoveLastItem;
  297. private System.Windows.Forms.ToolStripSeparator bindingNavigatorSeparator2;
  298. private System.Windows.Forms.DataGridView dgvmain;
  299. private System.Windows.Forms.Panel panel1;
  300. private System.Windows.Forms.ComboBox editShowColor;
  301. private System.Windows.Forms.Label label2;
  302. private System.Windows.Forms.Label label1;
  303. private System.Windows.Forms.TextBox editFName;
  304. private System.Windows.Forms.Label label9;
  305. private System.Windows.Forms.TextBox editFCode;
  306. private System.Windows.Forms.ToolStripButton toolStripButton1;
  307. private System.Windows.Forms.Button button2;
  308. private System.Windows.Forms.Label label3;
  309. }
  310. }