frmLoginSettings.Designer.cs 40 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699
  1. namespace LYFZ.Software.UI
  2. {
  3. partial class frmLoginSettings
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLoginSettings));
  29. this.btnFrmClose = new LYFZ.ComponentLibrary.ButtonEx();
  30. this.btnEnter = new LYFZ.ComponentLibrary.ButtonEx();
  31. this.txtHostPort = new LYFZ.ComponentLibrary.TextBoxEx();
  32. this.txtHostName = new LYFZ.ComponentLibrary.TextBoxEx();
  33. this.labelEx2 = new LYFZ.ComponentLibrary.LabelEx();
  34. this.lbIP = new LYFZ.ComponentLibrary.LabelEx();
  35. this.labelEx3 = new LYFZ.ComponentLibrary.LabelEx();
  36. this.cbx_Testshareddirectory = new LYFZ.ComponentLibrary.CheckBoxEx();
  37. this.chbUpdate = new LYFZ.ComponentLibrary.CheckBoxEx();
  38. this.btnLSP = new LYFZ.ComponentLibrary.ButtonEx();
  39. this.labelEx4 = new LYFZ.ComponentLibrary.LabelEx();
  40. this.cbxDriveInfo = new LYFZ.ComponentLibrary.ComboBoxEx();
  41. this.lbMsg = new LYFZ.ComponentLibrary.LabelEx();
  42. this.txtLocalImportPath = new LYFZ.ComponentLibrary.TextBoxEx();
  43. this.btnfBrowse = new LYFZ.ComponentLibrary.ButtonForm();
  44. this.chkOpenLocalImportPhoto = new LYFZ.ComponentLibrary.CheckBoxEx();
  45. this.groupBox1 = new System.Windows.Forms.GroupBox();
  46. this.labelEx5 = new LYFZ.ComponentLibrary.LabelEx();
  47. this.groupBox2 = new System.Windows.Forms.GroupBox();
  48. this.chkNativeOnlyFilmSelection = new LYFZ.ComponentLibrary.CheckBoxEx();
  49. this.btnRemoteAssistance = new LYFZ.ComponentLibrary.ButtonEx();
  50. this.rdoIntranetClient = new LYFZ.ComponentLibrary.RadioButtonEx();
  51. this.rdoRemoteCloudClient = new LYFZ.ComponentLibrary.RadioButtonEx();
  52. this.groupBox3 = new System.Windows.Forms.GroupBox();
  53. this.plRemoteCloudClient = new System.Windows.Forms.Panel();
  54. this.cbxDongleDomain = new LYFZ.ComponentLibrary.ComboBoxEx();
  55. this.btnGetStoreName = new LYFZ.ComponentLibrary.ButtonForm();
  56. this.labelEx1 = new LYFZ.ComponentLibrary.LabelEx();
  57. this.txtEnterpriseID = new LYFZ.ComponentLibrary.TextBoxEx();
  58. this.labelEx6 = new LYFZ.ComponentLibrary.LabelEx();
  59. this.labelEx7 = new LYFZ.ComponentLibrary.LabelEx();
  60. this.txtCloudPort = new LYFZ.ComponentLibrary.TextBoxEx();
  61. this.plIntranetClient = new System.Windows.Forms.Panel();
  62. this.plExMainContainer.SuspendLayout();
  63. this.plFormMainContent.SuspendLayout();
  64. this.groupBox1.SuspendLayout();
  65. this.groupBox2.SuspendLayout();
  66. this.groupBox3.SuspendLayout();
  67. this.plRemoteCloudClient.SuspendLayout();
  68. this.plIntranetClient.SuspendLayout();
  69. this.SuspendLayout();
  70. //
  71. // plExMainContainer
  72. //
  73. this.plExMainContainer.Controls.Add(this.groupBox3);
  74. this.plExMainContainer.Controls.Add(this.groupBox2);
  75. this.plExMainContainer.Controls.Add(this.groupBox1);
  76. this.plExMainContainer.Controls.Add(this.lbMsg);
  77. this.plExMainContainer.Controls.Add(this.btnFrmClose);
  78. this.plExMainContainer.Controls.Add(this.btnLSP);
  79. this.plExMainContainer.Controls.Add(this.btnRemoteAssistance);
  80. this.plExMainContainer.Controls.Add(this.btnEnter);
  81. this.plExMainContainer.Size = new System.Drawing.Size(420, 275);
  82. //
  83. // plFormMainContent
  84. //
  85. this.plFormMainContent.Size = new System.Drawing.Size(420, 275);
  86. //
  87. // btnAppFormMaximize
  88. //
  89. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  90. this.btnAppFormMaximize.Location = new System.Drawing.Point(241, 0);
  91. //
  92. // btnAppFormExit
  93. //
  94. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  95. this.btnAppFormExit.Location = new System.Drawing.Point(388, 0);
  96. //
  97. // btnAppFormMinimize
  98. //
  99. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  100. this.btnAppFormMinimize.Location = new System.Drawing.Point(214, 0);
  101. //
  102. // btnFrmClose
  103. //
  104. this.btnFrmClose.BackColor = System.Drawing.Color.Transparent;
  105. this.btnFrmClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnFrmClose.BackImg")));
  106. this.btnFrmClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  107. this.btnFrmClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  108. this.btnFrmClose.ForeColor = System.Drawing.Color.White;
  109. this.btnFrmClose.IsCustomBackImg = false;
  110. this.btnFrmClose.IsShowText = true;
  111. this.btnFrmClose.Location = new System.Drawing.Point(323, 236);
  112. this.btnFrmClose.Name = "btnFrmClose";
  113. this.btnFrmClose.Size = new System.Drawing.Size(85, 28);
  114. this.btnFrmClose.TabIndex = 7;
  115. this.btnFrmClose.Text = "关 闭";
  116. this.btnFrmClose.UseVisualStyleBackColor = false;
  117. //
  118. // btnEnter
  119. //
  120. this.btnEnter.BackColor = System.Drawing.Color.Transparent;
  121. this.btnEnter.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnEnter.BackImg")));
  122. this.btnEnter.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  123. this.btnEnter.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  124. this.btnEnter.ForeColor = System.Drawing.Color.White;
  125. this.btnEnter.IsCustomBackImg = false;
  126. this.btnEnter.IsShowText = true;
  127. this.btnEnter.Location = new System.Drawing.Point(19, 236);
  128. this.btnEnter.Name = "btnEnter";
  129. this.btnEnter.Size = new System.Drawing.Size(95, 28);
  130. this.btnEnter.TabIndex = 8;
  131. this.btnEnter.Text = "更 新";
  132. this.btnEnter.UseVisualStyleBackColor = false;
  133. //
  134. // txtHostPort
  135. //
  136. this.txtHostPort.BackColor = System.Drawing.Color.Transparent;
  137. this.txtHostPort.Icon = null;
  138. this.txtHostPort.IconIsButton = false;
  139. this.txtHostPort.IsPasswordChat = '\0';
  140. this.txtHostPort.IsSystemPasswordChar = false;
  141. this.txtHostPort.Lines = new string[] {
  142. "0"};
  143. this.txtHostPort.Location = new System.Drawing.Point(297, 5);
  144. this.txtHostPort.Margin = new System.Windows.Forms.Padding(0);
  145. this.txtHostPort.MaxLength = 32767;
  146. this.txtHostPort.MinimumSize = new System.Drawing.Size(0, 26);
  147. this.txtHostPort.MouseBack = null;
  148. this.txtHostPort.Multiline = false;
  149. this.txtHostPort.Name = "txtHostPort";
  150. this.txtHostPort.NormlBack = null;
  151. this.txtHostPort.Padding = new System.Windows.Forms.Padding(5);
  152. this.txtHostPort.ReadOnly = false;
  153. this.txtHostPort.ScrollBars = System.Windows.Forms.ScrollBars.None;
  154. this.txtHostPort.Size = new System.Drawing.Size(94, 26);
  155. this.txtHostPort.TabIndex = 5;
  156. this.txtHostPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  157. this.txtHostPort.WaterColor = System.Drawing.Color.DarkGray;
  158. this.txtHostPort.WaterText = "";
  159. this.txtHostPort.WordWrap = true;
  160. //
  161. // txtHostName
  162. //
  163. this.txtHostName.BackColor = System.Drawing.Color.Transparent;
  164. this.txtHostName.Icon = null;
  165. this.txtHostName.IconIsButton = false;
  166. this.txtHostName.IsPasswordChat = '\0';
  167. this.txtHostName.IsSystemPasswordChar = false;
  168. this.txtHostName.Lines = new string[] {
  169. "127.0.0.1"};
  170. this.txtHostName.Location = new System.Drawing.Point(70, 5);
  171. this.txtHostName.Margin = new System.Windows.Forms.Padding(0);
  172. this.txtHostName.MaxLength = 32767;
  173. this.txtHostName.MinimumSize = new System.Drawing.Size(0, 26);
  174. this.txtHostName.MouseBack = null;
  175. this.txtHostName.Multiline = false;
  176. this.txtHostName.Name = "txtHostName";
  177. this.txtHostName.NormlBack = null;
  178. this.txtHostName.Padding = new System.Windows.Forms.Padding(5);
  179. this.txtHostName.ReadOnly = false;
  180. this.txtHostName.ScrollBars = System.Windows.Forms.ScrollBars.None;
  181. this.txtHostName.Size = new System.Drawing.Size(183, 26);
  182. this.txtHostName.TabIndex = 6;
  183. this.txtHostName.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  184. this.txtHostName.WaterColor = System.Drawing.Color.DarkGray;
  185. this.txtHostName.WaterText = "";
  186. this.txtHostName.WordWrap = true;
  187. //
  188. // labelEx2
  189. //
  190. this.labelEx2.AutoSize = true;
  191. this.labelEx2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  192. this.labelEx2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  193. this.labelEx2.Location = new System.Drawing.Point(259, 9);
  194. this.labelEx2.Name = "labelEx2";
  195. this.labelEx2.Size = new System.Drawing.Size(35, 17);
  196. this.labelEx2.TabIndex = 3;
  197. this.labelEx2.Text = "端口:";
  198. //
  199. // lbIP
  200. //
  201. this.lbIP.AutoSize = true;
  202. this.lbIP.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  203. this.lbIP.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  204. this.lbIP.Location = new System.Drawing.Point(4, 9);
  205. this.lbIP.Name = "lbIP";
  206. this.lbIP.Size = new System.Drawing.Size(63, 17);
  207. this.lbIP.TabIndex = 4;
  208. this.lbIP.Text = "主机名/IP:";
  209. //
  210. // labelEx3
  211. //
  212. this.labelEx3.AutoSize = true;
  213. this.labelEx3.BackColor = System.Drawing.Color.Transparent;
  214. this.labelEx3.Dock = System.Windows.Forms.DockStyle.Bottom;
  215. this.labelEx3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  216. this.labelEx3.ForeColor = System.Drawing.Color.White;
  217. this.labelEx3.Location = new System.Drawing.Point(0, 323);
  218. this.labelEx3.Name = "labelEx3";
  219. this.labelEx3.Size = new System.Drawing.Size(147, 17);
  220. this.labelEx3.TabIndex = 14;
  221. this.labelEx3.Text = "服务器默认端口号为:8500";
  222. //
  223. // cbx_Testshareddirectory
  224. //
  225. this.cbx_Testshareddirectory.AutoSize = true;
  226. this.cbx_Testshareddirectory.BackColor = System.Drawing.Color.Transparent;
  227. this.cbx_Testshareddirectory.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  228. this.cbx_Testshareddirectory.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  229. this.cbx_Testshareddirectory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  230. this.cbx_Testshareddirectory.Fourstates = false;
  231. this.cbx_Testshareddirectory.IsGreenTick = false;
  232. this.cbx_Testshareddirectory.Location = new System.Drawing.Point(205, 316);
  233. this.cbx_Testshareddirectory.Name = "cbx_Testshareddirectory";
  234. this.cbx_Testshareddirectory.Size = new System.Drawing.Size(99, 21);
  235. this.cbx_Testshareddirectory.TabIndex = 9;
  236. this.cbx_Testshareddirectory.Text = "测试共享连接";
  237. this.cbx_Testshareddirectory.UseVisualStyleBackColor = false;
  238. this.cbx_Testshareddirectory.Visible = false;
  239. //
  240. // chbUpdate
  241. //
  242. this.chbUpdate.AutoSize = true;
  243. this.chbUpdate.BackColor = System.Drawing.Color.Transparent;
  244. this.chbUpdate.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  245. this.chbUpdate.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  246. this.chbUpdate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  247. this.chbUpdate.Fourstates = false;
  248. this.chbUpdate.IsGreenTick = false;
  249. this.chbUpdate.Location = new System.Drawing.Point(67, -4);
  250. this.chbUpdate.Name = "chbUpdate";
  251. this.chbUpdate.Size = new System.Drawing.Size(183, 21);
  252. this.chbUpdate.TabIndex = 9;
  253. this.chbUpdate.Text = "重新从服务器升级客户端程序";
  254. this.chbUpdate.UseVisualStyleBackColor = false;
  255. //
  256. // btnLSP
  257. //
  258. this.btnLSP.BackColor = System.Drawing.Color.Transparent;
  259. this.btnLSP.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnLSP.BackImg")));
  260. this.btnLSP.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  261. this.btnLSP.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  262. this.btnLSP.ForeColor = System.Drawing.Color.White;
  263. this.btnLSP.IsCustomBackImg = false;
  264. this.btnLSP.IsShowText = true;
  265. this.btnLSP.Location = new System.Drawing.Point(120, 236);
  266. this.btnLSP.Name = "btnLSP";
  267. this.btnLSP.Size = new System.Drawing.Size(95, 28);
  268. this.btnLSP.TabIndex = 8;
  269. this.btnLSP.Text = "重置LSP连接";
  270. this.btnLSP.UseVisualStyleBackColor = false;
  271. //
  272. // labelEx4
  273. //
  274. this.labelEx4.AutoSize = true;
  275. this.labelEx4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.labelEx4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.labelEx4.Location = new System.Drawing.Point(8, 25);
  278. this.labelEx4.Name = "labelEx4";
  279. this.labelEx4.Size = new System.Drawing.Size(56, 17);
  280. this.labelEx4.TabIndex = 10;
  281. this.labelEx4.Text = "本地缓存";
  282. //
  283. // cbxDriveInfo
  284. //
  285. this.cbxDriveInfo.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  286. this.cbxDriveInfo.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  287. this.cbxDriveInfo.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  288. this.cbxDriveInfo.Font = new System.Drawing.Font("宋体", 10.5F);
  289. this.cbxDriveInfo.FormattingEnabled = true;
  290. this.cbxDriveInfo.IsCustomColor = false;
  291. this.cbxDriveInfo.Location = new System.Drawing.Point(70, 22);
  292. this.cbxDriveInfo.Name = "cbxDriveInfo";
  293. this.cbxDriveInfo.ReadOnly = true;
  294. this.cbxDriveInfo.Size = new System.Drawing.Size(121, 22);
  295. this.cbxDriveInfo.TabIndex = 11;
  296. //
  297. // lbMsg
  298. //
  299. this.lbMsg.AutoSize = true;
  300. this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  301. this.lbMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  302. this.lbMsg.Location = new System.Drawing.Point(199, 110);
  303. this.lbMsg.Name = "lbMsg";
  304. this.lbMsg.Size = new System.Drawing.Size(0, 17);
  305. this.lbMsg.TabIndex = 10;
  306. //
  307. // txtLocalImportPath
  308. //
  309. this.txtLocalImportPath.BackColor = System.Drawing.Color.Transparent;
  310. this.txtLocalImportPath.Icon = null;
  311. this.txtLocalImportPath.IconIsButton = false;
  312. this.txtLocalImportPath.IsPasswordChat = '\0';
  313. this.txtLocalImportPath.IsSystemPasswordChar = false;
  314. this.txtLocalImportPath.Lines = new string[0];
  315. this.txtLocalImportPath.Location = new System.Drawing.Point(11, 24);
  316. this.txtLocalImportPath.Margin = new System.Windows.Forms.Padding(0);
  317. this.txtLocalImportPath.MaxLength = 32767;
  318. this.txtLocalImportPath.MinimumSize = new System.Drawing.Size(0, 26);
  319. this.txtLocalImportPath.MouseBack = null;
  320. this.txtLocalImportPath.Multiline = false;
  321. this.txtLocalImportPath.Name = "txtLocalImportPath";
  322. this.txtLocalImportPath.NormlBack = null;
  323. this.txtLocalImportPath.Padding = new System.Windows.Forms.Padding(5);
  324. this.txtLocalImportPath.ReadOnly = false;
  325. this.txtLocalImportPath.ScrollBars = System.Windows.Forms.ScrollBars.None;
  326. this.txtLocalImportPath.Size = new System.Drawing.Size(273, 26);
  327. this.txtLocalImportPath.TabIndex = 6;
  328. this.txtLocalImportPath.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  329. this.txtLocalImportPath.WaterColor = System.Drawing.Color.DarkGray;
  330. this.txtLocalImportPath.WaterText = "设置本地导片路径";
  331. this.txtLocalImportPath.WordWrap = true;
  332. //
  333. // btnfBrowse
  334. //
  335. this.btnfBrowse.BackColor = System.Drawing.Color.Transparent;
  336. this.btnfBrowse.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnfBrowse.BackImg")));
  337. this.btnfBrowse.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  338. this.btnfBrowse.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  339. this.btnfBrowse.ForeColor = System.Drawing.Color.White;
  340. this.btnfBrowse.IsCustomBackImg = false;
  341. this.btnfBrowse.IsShowText = true;
  342. this.btnfBrowse.Location = new System.Drawing.Point(305, 24);
  343. this.btnfBrowse.Name = "btnfBrowse";
  344. this.btnfBrowse.Size = new System.Drawing.Size(80, 26);
  345. this.btnfBrowse.TabIndex = 12;
  346. this.btnfBrowse.Text = "浏 览";
  347. this.btnfBrowse.UseVisualStyleBackColor = false;
  348. //
  349. // chkOpenLocalImportPhoto
  350. //
  351. this.chkOpenLocalImportPhoto.AutoSize = true;
  352. this.chkOpenLocalImportPhoto.BackColor = System.Drawing.Color.Transparent;
  353. this.chkOpenLocalImportPhoto.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  354. this.chkOpenLocalImportPhoto.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  355. this.chkOpenLocalImportPhoto.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  356. this.chkOpenLocalImportPhoto.Fourstates = false;
  357. this.chkOpenLocalImportPhoto.IsGreenTick = false;
  358. this.chkOpenLocalImportPhoto.Location = new System.Drawing.Point(67, -2);
  359. this.chkOpenLocalImportPhoto.Name = "chkOpenLocalImportPhoto";
  360. this.chkOpenLocalImportPhoto.Size = new System.Drawing.Size(123, 21);
  361. this.chkOpenLocalImportPhoto.TabIndex = 9;
  362. this.chkOpenLocalImportPhoto.Text = "开启本地导片功能";
  363. this.chkOpenLocalImportPhoto.UseVisualStyleBackColor = false;
  364. //
  365. // groupBox1
  366. //
  367. this.groupBox1.Controls.Add(this.chkOpenLocalImportPhoto);
  368. this.groupBox1.Controls.Add(this.btnfBrowse);
  369. this.groupBox1.Controls.Add(this.labelEx5);
  370. this.groupBox1.Controls.Add(this.txtLocalImportPath);
  371. this.groupBox1.Location = new System.Drawing.Point(8, 173);
  372. this.groupBox1.Name = "groupBox1";
  373. this.groupBox1.Size = new System.Drawing.Size(402, 58);
  374. this.groupBox1.TabIndex = 13;
  375. this.groupBox1.TabStop = false;
  376. this.groupBox1.Text = "-";
  377. //
  378. // labelEx5
  379. //
  380. this.labelEx5.AutoSize = true;
  381. this.labelEx5.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  382. this.labelEx5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  383. this.labelEx5.Location = new System.Drawing.Point(8, 0);
  384. this.labelEx5.Name = "labelEx5";
  385. this.labelEx5.Size = new System.Drawing.Size(56, 17);
  386. this.labelEx5.TabIndex = 10;
  387. this.labelEx5.Text = "本地导片";
  388. //
  389. // groupBox2
  390. //
  391. this.groupBox2.Controls.Add(this.labelEx4);
  392. this.groupBox2.Controls.Add(this.cbxDriveInfo);
  393. this.groupBox2.Controls.Add(this.chkNativeOnlyFilmSelection);
  394. this.groupBox2.Controls.Add(this.chbUpdate);
  395. this.groupBox2.ForeColor = System.Drawing.SystemColors.ControlDarkDark;
  396. this.groupBox2.Location = new System.Drawing.Point(8, 112);
  397. this.groupBox2.Name = "groupBox2";
  398. this.groupBox2.Size = new System.Drawing.Size(399, 56);
  399. this.groupBox2.TabIndex = 14;
  400. this.groupBox2.TabStop = false;
  401. this.groupBox2.Text = "本机设置";
  402. //
  403. // chkNativeOnlyFilmSelection
  404. //
  405. this.chkNativeOnlyFilmSelection.AutoSize = true;
  406. this.chkNativeOnlyFilmSelection.BackColor = System.Drawing.Color.Transparent;
  407. this.chkNativeOnlyFilmSelection.CurrentCheckState = LYFZ.ComponentLibrary.CheckStateEx.Unchecked;
  408. this.chkNativeOnlyFilmSelection.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  409. this.chkNativeOnlyFilmSelection.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  410. this.chkNativeOnlyFilmSelection.Fourstates = false;
  411. this.chkNativeOnlyFilmSelection.IsGreenTick = false;
  412. this.chkNativeOnlyFilmSelection.Location = new System.Drawing.Point(217, 23);
  413. this.chkNativeOnlyFilmSelection.Name = "chkNativeOnlyFilmSelection";
  414. this.chkNativeOnlyFilmSelection.Size = new System.Drawing.Size(168, 21);
  415. this.chkNativeOnlyFilmSelection.TabIndex = 9;
  416. this.chkNativeOnlyFilmSelection.Text = "本机仅用于选片(F3可切换)";
  417. this.chkNativeOnlyFilmSelection.UseVisualStyleBackColor = false;
  418. //
  419. // btnRemoteAssistance
  420. //
  421. this.btnRemoteAssistance.BackColor = System.Drawing.Color.Transparent;
  422. this.btnRemoteAssistance.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnRemoteAssistance.BackImg")));
  423. this.btnRemoteAssistance.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  424. this.btnRemoteAssistance.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  425. this.btnRemoteAssistance.ForeColor = System.Drawing.Color.White;
  426. this.btnRemoteAssistance.IsCustomBackImg = false;
  427. this.btnRemoteAssistance.IsShowText = true;
  428. this.btnRemoteAssistance.Location = new System.Drawing.Point(221, 236);
  429. this.btnRemoteAssistance.Name = "btnRemoteAssistance";
  430. this.btnRemoteAssistance.Size = new System.Drawing.Size(95, 28);
  431. this.btnRemoteAssistance.TabIndex = 8;
  432. this.btnRemoteAssistance.Text = "远程协助";
  433. this.btnRemoteAssistance.UseVisualStyleBackColor = false;
  434. //
  435. // rdoIntranetClient
  436. //
  437. this.rdoIntranetClient.AutoSize = true;
  438. this.rdoIntranetClient.BackColor = System.Drawing.Color.Transparent;
  439. this.rdoIntranetClient.Checked = true;
  440. this.rdoIntranetClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  441. this.rdoIntranetClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  442. this.rdoIntranetClient.Location = new System.Drawing.Point(73, -3);
  443. this.rdoIntranetClient.Name = "rdoIntranetClient";
  444. this.rdoIntranetClient.Size = new System.Drawing.Size(86, 21);
  445. this.rdoIntranetClient.TabIndex = 15;
  446. this.rdoIntranetClient.TabStop = true;
  447. this.rdoIntranetClient.Text = "常规客户端";
  448. this.rdoIntranetClient.UseVisualStyleBackColor = false;
  449. //
  450. // rdoRemoteCloudClient
  451. //
  452. this.rdoRemoteCloudClient.AutoSize = true;
  453. this.rdoRemoteCloudClient.BackColor = System.Drawing.Color.Transparent;
  454. this.rdoRemoteCloudClient.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  455. this.rdoRemoteCloudClient.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  456. this.rdoRemoteCloudClient.Location = new System.Drawing.Point(200, -3);
  457. this.rdoRemoteCloudClient.Name = "rdoRemoteCloudClient";
  458. this.rdoRemoteCloudClient.Size = new System.Drawing.Size(110, 21);
  459. this.rdoRemoteCloudClient.TabIndex = 15;
  460. this.rdoRemoteCloudClient.Text = "云版远程客户端";
  461. this.rdoRemoteCloudClient.UseVisualStyleBackColor = false;
  462. //
  463. // groupBox3
  464. //
  465. this.groupBox3.Controls.Add(this.plRemoteCloudClient);
  466. this.groupBox3.Controls.Add(this.plIntranetClient);
  467. this.groupBox3.Controls.Add(this.rdoRemoteCloudClient);
  468. this.groupBox3.Controls.Add(this.rdoIntranetClient);
  469. this.groupBox3.ForeColor = System.Drawing.Color.DimGray;
  470. this.groupBox3.Location = new System.Drawing.Point(8, 12);
  471. this.groupBox3.Name = "groupBox3";
  472. this.groupBox3.Size = new System.Drawing.Size(399, 94);
  473. this.groupBox3.TabIndex = 16;
  474. this.groupBox3.TabStop = false;
  475. this.groupBox3.Text = "连接设置";
  476. //
  477. // plRemoteCloudClient
  478. //
  479. this.plRemoteCloudClient.Controls.Add(this.cbxDongleDomain);
  480. this.plRemoteCloudClient.Controls.Add(this.btnGetStoreName);
  481. this.plRemoteCloudClient.Controls.Add(this.labelEx1);
  482. this.plRemoteCloudClient.Controls.Add(this.txtEnterpriseID);
  483. this.plRemoteCloudClient.Controls.Add(this.labelEx6);
  484. this.plRemoteCloudClient.Controls.Add(this.labelEx7);
  485. this.plRemoteCloudClient.Controls.Add(this.txtCloudPort);
  486. this.plRemoteCloudClient.Location = new System.Drawing.Point(5, 20);
  487. this.plRemoteCloudClient.Name = "plRemoteCloudClient";
  488. this.plRemoteCloudClient.Size = new System.Drawing.Size(387, 66);
  489. this.plRemoteCloudClient.TabIndex = 16;
  490. this.plRemoteCloudClient.Visible = false;
  491. //
  492. // cbxDongleDomain
  493. //
  494. this.cbxDongleDomain.ArrowColor = System.Drawing.Color.FromArgb(((int)(((byte)(221)))), ((int)(((byte)(66)))), ((int)(((byte)(80)))));
  495. this.cbxDongleDomain.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
  496. this.cbxDongleDomain.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(174)))), ((int)(((byte)(168)))), ((int)(((byte)(168)))));
  497. this.cbxDongleDomain.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  498. this.cbxDongleDomain.FormattingEnabled = true;
  499. this.cbxDongleDomain.IsCustomColor = false;
  500. this.cbxDongleDomain.Location = new System.Drawing.Point(70, 35);
  501. this.cbxDongleDomain.Name = "cbxDongleDomain";
  502. this.cbxDongleDomain.ReadOnly = true;
  503. this.cbxDongleDomain.Size = new System.Drawing.Size(183, 28);
  504. this.cbxDongleDomain.TabIndex = 11;
  505. this.cbxDongleDomain.Text = "请选择要登录的门店";
  506. //
  507. // btnGetStoreName
  508. //
  509. this.btnGetStoreName.BackColor = System.Drawing.Color.Transparent;
  510. this.btnGetStoreName.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnGetStoreName.BackImg")));
  511. this.btnGetStoreName.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  512. this.btnGetStoreName.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  513. this.btnGetStoreName.ForeColor = System.Drawing.Color.White;
  514. this.btnGetStoreName.IsCustomBackImg = false;
  515. this.btnGetStoreName.IsShowText = true;
  516. this.btnGetStoreName.Location = new System.Drawing.Point(262, 35);
  517. this.btnGetStoreName.Name = "btnGetStoreName";
  518. this.btnGetStoreName.Size = new System.Drawing.Size(115, 26);
  519. this.btnGetStoreName.TabIndex = 12;
  520. this.btnGetStoreName.Text = "获取门店";
  521. this.btnGetStoreName.UseVisualStyleBackColor = false;
  522. //
  523. // labelEx1
  524. //
  525. this.labelEx1.AutoSize = true;
  526. this.labelEx1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  527. this.labelEx1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  528. this.labelEx1.Location = new System.Drawing.Point(4, 41);
  529. this.labelEx1.Name = "labelEx1";
  530. this.labelEx1.Size = new System.Drawing.Size(59, 17);
  531. this.labelEx1.TabIndex = 4;
  532. this.labelEx1.Text = "选择门店:";
  533. //
  534. // txtEnterpriseID
  535. //
  536. this.txtEnterpriseID.BackColor = System.Drawing.Color.Transparent;
  537. this.txtEnterpriseID.Icon = null;
  538. this.txtEnterpriseID.IconIsButton = false;
  539. this.txtEnterpriseID.IsPasswordChat = '\0';
  540. this.txtEnterpriseID.IsSystemPasswordChar = false;
  541. this.txtEnterpriseID.Lines = new string[0];
  542. this.txtEnterpriseID.Location = new System.Drawing.Point(70, 5);
  543. this.txtEnterpriseID.Margin = new System.Windows.Forms.Padding(0);
  544. this.txtEnterpriseID.MaxLength = 32767;
  545. this.txtEnterpriseID.MinimumSize = new System.Drawing.Size(0, 26);
  546. this.txtEnterpriseID.MouseBack = null;
  547. this.txtEnterpriseID.Multiline = false;
  548. this.txtEnterpriseID.Name = "txtEnterpriseID";
  549. this.txtEnterpriseID.NormlBack = null;
  550. this.txtEnterpriseID.Padding = new System.Windows.Forms.Padding(5);
  551. this.txtEnterpriseID.ReadOnly = false;
  552. this.txtEnterpriseID.ScrollBars = System.Windows.Forms.ScrollBars.None;
  553. this.txtEnterpriseID.Size = new System.Drawing.Size(183, 26);
  554. this.txtEnterpriseID.TabIndex = 6;
  555. this.txtEnterpriseID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  556. this.txtEnterpriseID.WaterColor = System.Drawing.Color.DarkGray;
  557. this.txtEnterpriseID.WaterText = "请输入企业ID";
  558. this.txtEnterpriseID.WordWrap = true;
  559. //
  560. // labelEx6
  561. //
  562. this.labelEx6.AutoSize = true;
  563. this.labelEx6.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  564. this.labelEx6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  565. this.labelEx6.Location = new System.Drawing.Point(4, 9);
  566. this.labelEx6.Name = "labelEx6";
  567. this.labelEx6.Size = new System.Drawing.Size(48, 17);
  568. this.labelEx6.TabIndex = 4;
  569. this.labelEx6.Text = "企业ID:";
  570. //
  571. // labelEx7
  572. //
  573. this.labelEx7.AutoSize = true;
  574. this.labelEx7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  575. this.labelEx7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  576. this.labelEx7.Location = new System.Drawing.Point(259, 9);
  577. this.labelEx7.Name = "labelEx7";
  578. this.labelEx7.Size = new System.Drawing.Size(35, 17);
  579. this.labelEx7.TabIndex = 3;
  580. this.labelEx7.Text = "端口:";
  581. //
  582. // txtCloudPort
  583. //
  584. this.txtCloudPort.BackColor = System.Drawing.Color.Transparent;
  585. this.txtCloudPort.Icon = null;
  586. this.txtCloudPort.IconIsButton = false;
  587. this.txtCloudPort.IsPasswordChat = '\0';
  588. this.txtCloudPort.IsSystemPasswordChar = false;
  589. this.txtCloudPort.Lines = new string[] {
  590. "8000"};
  591. this.txtCloudPort.Location = new System.Drawing.Point(297, 5);
  592. this.txtCloudPort.Margin = new System.Windows.Forms.Padding(0);
  593. this.txtCloudPort.MaxLength = 32767;
  594. this.txtCloudPort.MinimumSize = new System.Drawing.Size(0, 26);
  595. this.txtCloudPort.MouseBack = null;
  596. this.txtCloudPort.Multiline = false;
  597. this.txtCloudPort.Name = "txtCloudPort";
  598. this.txtCloudPort.NormlBack = null;
  599. this.txtCloudPort.Padding = new System.Windows.Forms.Padding(5);
  600. this.txtCloudPort.ReadOnly = false;
  601. this.txtCloudPort.ScrollBars = System.Windows.Forms.ScrollBars.None;
  602. this.txtCloudPort.Size = new System.Drawing.Size(83, 26);
  603. this.txtCloudPort.TabIndex = 5;
  604. this.txtCloudPort.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  605. this.txtCloudPort.WaterColor = System.Drawing.Color.DarkGray;
  606. this.txtCloudPort.WaterText = "";
  607. this.txtCloudPort.WordWrap = true;
  608. //
  609. // plIntranetClient
  610. //
  611. this.plIntranetClient.Controls.Add(this.txtHostName);
  612. this.plIntranetClient.Controls.Add(this.lbIP);
  613. this.plIntranetClient.Controls.Add(this.labelEx2);
  614. this.plIntranetClient.Controls.Add(this.txtHostPort);
  615. this.plIntranetClient.Location = new System.Drawing.Point(2, 29);
  616. this.plIntranetClient.Name = "plIntranetClient";
  617. this.plIntranetClient.Size = new System.Drawing.Size(393, 37);
  618. this.plIntranetClient.TabIndex = 16;
  619. //
  620. // frmLoginSettings
  621. //
  622. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  623. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  624. this.ClientSize = new System.Drawing.Size(420, 340);
  625. this.Controls.Add(this.labelEx3);
  626. this.Controls.Add(this.cbx_Testshareddirectory);
  627. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  628. this.IsMaximized = false;
  629. this.IsUserControlsSize = false;
  630. this.MinimizeBox = false;
  631. this.Name = "frmLoginSettings";
  632. this.Text = "登录服务器设置";
  633. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  634. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  635. this.Controls.SetChildIndex(this.cbx_Testshareddirectory, 0);
  636. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  637. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  638. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  639. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  640. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  641. this.Controls.SetChildIndex(this.labelEx3, 0);
  642. this.plExMainContainer.ResumeLayout(false);
  643. this.plExMainContainer.PerformLayout();
  644. this.plFormMainContent.ResumeLayout(false);
  645. this.groupBox1.ResumeLayout(false);
  646. this.groupBox1.PerformLayout();
  647. this.groupBox2.ResumeLayout(false);
  648. this.groupBox2.PerformLayout();
  649. this.groupBox3.ResumeLayout(false);
  650. this.groupBox3.PerformLayout();
  651. this.plRemoteCloudClient.ResumeLayout(false);
  652. this.plRemoteCloudClient.PerformLayout();
  653. this.plIntranetClient.ResumeLayout(false);
  654. this.plIntranetClient.PerformLayout();
  655. this.ResumeLayout(false);
  656. this.PerformLayout();
  657. }
  658. #endregion
  659. private ComponentLibrary.ButtonEx btnFrmClose;
  660. private ComponentLibrary.ButtonEx btnEnter;
  661. private ComponentLibrary.TextBoxEx txtHostPort;
  662. private ComponentLibrary.TextBoxEx txtHostName;
  663. private ComponentLibrary.LabelEx labelEx2;
  664. private ComponentLibrary.LabelEx lbIP;
  665. private ComponentLibrary.LabelEx labelEx3;
  666. private ComponentLibrary.CheckBoxEx cbx_Testshareddirectory;
  667. private ComponentLibrary.CheckBoxEx chbUpdate;
  668. protected internal ComponentLibrary.ButtonEx btnLSP;
  669. private ComponentLibrary.LabelEx labelEx4;
  670. public ComponentLibrary.ComboBoxEx cbxDriveInfo;
  671. public ComponentLibrary.LabelEx lbMsg;
  672. public ComponentLibrary.ButtonForm btnfBrowse;
  673. public ComponentLibrary.TextBoxEx txtLocalImportPath;
  674. public ComponentLibrary.CheckBoxEx chkOpenLocalImportPhoto;
  675. private System.Windows.Forms.GroupBox groupBox2;
  676. private System.Windows.Forms.GroupBox groupBox1;
  677. private ComponentLibrary.LabelEx labelEx5;
  678. public ComponentLibrary.CheckBoxEx chkNativeOnlyFilmSelection;
  679. public ComponentLibrary.ButtonEx btnRemoteAssistance;
  680. private System.Windows.Forms.GroupBox groupBox3;
  681. private ComponentLibrary.LabelEx labelEx1;
  682. private ComponentLibrary.LabelEx labelEx6;
  683. private ComponentLibrary.LabelEx labelEx7;
  684. public ComponentLibrary.RadioButtonEx rdoRemoteCloudClient;
  685. public ComponentLibrary.RadioButtonEx rdoIntranetClient;
  686. public ComponentLibrary.TextBoxEx txtEnterpriseID;
  687. public ComponentLibrary.TextBoxEx txtCloudPort;
  688. public System.Windows.Forms.Panel plIntranetClient;
  689. public System.Windows.Forms.Panel plRemoteCloudClient;
  690. public ComponentLibrary.ComboBoxEx cbxDongleDomain;
  691. public ComponentLibrary.ButtonForm btnGetStoreName;
  692. }
  693. }