F_MST_1301.Designer.cs 33 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1301
  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(F_MST_1301));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  37. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  38. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  39. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  41. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.txtWorkStationName = new System.Windows.Forms.TextBox();
  43. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtRemarks = new System.Windows.Forms.TextBox();
  47. this.lblWorkStationName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dgvWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.WorkStationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Remarks1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.WorkStationID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.OrganizationFullName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.limitMAC = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.splLine = new System.Windows.Forms.SplitContainer();
  63. this.tsrOperate.SuspendLayout();
  64. this.gbxCondition.SuspendLayout();
  65. ((System.ComponentModel.ISupportInitialize)(this.dgvWorkStation)).BeginInit();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  67. ((System.ComponentModel.ISupportInitialize)(this.splLine)).BeginInit();
  68. this.splLine.Panel1.SuspendLayout();
  69. this.splLine.Panel2.SuspendLayout();
  70. this.splLine.SuspendLayout();
  71. this.SuspendLayout();
  72. //
  73. // tsrOperate
  74. //
  75. this.tsrOperate.AutoSize = false;
  76. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  77. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.SystemModule.Resource1.functionbackground;
  78. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  80. this.tsbtnAdd,
  81. this.toolStripSeparator3,
  82. this.tsbtnAdaptive,
  83. this.tsbtnClose});
  84. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  85. this.tsrOperate.Name = "tsrOperate";
  86. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  87. this.tsrOperate.ShowItemToolTips = false;
  88. this.tsrOperate.Size = new System.Drawing.Size(837, 33);
  89. this.tsrOperate.TabIndex = 1;
  90. //
  91. // tsbtnAdd
  92. //
  93. this.tsbtnAdd.AutoSize = false;
  94. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  96. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbtnAdd.Name = "tsbtnAdd";
  98. this.tsbtnAdd.Size = new System.Drawing.Size(100, 25);
  99. this.tsbtnAdd.Text = "配置工位工号(&E)";
  100. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAddUser_Click);
  101. //
  102. // toolStripSeparator3
  103. //
  104. this.toolStripSeparator3.AutoSize = false;
  105. this.toolStripSeparator3.Name = "toolStripSeparator3";
  106. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  107. //
  108. // tsbtnAdaptive
  109. //
  110. this.tsbtnAdaptive.AutoSize = false;
  111. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  115. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  116. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  117. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  118. //
  119. // tsbtnClose
  120. //
  121. this.tsbtnClose.AutoSize = false;
  122. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  124. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  125. this.tsbtnClose.Name = "tsbtnClose";
  126. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  127. this.tsbtnClose.Text = "关闭(&X)";
  128. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  129. //
  130. // gbxCondition
  131. //
  132. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  133. | System.Windows.Forms.AnchorStyles.Right)));
  134. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  135. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  136. this.gbxCondition.Controls.Add(this.txtWorkStationName);
  137. this.gbxCondition.Controls.Add(this.btnClearCondition);
  138. this.gbxCondition.Controls.Add(this.btnSearch);
  139. this.gbxCondition.Controls.Add(this.lblRemarks);
  140. this.gbxCondition.Controls.Add(this.txtRemarks);
  141. this.gbxCondition.Controls.Add(this.lblWorkStationName);
  142. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.gbxCondition.IsMustInput = false;
  145. this.gbxCondition.Location = new System.Drawing.Point(12, 36);
  146. this.gbxCondition.Name = "gbxCondition";
  147. this.gbxCondition.OriginalHeight = -1;
  148. this.gbxCondition.Size = new System.Drawing.Size(813, 56);
  149. this.gbxCondition.TabIndex = 21;
  150. this.gbxCondition.TabStop = false;
  151. this.gbxCondition.Text = "查询条件 ▼";
  152. //
  153. // txtWorkStationName
  154. //
  155. this.txtWorkStationName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  156. this.txtWorkStationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.txtWorkStationName.ImeMode = System.Windows.Forms.ImeMode.Off;
  158. this.txtWorkStationName.Location = new System.Drawing.Point(70, 20);
  159. this.txtWorkStationName.MaxLength = 20;
  160. this.txtWorkStationName.Name = "txtWorkStationName";
  161. this.txtWorkStationName.Size = new System.Drawing.Size(100, 21);
  162. this.txtWorkStationName.TabIndex = 2;
  163. //
  164. // btnClearCondition
  165. //
  166. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  167. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  168. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  169. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  171. this.btnClearCondition.Location = new System.Drawing.Point(722, 15);
  172. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  173. this.btnClearCondition.Name = "btnClearCondition";
  174. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  175. this.btnClearCondition.TabIndex = 10;
  176. this.btnClearCondition.Text = "清空条件(&C)";
  177. this.btnClearCondition.UseVisualStyleBackColor = false;
  178. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  179. //
  180. // btnSearch
  181. //
  182. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  183. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  184. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  185. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  186. this.btnSearch.ForeColor = System.Drawing.Color.White;
  187. this.btnSearch.Location = new System.Drawing.Point(630, 15);
  188. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  189. this.btnSearch.Name = "btnSearch";
  190. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  191. this.btnSearch.TabIndex = 9;
  192. this.btnSearch.Text = "查询(&Q)";
  193. this.btnSearch.UseVisualStyleBackColor = false;
  194. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  195. //
  196. // lblRemarks
  197. //
  198. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  199. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  201. this.lblRemarks.Location = new System.Drawing.Point(176, 23);
  202. this.lblRemarks.Name = "lblRemarks";
  203. this.lblRemarks.Size = new System.Drawing.Size(31, 13);
  204. this.lblRemarks.TabIndex = 7;
  205. this.lblRemarks.Text = "备注";
  206. //
  207. // txtRemarks
  208. //
  209. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  210. this.txtRemarks.Location = new System.Drawing.Point(213, 19);
  211. this.txtRemarks.MaxLength = 500;
  212. this.txtRemarks.Name = "txtRemarks";
  213. this.txtRemarks.Size = new System.Drawing.Size(100, 21);
  214. this.txtRemarks.TabIndex = 8;
  215. //
  216. // lblWorkStationName
  217. //
  218. this.lblWorkStationName.AutoSize = true;
  219. this.lblWorkStationName.BackColor = System.Drawing.Color.Transparent;
  220. this.lblWorkStationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblWorkStationName.ForeColor = System.Drawing.SystemColors.ControlText;
  222. this.lblWorkStationName.Location = new System.Drawing.Point(11, 24);
  223. this.lblWorkStationName.Name = "lblWorkStationName";
  224. this.lblWorkStationName.Size = new System.Drawing.Size(53, 12);
  225. this.lblWorkStationName.TabIndex = 1;
  226. this.lblWorkStationName.Text = "工位名称";
  227. //
  228. // dgvWorkStation
  229. //
  230. this.dgvWorkStation.AllowUserToAddRows = false;
  231. this.dgvWorkStation.AllowUserToDeleteRows = false;
  232. this.dgvWorkStation.AllowUserToModifyRows = true;
  233. this.dgvWorkStation.AllowUserToOrderColumns = true;
  234. this.dgvWorkStation.AllowUserToResizeRows = false;
  235. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  236. dataGridViewCellStyle1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.dgvWorkStation.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  238. this.dgvWorkStation.BorderStyle = System.Windows.Forms.BorderStyle.None;
  239. this.dgvWorkStation.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  240. this.dgvWorkStation.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  241. this.dgvWorkStation.CellHeight = 23;
  242. this.dgvWorkStation.ChildNodeColumnName = null;
  243. this.dgvWorkStation.ChildNodeColumnText = null;
  244. this.dgvWorkStation.ColumnDeep = 1;
  245. this.dgvWorkStation.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  246. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  247. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  248. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  250. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  251. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  252. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  253. this.dgvWorkStation.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  254. this.dgvWorkStation.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  255. this.dgvWorkStation.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  256. this.WorkStationName,
  257. this.ProcedureName,
  258. this.Remarks1,
  259. this.WorkStationID});
  260. this.dgvWorkStation.ColumnTreeView = null;
  261. this.dgvWorkStation.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  262. this.dgvWorkStation.Dock = System.Windows.Forms.DockStyle.Fill;
  263. this.dgvWorkStation.DynamicColumnName = "";
  264. this.dgvWorkStation.EnableHeadersVisualStyles = false;
  265. this.dgvWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.dgvWorkStation.FormatQuantityColumns = null;
  267. this.dgvWorkStation.HorizontalMergeColumn = null;
  268. this.dgvWorkStation.IsAutoCountSum = true;
  269. this.dgvWorkStation.IsAutoResizeColumns = false;
  270. this.dgvWorkStation.IsClickF12 = false;
  271. this.dgvWorkStation.IsOpenMergeCellFlag = false;
  272. this.dgvWorkStation.IsSubTotalFlag = false;
  273. this.dgvWorkStation.IsTopDeep = false;
  274. this.dgvWorkStation.Location = new System.Drawing.Point(0, 0);
  275. this.dgvWorkStation.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  276. this.dgvWorkStation.MergeColumnNames = null;
  277. this.dgvWorkStation.MergeDetailColumnNames = null;
  278. this.dgvWorkStation.MergeDetailOnlyColumn = null;
  279. this.dgvWorkStation.MergeOnlyColumn = null;
  280. this.dgvWorkStation.MultiSelect = false;
  281. this.dgvWorkStation.Name = "dgvWorkStation";
  282. this.dgvWorkStation.ReadOnly = true;
  283. this.dgvWorkStation.RefreshAtHscroll = false;
  284. this.dgvWorkStation.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  285. this.dgvWorkStation.RowHeadersWidth = 50;
  286. this.dgvWorkStation.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  287. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  288. this.dgvWorkStation.RowsDefaultCellStyle = dataGridViewCellStyle3;
  289. this.dgvWorkStation.RowTemplate.Height = 21;
  290. this.dgvWorkStation.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  291. this.dgvWorkStation.Size = new System.Drawing.Size(813, 184);
  292. this.dgvWorkStation.SortOrderColumnName = null;
  293. this.dgvWorkStation.TabIndex = 23;
  294. this.dgvWorkStation.Tag = true;
  295. this.dgvWorkStation.TotalSumColumns = null;
  296. this.dgvWorkStation.ViewRowFilter = "";
  297. this.dgvWorkStation.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvWorkStation_CellDoubleClick);
  298. this.dgvWorkStation.SelectionChanged += new System.EventHandler(this.dgvWorkStation_SelectionChanged);
  299. //
  300. // WorkStationName
  301. //
  302. this.WorkStationName.DataPropertyName = "WorkStationName";
  303. this.WorkStationName.HeaderText = "工位名称";
  304. this.WorkStationName.MaxInputLength = 20;
  305. this.WorkStationName.Name = "WorkStationName";
  306. this.WorkStationName.ReadOnly = true;
  307. //
  308. // ProcedureName
  309. //
  310. this.ProcedureName.DataPropertyName = "ProcedureName";
  311. this.ProcedureName.HeaderText = "工序名称";
  312. this.ProcedureName.MaxInputLength = 20;
  313. this.ProcedureName.Name = "ProcedureName";
  314. this.ProcedureName.ReadOnly = true;
  315. //
  316. // Remarks1
  317. //
  318. this.Remarks1.DataPropertyName = "Remarks";
  319. this.Remarks1.HeaderText = "备注";
  320. this.Remarks1.Name = "Remarks1";
  321. this.Remarks1.ReadOnly = true;
  322. //
  323. // WorkStationID
  324. //
  325. this.WorkStationID.DataPropertyName = "WorkStationID";
  326. this.WorkStationID.HeaderText = "WorkStationID";
  327. this.WorkStationID.Name = "WorkStationID";
  328. this.WorkStationID.ReadOnly = true;
  329. this.WorkStationID.Visible = false;
  330. //
  331. // dgvUser
  332. //
  333. this.dgvUser.AllowUserToAddRows = false;
  334. this.dgvUser.AllowUserToDeleteRows = false;
  335. this.dgvUser.AllowUserToModifyRows = true;
  336. this.dgvUser.AllowUserToOrderColumns = true;
  337. this.dgvUser.AllowUserToResizeRows = false;
  338. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  339. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  341. this.dgvUser.BorderStyle = System.Windows.Forms.BorderStyle.None;
  342. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  343. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  344. this.dgvUser.CellHeight = 23;
  345. this.dgvUser.ChildNodeColumnName = null;
  346. this.dgvUser.ChildNodeColumnText = null;
  347. this.dgvUser.ColumnDeep = 1;
  348. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  349. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  350. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  351. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  353. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  354. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  355. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  356. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  357. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  358. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  359. this.UserCode,
  360. this.UserName,
  361. this.OrganizationName,
  362. this.OrganizationFullName,
  363. this.limitMAC,
  364. this.Telephone,
  365. this.Remarks,
  366. this.UserID});
  367. this.dgvUser.ColumnTreeView = null;
  368. this.dgvUser.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  369. this.dgvUser.Dock = System.Windows.Forms.DockStyle.Fill;
  370. this.dgvUser.DynamicColumnName = "";
  371. this.dgvUser.EnableHeadersVisualStyles = false;
  372. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.dgvUser.FormatQuantityColumns = null;
  374. this.dgvUser.HorizontalMergeColumn = null;
  375. this.dgvUser.IsAutoCountSum = true;
  376. this.dgvUser.IsAutoResizeColumns = false;
  377. this.dgvUser.IsClickF12 = false;
  378. this.dgvUser.IsOpenMergeCellFlag = false;
  379. this.dgvUser.IsSubTotalFlag = false;
  380. this.dgvUser.IsTopDeep = false;
  381. this.dgvUser.Location = new System.Drawing.Point(0, 0);
  382. this.dgvUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  383. this.dgvUser.MergeColumnNames = null;
  384. this.dgvUser.MergeDetailColumnNames = null;
  385. this.dgvUser.MergeDetailOnlyColumn = null;
  386. this.dgvUser.MergeOnlyColumn = null;
  387. this.dgvUser.MultiSelect = false;
  388. this.dgvUser.Name = "dgvUser";
  389. this.dgvUser.ReadOnly = true;
  390. this.dgvUser.RefreshAtHscroll = false;
  391. this.dgvUser.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  392. this.dgvUser.RowHeadersWidth = 50;
  393. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  394. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  395. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle7;
  396. this.dgvUser.RowTemplate.Height = 21;
  397. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  398. this.dgvUser.Size = new System.Drawing.Size(813, 202);
  399. this.dgvUser.SortOrderColumnName = null;
  400. this.dgvUser.TabIndex = 22;
  401. this.dgvUser.Tag = true;
  402. this.dgvUser.TotalSumColumns = null;
  403. this.dgvUser.ViewRowFilter = "";
  404. //
  405. // UserCode
  406. //
  407. this.UserCode.DataPropertyName = "UserCode";
  408. this.UserCode.HeaderText = "用户编号";
  409. this.UserCode.MaxInputLength = 20;
  410. this.UserCode.Name = "UserCode";
  411. this.UserCode.ReadOnly = true;
  412. this.UserCode.Width = 80;
  413. //
  414. // UserName
  415. //
  416. this.UserName.DataPropertyName = "UserName";
  417. this.UserName.HeaderText = "用户姓名";
  418. this.UserName.MaxInputLength = 20;
  419. this.UserName.Name = "UserName";
  420. this.UserName.ReadOnly = true;
  421. this.UserName.Width = 80;
  422. //
  423. // OrganizationName
  424. //
  425. this.OrganizationName.DataPropertyName = "OrganizationName";
  426. this.OrganizationName.HeaderText = "所属部门";
  427. this.OrganizationName.MaxInputLength = 20;
  428. this.OrganizationName.Name = "OrganizationName";
  429. this.OrganizationName.ReadOnly = true;
  430. this.OrganizationName.Width = 80;
  431. //
  432. // OrganizationFullName
  433. //
  434. this.OrganizationFullName.DataPropertyName = "OrganizationFullName";
  435. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  436. this.OrganizationFullName.DefaultCellStyle = dataGridViewCellStyle6;
  437. this.OrganizationFullName.HeaderText = "部门全称";
  438. this.OrganizationFullName.Name = "OrganizationFullName";
  439. this.OrganizationFullName.ReadOnly = true;
  440. //
  441. // limitMAC
  442. //
  443. this.limitMAC.DataPropertyName = "limitMAC";
  444. this.limitMAC.HeaderText = "MAC地址";
  445. this.limitMAC.MaxInputLength = 17;
  446. this.limitMAC.Name = "limitMAC";
  447. this.limitMAC.ReadOnly = true;
  448. this.limitMAC.Visible = false;
  449. //
  450. // Telephone
  451. //
  452. this.Telephone.DataPropertyName = "Telephone";
  453. this.Telephone.HeaderText = "联系电话";
  454. this.Telephone.MaxInputLength = 50;
  455. this.Telephone.Name = "Telephone";
  456. this.Telephone.ReadOnly = true;
  457. //
  458. // Remarks
  459. //
  460. this.Remarks.DataPropertyName = "Remarks";
  461. this.Remarks.HeaderText = "备注";
  462. this.Remarks.MaxInputLength = 255;
  463. this.Remarks.Name = "Remarks";
  464. this.Remarks.ReadOnly = true;
  465. this.Remarks.Width = 120;
  466. //
  467. // UserID
  468. //
  469. this.UserID.DataPropertyName = "UserID";
  470. this.UserID.HeaderText = "用户ID";
  471. this.UserID.MaxInputLength = 4;
  472. this.UserID.Name = "UserID";
  473. this.UserID.ReadOnly = true;
  474. this.UserID.Visible = false;
  475. //
  476. // splLine
  477. //
  478. this.splLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  479. | System.Windows.Forms.AnchorStyles.Left)
  480. | System.Windows.Forms.AnchorStyles.Right)));
  481. this.splLine.Location = new System.Drawing.Point(12, 98);
  482. this.splLine.Name = "splLine";
  483. this.splLine.Orientation = System.Windows.Forms.Orientation.Horizontal;
  484. //
  485. // splLine.Panel1
  486. //
  487. this.splLine.Panel1.Controls.Add(this.dgvWorkStation);
  488. //
  489. // splLine.Panel2
  490. //
  491. this.splLine.Panel2.Controls.Add(this.dgvUser);
  492. this.splLine.Size = new System.Drawing.Size(813, 390);
  493. this.splLine.SplitterDistance = 184;
  494. this.splLine.TabIndex = 106;
  495. //
  496. // F_MST_1301
  497. //
  498. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  499. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  500. this.ClientSize = new System.Drawing.Size(837, 500);
  501. this.Controls.Add(this.splLine);
  502. this.Controls.Add(this.gbxCondition);
  503. this.Controls.Add(this.tsrOperate);
  504. this.Name = "F_MST_1301";
  505. this.Text = "工位工号";
  506. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_MST_1301_FormClosed);
  507. this.Load += new System.EventHandler(this.F_MST_1301_Load);
  508. this.tsrOperate.ResumeLayout(false);
  509. this.tsrOperate.PerformLayout();
  510. this.gbxCondition.ResumeLayout(false);
  511. this.gbxCondition.PerformLayout();
  512. ((System.ComponentModel.ISupportInitialize)(this.dgvWorkStation)).EndInit();
  513. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  514. this.splLine.Panel1.ResumeLayout(false);
  515. this.splLine.Panel2.ResumeLayout(false);
  516. ((System.ComponentModel.ISupportInitialize)(this.splLine)).EndInit();
  517. this.splLine.ResumeLayout(false);
  518. this.ResumeLayout(false);
  519. }
  520. #endregion
  521. private Basics.BaseControls.C_ToolStrip tsrOperate;
  522. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  523. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  524. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  525. private System.Windows.Forms.ToolStripButton tsbtnClose;
  526. private Basics.BaseControls.C_GroupBox gbxCondition;
  527. private System.Windows.Forms.TextBox txtWorkStationName;
  528. private Basics.BaseControls.C_Button btnClearCondition;
  529. private Basics.BaseControls.C_Button btnSearch;
  530. private Basics.BaseControls.C_Label lblRemarks;
  531. private Basics.BaseControls.C_Label lblWorkStationName;
  532. private Basics.BaseControls.C_DataGridView dgvWorkStation;
  533. private Basics.BaseControls.C_DataGridView dgvUser;
  534. private System.Windows.Forms.SplitContainer splLine;
  535. private System.Windows.Forms.TextBox txtRemarks;
  536. private System.Windows.Forms.DataGridViewTextBoxColumn WorkStationName;
  537. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  538. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks1;
  539. private System.Windows.Forms.DataGridViewTextBoxColumn WorkStationID;
  540. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  541. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  542. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  543. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationFullName;
  544. private System.Windows.Forms.DataGridViewTextBoxColumn limitMAC;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  548. }
  549. }