OrderSightsControlsEx.Designer.cs 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260
  1. namespace LYFZ.Software.UI.DoorCityProcess.SetCustomControls
  2. {
  3. partial class OrderSightsControlsEx
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 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 组件设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrderSightsControlsEx));
  29. this.cmbtreevText = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  30. this.txtText = new LYFZ.ComponentLibrary.TextBoxEx();
  31. this.btnSightsSet = new LYFZ.ComponentLibrary.ButtonForm();
  32. this.btnSightsDelete = new LYFZ.ComponentLibrary.ButtonForm();
  33. this.btnSightsAdd = new LYFZ.ComponentLibrary.ButtonForm();
  34. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  35. this.panelLine = new LYFZ.ComponentLibrary.PanelEx();
  36. this.listViewData_Sights = new LYFZ.ComponentLibrary.ListViewEx();
  37. this.btnReplace = new LYFZ.ComponentLibrary.ButtonForm();
  38. this.dtpText = new LYFZ.ComponentLibrary.DateTimePickerEx();
  39. this.lblBrowseSelect = new LYFZ.ComponentLibrary.LabelEx();
  40. this.SuspendLayout();
  41. //
  42. // cmbtreevText
  43. //
  44. this.cmbtreevText.AfterSelectLevelFirstNode = true;
  45. this.cmbtreevText.DropDownHeight = 100;
  46. this.cmbtreevText.DropDownShow = false;
  47. this.cmbtreevText.Font = new System.Drawing.Font("宋体", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  48. this.cmbtreevText.FormattingEnabled = true;
  49. this.cmbtreevText.IntegralHeight = false;
  50. this.cmbtreevText.IsNodeMouseClick = true;
  51. this.cmbtreevText.IsSelectParentNode = false;
  52. this.cmbtreevText.Location = new System.Drawing.Point(251, 83);
  53. this.cmbtreevText.Name = "cmbtreevText";
  54. this.cmbtreevText.ReadOnly = true;
  55. this.cmbtreevText.SelectedNode = null;
  56. this.cmbtreevText.Size = new System.Drawing.Size(121, 22);
  57. this.cmbtreevText.StrGetName = "";
  58. this.cmbtreevText.StrGetTagName = "";
  59. this.cmbtreevText.StrKey = null;
  60. this.cmbtreevText.TabIndex = 2283;
  61. this.cmbtreevText.Visible = false;
  62. //
  63. // txtText
  64. //
  65. this.txtText.BackColor = System.Drawing.Color.Transparent;
  66. this.txtText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  67. this.txtText.Icon = null;
  68. this.txtText.IconIsButton = false;
  69. this.txtText.IsPasswordChat = '\0';
  70. this.txtText.IsSystemPasswordChar = false;
  71. this.txtText.Lines = new string[0];
  72. this.txtText.Location = new System.Drawing.Point(150, 83);
  73. this.txtText.Margin = new System.Windows.Forms.Padding(0);
  74. this.txtText.MaxLength = 3;
  75. this.txtText.MinimumSize = new System.Drawing.Size(0, 24);
  76. this.txtText.MouseBack = null;
  77. this.txtText.Multiline = false;
  78. this.txtText.Name = "txtText";
  79. this.txtText.NormlBack = null;
  80. this.txtText.Padding = new System.Windows.Forms.Padding(5);
  81. this.txtText.ReadOnly = false;
  82. this.txtText.ScrollBars = System.Windows.Forms.ScrollBars.None;
  83. this.txtText.Size = new System.Drawing.Size(98, 25);
  84. this.txtText.TabIndex = 2282;
  85. this.txtText.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  86. this.txtText.Visible = false;
  87. this.txtText.WaterColor = System.Drawing.Color.DarkGray;
  88. this.txtText.WaterText = "";
  89. this.txtText.WordWrap = true;
  90. //
  91. // btnSightsSet
  92. //
  93. this.btnSightsSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  94. this.btnSightsSet.BackColor = System.Drawing.Color.Transparent;
  95. this.btnSightsSet.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsSet.BackImg")));
  96. this.btnSightsSet.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  97. this.btnSightsSet.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  98. this.btnSightsSet.ForeColor = System.Drawing.Color.White;
  99. this.btnSightsSet.IsCustomBackImg = false;
  100. this.btnSightsSet.IsShowText = true;
  101. this.btnSightsSet.Location = new System.Drawing.Point(824, 25);
  102. this.btnSightsSet.Name = "btnSightsSet";
  103. this.btnSightsSet.Size = new System.Drawing.Size(85, 25);
  104. this.btnSightsSet.TabIndex = 2281;
  105. this.btnSightsSet.Text = " 设 置";
  106. this.btnSightsSet.UseVisualStyleBackColor = false;
  107. //
  108. // btnSightsDelete
  109. //
  110. this.btnSightsDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  111. this.btnSightsDelete.BackColor = System.Drawing.Color.Transparent;
  112. this.btnSightsDelete.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsDelete.BackImg")));
  113. this.btnSightsDelete.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  114. this.btnSightsDelete.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  115. this.btnSightsDelete.ForeColor = System.Drawing.Color.White;
  116. this.btnSightsDelete.IsCustomBackImg = false;
  117. this.btnSightsDelete.IsShowText = true;
  118. this.btnSightsDelete.Location = new System.Drawing.Point(738, 25);
  119. this.btnSightsDelete.Name = "btnSightsDelete";
  120. this.btnSightsDelete.Size = new System.Drawing.Size(80, 25);
  121. this.btnSightsDelete.TabIndex = 2280;
  122. this.btnSightsDelete.Text = " 删 除";
  123. this.btnSightsDelete.UseVisualStyleBackColor = false;
  124. //
  125. // btnSightsAdd
  126. //
  127. this.btnSightsAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  128. this.btnSightsAdd.BackColor = System.Drawing.Color.Transparent;
  129. this.btnSightsAdd.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSightsAdd.BackImg")));
  130. this.btnSightsAdd.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  131. this.btnSightsAdd.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  132. this.btnSightsAdd.ForeColor = System.Drawing.Color.White;
  133. this.btnSightsAdd.IsCustomBackImg = false;
  134. this.btnSightsAdd.IsShowText = true;
  135. this.btnSightsAdd.Location = new System.Drawing.Point(652, 25);
  136. this.btnSightsAdd.Name = "btnSightsAdd";
  137. this.btnSightsAdd.Size = new System.Drawing.Size(80, 25);
  138. this.btnSightsAdd.TabIndex = 2279;
  139. this.btnSightsAdd.Text = " 添 加";
  140. this.btnSightsAdd.UseVisualStyleBackColor = false;
  141. //
  142. // labelEx2
  143. //
  144. this.labelEx2.AutoSize = true;
  145. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  146. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  147. this.labelEx2.Location = new System.Drawing.Point(3, 10);
  148. this.labelEx2.Name = "labelEx2";
  149. this.labelEx2.Size = new System.Drawing.Size(56, 17);
  150. this.labelEx2.TabIndex = 2278;
  151. this.labelEx2.Text = "拍摄景点";
  152. //
  153. // panelLine
  154. //
  155. this.panelLine.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  156. this.panelLine.BorderType = LYFZ.ComponentLibrary.PlBorderType.all;
  157. this.panelLine.BorderWidth = 1;
  158. this.panelLine.Dock = System.Windows.Forms.DockStyle.Top;
  159. this.panelLine.Location = new System.Drawing.Point(0, 0);
  160. this.panelLine.Name = "panelLine";
  161. this.panelLine.Size = new System.Drawing.Size(915, 1);
  162. this.panelLine.TabIndex = 2269;
  163. //
  164. // listViewData_Sights
  165. //
  166. this.listViewData_Sights.AllowDrop = true;
  167. this.listViewData_Sights.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  168. | System.Windows.Forms.AnchorStyles.Left)
  169. | System.Windows.Forms.AnchorStyles.Right)));
  170. this.listViewData_Sights.FullRowSelect = true;
  171. this.listViewData_Sights.IsDefaultShowGroups = false;
  172. this.listViewData_Sights.Location = new System.Drawing.Point(6, 53);
  173. this.listViewData_Sights.Name = "listViewData_Sights";
  174. this.listViewData_Sights.Size = new System.Drawing.Size(904, 160);
  175. this.listViewData_Sights.TabIndex = 2295;
  176. this.listViewData_Sights.UseCompatibleStateImageBehavior = false;
  177. //
  178. // btnReplace
  179. //
  180. this.btnReplace.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  181. this.btnReplace.BackColor = System.Drawing.Color.Transparent;
  182. this.btnReplace.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnReplace.BackImg")));
  183. this.btnReplace.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  184. this.btnReplace.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  185. this.btnReplace.ForeColor = System.Drawing.Color.White;
  186. this.btnReplace.IsCustomBackImg = false;
  187. this.btnReplace.IsShowText = true;
  188. this.btnReplace.Location = new System.Drawing.Point(566, 25);
  189. this.btnReplace.Name = "btnReplace";
  190. this.btnReplace.Size = new System.Drawing.Size(80, 25);
  191. this.btnReplace.TabIndex = 2296;
  192. this.btnReplace.Text = " 更 换";
  193. this.btnReplace.UseVisualStyleBackColor = false;
  194. this.btnReplace.Visible = false;
  195. //
  196. // dtpText
  197. //
  198. this.dtpText.CustomFormat = " ";
  199. this.dtpText.DateValue = "";
  200. this.dtpText.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel);
  201. this.dtpText.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  202. this.dtpText.IsShowTime = false;
  203. this.dtpText.Location = new System.Drawing.Point(378, 83);
  204. this.dtpText.Name = "dtpText";
  205. this.dtpText.Size = new System.Drawing.Size(90, 23);
  206. this.dtpText.TabIndex = 2297;
  207. this.dtpText.Visible = false;
  208. //
  209. // lblBrowseSelect
  210. //
  211. this.lblBrowseSelect.AutoSize = true;
  212. this.lblBrowseSelect.Cursor = System.Windows.Forms.Cursors.Hand;
  213. this.lblBrowseSelect.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Pixel);
  214. this.lblBrowseSelect.ForeColor = System.Drawing.Color.DodgerBlue;
  215. this.lblBrowseSelect.Location = new System.Drawing.Point(7, 31);
  216. this.lblBrowseSelect.Name = "lblBrowseSelect";
  217. this.lblBrowseSelect.Size = new System.Drawing.Size(56, 17);
  218. this.lblBrowseSelect.TabIndex = 2298;
  219. this.lblBrowseSelect.Text = "浏览选择";
  220. //
  221. // OrderSightsControlsEx
  222. //
  223. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  224. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  225. this.Controls.Add(this.lblBrowseSelect);
  226. this.Controls.Add(this.dtpText);
  227. this.Controls.Add(this.btnReplace);
  228. this.Controls.Add(this.cmbtreevText);
  229. this.Controls.Add(this.txtText);
  230. this.Controls.Add(this.btnSightsSet);
  231. this.Controls.Add(this.btnSightsDelete);
  232. this.Controls.Add(this.btnSightsAdd);
  233. this.Controls.Add(this.labelEx2);
  234. this.Controls.Add(this.panelLine);
  235. this.Controls.Add(this.listViewData_Sights);
  236. this.Name = "OrderSightsControlsEx";
  237. this.Size = new System.Drawing.Size(915, 220);
  238. this.ResumeLayout(false);
  239. this.PerformLayout();
  240. }
  241. #endregion
  242. private ComponentLibrary.PanelEx panelLine;
  243. protected ComponentLibrary.LabelEx labelEx2;
  244. protected internal ComponentLibrary.ComboBoxTreeViewEx cmbtreevText;
  245. protected internal ComponentLibrary.TextBoxEx txtText;
  246. protected internal ComponentLibrary.ButtonForm btnSightsSet;
  247. protected internal ComponentLibrary.ButtonForm btnSightsDelete;
  248. protected internal ComponentLibrary.ButtonForm btnSightsAdd;
  249. protected internal ComponentLibrary.ListViewEx listViewData_Sights;
  250. protected internal ComponentLibrary.ButtonForm btnReplace;
  251. protected internal ComponentLibrary.DateTimePickerEx dtpText;
  252. public ComponentLibrary.LabelEx lblBrowseSelect;
  253. }
  254. }