FrmUitEdit.Designer.cs 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. 
  2. namespace NXWMS.Forms.Base.ChildFrm
  3. {
  4. partial class FrmUitEdit
  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.groupOperation = new ComponentFactory.Krypton.Toolkit.KryptonGroupBox();
  30. this.kryptonPanelInput = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  31. this.kryptonNavigatorOperation = new ComponentFactory.Krypton.Navigator.KryptonNavigator();
  32. this.kryptonPageInfo = new ComponentFactory.Krypton.Navigator.KryptonPage();
  33. this.tableLayoutPanelInput = new System.Windows.Forms.TableLayoutPanel();
  34. this.kryptonLabel16 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  35. this.txtUnitCode = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  36. this.kryptonLabel29 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  37. this.cmbUnitType = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  38. this.kryptonLabel30 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  39. this.kryptonLabel4 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  40. this.txtUnitName = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  41. this.kryptonLabel28 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  42. this.chkUse = new ComponentFactory.Krypton.Toolkit.KryptonCheckBox();
  43. this.richDescibe = new ComponentFactory.Krypton.Toolkit.KryptonRichTextBox();
  44. this.lbStatusMessage = new System.Windows.Forms.Label();
  45. this.btnSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  46. this.btnExit = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  47. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).BeginInit();
  48. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).BeginInit();
  49. this.groupOperation.Panel.SuspendLayout();
  50. this.groupOperation.SuspendLayout();
  51. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).BeginInit();
  52. this.kryptonPanelInput.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).BeginInit();
  54. this.kryptonNavigatorOperation.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).BeginInit();
  56. this.kryptonPageInfo.SuspendLayout();
  57. this.tableLayoutPanelInput.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.cmbUnitType)).BeginInit();
  59. this.SuspendLayout();
  60. //
  61. // groupOperation
  62. //
  63. this.groupOperation.CaptionOverlap = 0D;
  64. this.groupOperation.CaptionStyle = ComponentFactory.Krypton.Toolkit.LabelStyle.BoldPanel;
  65. this.groupOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  66. this.groupOperation.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  67. this.groupOperation.GroupBorderStyle = ComponentFactory.Krypton.Toolkit.PaletteBorderStyle.ButtonCustom1;
  68. this.groupOperation.Location = new System.Drawing.Point(0, 0);
  69. this.groupOperation.Name = "groupOperation";
  70. //
  71. // groupOperation.Panel
  72. //
  73. this.groupOperation.Panel.Controls.Add(this.kryptonPanelInput);
  74. this.groupOperation.Panel.Controls.Add(this.lbStatusMessage);
  75. this.groupOperation.Panel.Controls.Add(this.btnSave);
  76. this.groupOperation.Panel.Controls.Add(this.btnExit);
  77. this.groupOperation.Size = new System.Drawing.Size(800, 450);
  78. this.groupOperation.TabIndex = 69;
  79. this.groupOperation.Values.Heading = "编辑";
  80. this.groupOperation.Values.Image = global::NXWMS.Properties.Resources.about;
  81. //
  82. // kryptonPanelInput
  83. //
  84. this.kryptonPanelInput.Controls.Add(this.kryptonNavigatorOperation);
  85. this.kryptonPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  86. this.kryptonPanelInput.Location = new System.Drawing.Point(0, 0);
  87. this.kryptonPanelInput.Name = "kryptonPanelInput";
  88. this.kryptonPanelInput.PanelBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonStandalone;
  89. this.kryptonPanelInput.Size = new System.Drawing.Size(796, 380);
  90. this.kryptonPanelInput.TabIndex = 48;
  91. //
  92. // kryptonNavigatorOperation
  93. //
  94. this.kryptonNavigatorOperation.Button.ButtonDisplayLogic = ComponentFactory.Krypton.Navigator.ButtonDisplayLogic.None;
  95. this.kryptonNavigatorOperation.Button.CloseButtonDisplay = ComponentFactory.Krypton.Navigator.ButtonDisplay.Hide;
  96. this.kryptonNavigatorOperation.Dock = System.Windows.Forms.DockStyle.Fill;
  97. this.kryptonNavigatorOperation.Group.GroupBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.PanelClient;
  98. this.kryptonNavigatorOperation.Location = new System.Drawing.Point(0, 0);
  99. this.kryptonNavigatorOperation.Name = "kryptonNavigatorOperation";
  100. this.kryptonNavigatorOperation.NavigatorMode = ComponentFactory.Krypton.Navigator.NavigatorMode.BarRibbonTabGroup;
  101. this.kryptonNavigatorOperation.PageBackStyle = ComponentFactory.Krypton.Toolkit.PaletteBackStyle.ButtonCalendarDay;
  102. this.kryptonNavigatorOperation.Pages.AddRange(new ComponentFactory.Krypton.Navigator.KryptonPage[] {
  103. this.kryptonPageInfo});
  104. this.kryptonNavigatorOperation.SelectedIndex = 0;
  105. this.kryptonNavigatorOperation.Size = new System.Drawing.Size(796, 380);
  106. this.kryptonNavigatorOperation.TabIndex = 63;
  107. this.kryptonNavigatorOperation.Text = "kryptonNavigator1";
  108. //
  109. // kryptonPageInfo
  110. //
  111. this.kryptonPageInfo.AutoHiddenSlideSize = new System.Drawing.Size(200, 200);
  112. this.kryptonPageInfo.Controls.Add(this.tableLayoutPanelInput);
  113. this.kryptonPageInfo.Flags = 65534;
  114. this.kryptonPageInfo.LastVisibleSet = true;
  115. this.kryptonPageInfo.MinimumSize = new System.Drawing.Size(50, 50);
  116. this.kryptonPageInfo.Name = "kryptonPageInfo";
  117. this.kryptonPageInfo.Size = new System.Drawing.Size(794, 351);
  118. this.kryptonPageInfo.Text = "基础配置";
  119. this.kryptonPageInfo.ToolTipTitle = "Page ToolTip";
  120. this.kryptonPageInfo.UniqueName = "4DF85F544D6E479F5F90B0946513722D";
  121. //
  122. // tableLayoutPanelInput
  123. //
  124. this.tableLayoutPanelInput.BackColor = System.Drawing.Color.Transparent;
  125. this.tableLayoutPanelInput.ColumnCount = 6;
  126. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  127. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  128. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  129. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  130. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 100F));
  131. this.tableLayoutPanelInput.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 33.33333F));
  132. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel16, 0, 2);
  133. this.tableLayoutPanelInput.Controls.Add(this.txtUnitCode, 1, 0);
  134. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel29, 0, 0);
  135. this.tableLayoutPanelInput.Controls.Add(this.cmbUnitType, 5, 0);
  136. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel30, 4, 0);
  137. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel4, 2, 0);
  138. this.tableLayoutPanelInput.Controls.Add(this.txtUnitName, 3, 0);
  139. this.tableLayoutPanelInput.Controls.Add(this.kryptonLabel28, 0, 1);
  140. this.tableLayoutPanelInput.Controls.Add(this.chkUse, 1, 1);
  141. this.tableLayoutPanelInput.Controls.Add(this.richDescibe, 1, 2);
  142. this.tableLayoutPanelInput.Dock = System.Windows.Forms.DockStyle.Top;
  143. this.tableLayoutPanelInput.Location = new System.Drawing.Point(0, 0);
  144. this.tableLayoutPanelInput.Name = "tableLayoutPanelInput";
  145. this.tableLayoutPanelInput.RowCount = 3;
  146. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  147. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  148. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 30F));
  149. this.tableLayoutPanelInput.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
  150. this.tableLayoutPanelInput.Size = new System.Drawing.Size(794, 138);
  151. this.tableLayoutPanelInput.TabIndex = 44;
  152. //
  153. // kryptonLabel16
  154. //
  155. this.kryptonLabel16.AutoSize = false;
  156. this.kryptonLabel16.Location = new System.Drawing.Point(3, 63);
  157. this.kryptonLabel16.Name = "kryptonLabel16";
  158. this.kryptonLabel16.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  159. this.kryptonLabel16.Size = new System.Drawing.Size(87, 23);
  160. this.kryptonLabel16.TabIndex = 103;
  161. this.kryptonLabel16.Values.Text = "描述";
  162. //
  163. // txtUnitCode
  164. //
  165. this.txtUnitCode.Dock = System.Windows.Forms.DockStyle.Fill;
  166. this.txtUnitCode.Location = new System.Drawing.Point(103, 3);
  167. this.txtUnitCode.Name = "txtUnitCode";
  168. this.txtUnitCode.Size = new System.Drawing.Size(158, 23);
  169. this.txtUnitCode.TabIndex = 30;
  170. this.txtUnitCode.Tag = "UNIT_CODE";
  171. //
  172. // kryptonLabel29
  173. //
  174. this.kryptonLabel29.AutoSize = false;
  175. this.kryptonLabel29.Location = new System.Drawing.Point(3, 3);
  176. this.kryptonLabel29.Name = "kryptonLabel29";
  177. this.kryptonLabel29.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  178. this.kryptonLabel29.Size = new System.Drawing.Size(94, 24);
  179. this.kryptonLabel29.TabIndex = 83;
  180. this.kryptonLabel29.Values.Text = "单位编码";
  181. //
  182. // cmbUnitType
  183. //
  184. this.cmbUnitType.Dock = System.Windows.Forms.DockStyle.Fill;
  185. this.cmbUnitType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  186. this.cmbUnitType.DropDownWidth = 121;
  187. this.cmbUnitType.Location = new System.Drawing.Point(631, 3);
  188. this.cmbUnitType.Name = "cmbUnitType";
  189. this.cmbUnitType.Size = new System.Drawing.Size(160, 21);
  190. this.cmbUnitType.TabIndex = 32;
  191. this.cmbUnitType.Tag = "UNIT_TYPE";
  192. //
  193. // kryptonLabel30
  194. //
  195. this.kryptonLabel30.AutoSize = false;
  196. this.kryptonLabel30.Location = new System.Drawing.Point(531, 3);
  197. this.kryptonLabel30.Name = "kryptonLabel30";
  198. this.kryptonLabel30.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  199. this.kryptonLabel30.Size = new System.Drawing.Size(94, 24);
  200. this.kryptonLabel30.TabIndex = 84;
  201. this.kryptonLabel30.Values.Text = "单位类型";
  202. //
  203. // kryptonLabel4
  204. //
  205. this.kryptonLabel4.AutoSize = false;
  206. this.kryptonLabel4.Location = new System.Drawing.Point(267, 3);
  207. this.kryptonLabel4.Name = "kryptonLabel4";
  208. this.kryptonLabel4.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  209. this.kryptonLabel4.Size = new System.Drawing.Size(94, 24);
  210. this.kryptonLabel4.TabIndex = 86;
  211. this.kryptonLabel4.Values.Text = "单位名称";
  212. //
  213. // txtUnitName
  214. //
  215. this.txtUnitName.Dock = System.Windows.Forms.DockStyle.Fill;
  216. this.txtUnitName.Location = new System.Drawing.Point(367, 3);
  217. this.txtUnitName.Name = "txtUnitName";
  218. this.txtUnitName.Size = new System.Drawing.Size(158, 23);
  219. this.txtUnitName.TabIndex = 87;
  220. this.txtUnitName.Tag = "UNIT_NAME";
  221. //
  222. // kryptonLabel28
  223. //
  224. this.kryptonLabel28.AutoSize = false;
  225. this.kryptonLabel28.Location = new System.Drawing.Point(3, 33);
  226. this.kryptonLabel28.Name = "kryptonLabel28";
  227. this.kryptonLabel28.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  228. this.kryptonLabel28.Size = new System.Drawing.Size(94, 24);
  229. this.kryptonLabel28.TabIndex = 79;
  230. this.kryptonLabel28.Values.Text = "使用标识";
  231. //
  232. // chkUse
  233. //
  234. this.chkUse.Dock = System.Windows.Forms.DockStyle.Fill;
  235. this.chkUse.Location = new System.Drawing.Point(103, 33);
  236. this.chkUse.Name = "chkUse";
  237. this.chkUse.Size = new System.Drawing.Size(158, 24);
  238. this.chkUse.TabIndex = 85;
  239. this.chkUse.Tag = "USED_FLAG";
  240. this.chkUse.Values.Text = "";
  241. //
  242. // richDescibe
  243. //
  244. this.tableLayoutPanelInput.SetColumnSpan(this.richDescibe, 5);
  245. this.richDescibe.Location = new System.Drawing.Point(103, 63);
  246. this.richDescibe.Name = "richDescibe";
  247. this.richDescibe.Size = new System.Drawing.Size(688, 72);
  248. this.richDescibe.TabIndex = 102;
  249. this.richDescibe.Tag = "DESCRIBE";
  250. this.richDescibe.Text = "";
  251. //
  252. // lbStatusMessage
  253. //
  254. this.lbStatusMessage.AutoSize = true;
  255. this.lbStatusMessage.BackColor = System.Drawing.Color.Transparent;
  256. this.lbStatusMessage.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.lbStatusMessage.Location = new System.Drawing.Point(5, 360);
  258. this.lbStatusMessage.Name = "lbStatusMessage";
  259. this.lbStatusMessage.Size = new System.Drawing.Size(0, 20);
  260. this.lbStatusMessage.TabIndex = 47;
  261. //
  262. // btnSave
  263. //
  264. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  265. | System.Windows.Forms.AnchorStyles.Left)
  266. | System.Windows.Forms.AnchorStyles.Right)));
  267. this.btnSave.Location = new System.Drawing.Point(605, 386);
  268. this.btnSave.Name = "btnSave";
  269. this.btnSave.Size = new System.Drawing.Size(101, 29);
  270. this.btnSave.TabIndex = 42;
  271. this.btnSave.Values.Image = global::NXWMS.Properties.Resources.save;
  272. this.btnSave.Values.Text = "保存";
  273. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  274. //
  275. // btnExit
  276. //
  277. this.btnExit.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  278. | System.Windows.Forms.AnchorStyles.Left)
  279. | System.Windows.Forms.AnchorStyles.Right)));
  280. this.btnExit.Location = new System.Drawing.Point(712, 385);
  281. this.btnExit.Name = "btnExit";
  282. this.btnExit.Size = new System.Drawing.Size(74, 29);
  283. this.btnExit.TabIndex = 41;
  284. this.btnExit.Values.Image = global::NXWMS.Properties.Resources.exit;
  285. this.btnExit.Values.Text = "退出";
  286. this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
  287. //
  288. // FrmUitEdit
  289. //
  290. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  291. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  292. this.ClientSize = new System.Drawing.Size(800, 450);
  293. this.Controls.Add(this.groupOperation);
  294. this.Name = "FrmUitEdit";
  295. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
  296. this.Text = "FrmUitEdit";
  297. this.Shown += new System.EventHandler(this.FrmUitEdit_Shown);
  298. ((System.ComponentModel.ISupportInitialize)(this.groupOperation.Panel)).EndInit();
  299. this.groupOperation.Panel.ResumeLayout(false);
  300. this.groupOperation.Panel.PerformLayout();
  301. ((System.ComponentModel.ISupportInitialize)(this.groupOperation)).EndInit();
  302. this.groupOperation.ResumeLayout(false);
  303. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanelInput)).EndInit();
  304. this.kryptonPanelInput.ResumeLayout(false);
  305. ((System.ComponentModel.ISupportInitialize)(this.kryptonNavigatorOperation)).EndInit();
  306. this.kryptonNavigatorOperation.ResumeLayout(false);
  307. ((System.ComponentModel.ISupportInitialize)(this.kryptonPageInfo)).EndInit();
  308. this.kryptonPageInfo.ResumeLayout(false);
  309. this.tableLayoutPanelInput.ResumeLayout(false);
  310. this.tableLayoutPanelInput.PerformLayout();
  311. ((System.ComponentModel.ISupportInitialize)(this.cmbUnitType)).EndInit();
  312. this.ResumeLayout(false);
  313. }
  314. #endregion
  315. private ComponentFactory.Krypton.Toolkit.KryptonGroupBox groupOperation;
  316. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanelInput;
  317. private ComponentFactory.Krypton.Navigator.KryptonNavigator kryptonNavigatorOperation;
  318. private ComponentFactory.Krypton.Navigator.KryptonPage kryptonPageInfo;
  319. private System.Windows.Forms.Label lbStatusMessage;
  320. private ComponentFactory.Krypton.Toolkit.KryptonButton btnSave;
  321. private ComponentFactory.Krypton.Toolkit.KryptonButton btnExit;
  322. public System.Windows.Forms.TableLayoutPanel tableLayoutPanelInput;
  323. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUnitCode;
  324. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel29;
  325. private ComponentFactory.Krypton.Toolkit.KryptonComboBox cmbUnitType;
  326. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel30;
  327. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel4;
  328. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtUnitName;
  329. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel28;
  330. private ComponentFactory.Krypton.Toolkit.KryptonCheckBox chkUse;
  331. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel16;
  332. private ComponentFactory.Krypton.Toolkit.KryptonRichTextBox richDescibe;
  333. }
  334. }