frmLocSetting.Designer.cs 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace NXWMS
  2. {
  3. partial class frmLocSetting
  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.kryptonPanel1 = new ComponentFactory.Krypton.Toolkit.KryptonPanel();
  30. this.kryptonButton = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  31. this.kryptonNumCount = new ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown();
  32. this.kryptonLabel1 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  33. this.kryptonCmbPaletteMode = new ComponentFactory.Krypton.Toolkit.KryptonComboBox();
  34. this.kryptonButtonSave = new ComponentFactory.Krypton.Toolkit.KryptonButton();
  35. this.kryptonLabel3 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  36. this.txtWebApiURL = new ComponentFactory.Krypton.Toolkit.KryptonTextBox();
  37. this.kryptonLabel2 = new ComponentFactory.Krypton.Toolkit.KryptonLabel();
  38. this.kryptonManager = new ComponentFactory.Krypton.Toolkit.KryptonManager(this.components);
  39. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).BeginInit();
  40. this.kryptonPanel1.SuspendLayout();
  41. ((System.ComponentModel.ISupportInitialize)(this.kryptonCmbPaletteMode)).BeginInit();
  42. this.SuspendLayout();
  43. //
  44. // kryptonPanel1
  45. //
  46. this.kryptonPanel1.Controls.Add(this.kryptonButton);
  47. this.kryptonPanel1.Controls.Add(this.kryptonNumCount);
  48. this.kryptonPanel1.Controls.Add(this.kryptonLabel1);
  49. this.kryptonPanel1.Controls.Add(this.kryptonCmbPaletteMode);
  50. this.kryptonPanel1.Controls.Add(this.kryptonButtonSave);
  51. this.kryptonPanel1.Controls.Add(this.kryptonLabel3);
  52. this.kryptonPanel1.Controls.Add(this.txtWebApiURL);
  53. this.kryptonPanel1.Controls.Add(this.kryptonLabel2);
  54. this.kryptonPanel1.Location = new System.Drawing.Point(12, 9);
  55. this.kryptonPanel1.Name = "kryptonPanel1";
  56. this.kryptonPanel1.Size = new System.Drawing.Size(312, 430);
  57. this.kryptonPanel1.TabIndex = 2;
  58. //
  59. // kryptonButton
  60. //
  61. this.kryptonButton.Location = new System.Drawing.Point(108, 396);
  62. this.kryptonButton.Name = "kryptonButton";
  63. this.kryptonButton.Size = new System.Drawing.Size(90, 26);
  64. this.kryptonButton.TabIndex = 11;
  65. this.kryptonButton.Values.Image = global::NXWMS.Properties.Resources.editUser;
  66. this.kryptonButton.Values.Text = "应用";
  67. this.kryptonButton.Click += new System.EventHandler(this.kryptonButton_Click);
  68. //
  69. // kryptonNumCount
  70. //
  71. this.kryptonNumCount.Location = new System.Drawing.Point(110, 112);
  72. this.kryptonNumCount.Maximum = new decimal(new int[] {
  73. 20,
  74. 0,
  75. 0,
  76. 0});
  77. this.kryptonNumCount.Name = "kryptonNumCount";
  78. this.kryptonNumCount.Size = new System.Drawing.Size(184, 22);
  79. this.kryptonNumCount.TabIndex = 10;
  80. //
  81. // kryptonLabel1
  82. //
  83. this.kryptonLabel1.Location = new System.Drawing.Point(3, 111);
  84. this.kryptonLabel1.Name = "kryptonLabel1";
  85. this.kryptonLabel1.Size = new System.Drawing.Size(73, 20);
  86. this.kryptonLabel1.TabIndex = 9;
  87. this.kryptonLabel1.Values.Text = "窗口最大数";
  88. //
  89. // kryptonCmbPaletteMode
  90. //
  91. this.kryptonCmbPaletteMode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  92. this.kryptonCmbPaletteMode.DropDownWidth = 210;
  93. this.kryptonCmbPaletteMode.Items.AddRange(new object[] {
  94. "ProfessionalSystem",
  95. "ProfessionalOffice2003",
  96. "Office2007Blue",
  97. "Office2007Silver",
  98. "Office2007Black",
  99. "Office2010Blue",
  100. "Office2010Silver",
  101. "Office2010Black",
  102. "SparkleBlue",
  103. "SparkleOrange",
  104. "SparklePurple",
  105. "Custom"});
  106. this.kryptonCmbPaletteMode.Location = new System.Drawing.Point(110, 63);
  107. this.kryptonCmbPaletteMode.Name = "kryptonCmbPaletteMode";
  108. this.kryptonCmbPaletteMode.Size = new System.Drawing.Size(184, 21);
  109. this.kryptonCmbPaletteMode.TabIndex = 8;
  110. //
  111. // kryptonButtonSave
  112. //
  113. this.kryptonButtonSave.Location = new System.Drawing.Point(204, 396);
  114. this.kryptonButtonSave.Name = "kryptonButtonSave";
  115. this.kryptonButtonSave.Size = new System.Drawing.Size(90, 28);
  116. this.kryptonButtonSave.TabIndex = 7;
  117. this.kryptonButtonSave.Values.Image = global::NXWMS.Properties.Resources.save;
  118. this.kryptonButtonSave.Values.Text = "保存";
  119. this.kryptonButtonSave.Click += new System.EventHandler(this.kryptonButtonSave_Click);
  120. //
  121. // kryptonLabel3
  122. //
  123. this.kryptonLabel3.Location = new System.Drawing.Point(18, 63);
  124. this.kryptonLabel3.Name = "kryptonLabel3";
  125. this.kryptonLabel3.Size = new System.Drawing.Size(60, 20);
  126. this.kryptonLabel3.TabIndex = 3;
  127. this.kryptonLabel3.Values.Text = "皮肤样式";
  128. //
  129. // txtWebApiURL
  130. //
  131. this.txtWebApiURL.Location = new System.Drawing.Point(110, 23);
  132. this.txtWebApiURL.Name = "txtWebApiURL";
  133. this.txtWebApiURL.Size = new System.Drawing.Size(184, 20);
  134. this.txtWebApiURL.TabIndex = 2;
  135. //
  136. // kryptonLabel2
  137. //
  138. this.kryptonLabel2.Location = new System.Drawing.Point(18, 21);
  139. this.kryptonLabel2.Name = "kryptonLabel2";
  140. this.kryptonLabel2.Size = new System.Drawing.Size(60, 20);
  141. this.kryptonLabel2.TabIndex = 1;
  142. this.kryptonLabel2.Values.Text = "数据地址";
  143. //
  144. // frmLocSetting
  145. //
  146. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  147. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  148. this.ClientSize = new System.Drawing.Size(339, 449);
  149. this.Controls.Add(this.kryptonPanel1);
  150. this.MaximizeBox = false;
  151. this.MinimizeBox = false;
  152. this.Name = "frmLocSetting";
  153. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  154. this.Text = "配置设置";
  155. ((System.ComponentModel.ISupportInitialize)(this.kryptonPanel1)).EndInit();
  156. this.kryptonPanel1.ResumeLayout(false);
  157. this.kryptonPanel1.PerformLayout();
  158. ((System.ComponentModel.ISupportInitialize)(this.kryptonCmbPaletteMode)).EndInit();
  159. this.ResumeLayout(false);
  160. }
  161. #endregion
  162. private ComponentFactory.Krypton.Toolkit.KryptonPanel kryptonPanel1;
  163. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButtonSave;
  164. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel3;
  165. private ComponentFactory.Krypton.Toolkit.KryptonTextBox txtWebApiURL;
  166. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel2;
  167. private ComponentFactory.Krypton.Toolkit.KryptonComboBox kryptonCmbPaletteMode;
  168. private ComponentFactory.Krypton.Toolkit.KryptonManager kryptonManager;
  169. private ComponentFactory.Krypton.Toolkit.KryptonLabel kryptonLabel1;
  170. private ComponentFactory.Krypton.Toolkit.KryptonNumericUpDown kryptonNumCount;
  171. private ComponentFactory.Krypton.Toolkit.KryptonButton kryptonButton;
  172. }
  173. }