F_MST_1302.Designer.cs 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275
  1. namespace Dongke.IBOSS.PRD.Client.SystemModule
  2. {
  3. partial class F_MST_1302
  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_1302));
  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. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.lblWorkStation = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.dgvUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  38. this.txtWorkStationName = new System.Windows.Forms.TextBox();
  39. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.FunctionCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.AddFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).BeginInit();
  46. this.SuspendLayout();
  47. //
  48. // btnSave
  49. //
  50. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  51. this.btnSave.BackColor = System.Drawing.SystemColors.ControlDark;
  52. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  53. this.btnSave.Font = new System.Drawing.Font("宋体", 9F);
  54. this.btnSave.ForeColor = System.Drawing.Color.White;
  55. this.btnSave.Location = new System.Drawing.Point(350, 444);
  56. this.btnSave.Name = "btnSave";
  57. this.btnSave.Size = new System.Drawing.Size(85, 30);
  58. this.btnSave.TabIndex = 27;
  59. this.btnSave.Text = "保存(&S)";
  60. this.btnSave.UseVisualStyleBackColor = false;
  61. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  62. //
  63. // btnCancel
  64. //
  65. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  66. this.btnCancel.BackColor = System.Drawing.SystemColors.ControlDark;
  67. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  68. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  69. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  70. this.btnCancel.ForeColor = System.Drawing.Color.White;
  71. this.btnCancel.Location = new System.Drawing.Point(441, 444);
  72. this.btnCancel.Name = "btnCancel";
  73. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  74. this.btnCancel.TabIndex = 28;
  75. this.btnCancel.Text = "关闭";
  76. this.btnCancel.UseVisualStyleBackColor = false;
  77. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  78. //
  79. // lblWorkStation
  80. //
  81. this.lblWorkStation.AutoSize = true;
  82. this.lblWorkStation.BackColor = System.Drawing.Color.Transparent;
  83. this.lblWorkStation.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.lblWorkStation.ForeColor = System.Drawing.SystemColors.ControlText;
  85. this.lblWorkStation.Location = new System.Drawing.Point(12, 13);
  86. this.lblWorkStation.Name = "lblWorkStation";
  87. this.lblWorkStation.Size = new System.Drawing.Size(29, 12);
  88. this.lblWorkStation.TabIndex = 30;
  89. this.lblWorkStation.Text = "工位";
  90. //
  91. // dgvUser
  92. //
  93. this.dgvUser.AllowUserToModifyRows = true;
  94. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  95. this.dgvUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  96. this.dgvUser.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  97. | System.Windows.Forms.AnchorStyles.Left)
  98. | System.Windows.Forms.AnchorStyles.Right)));
  99. this.dgvUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  100. this.dgvUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  101. this.dgvUser.CellHeight = 23;
  102. this.dgvUser.ChildNodeColumnName = null;
  103. this.dgvUser.ChildNodeColumnText = null;
  104. this.dgvUser.ColumnDeep = 1;
  105. this.dgvUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  106. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  107. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  108. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  110. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  111. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  112. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  113. this.dgvUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  114. this.dgvUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  115. this.dgvUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  116. this.UserCode,
  117. this.UserName,
  118. this.OrganizationName,
  119. this.UserID,
  120. this.FunctionCode,
  121. this.AddFlag});
  122. this.dgvUser.ColumnTreeView = null;
  123. 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)));
  124. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  125. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  126. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  127. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  128. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  129. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  130. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  131. this.dgvUser.DefaultCellStyle = dataGridViewCellStyle3;
  132. this.dgvUser.DynamicColumnName = "";
  133. this.dgvUser.EnableHeadersVisualStyles = false;
  134. this.dgvUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. this.dgvUser.FormatQuantityColumns = null;
  136. this.dgvUser.HorizontalMergeColumn = null;
  137. this.dgvUser.IsAutoCountSum = true;
  138. this.dgvUser.IsAutoResizeColumns = false;
  139. this.dgvUser.IsClickF12 = false;
  140. this.dgvUser.IsOpenMergeCellFlag = false;
  141. this.dgvUser.IsSubTotalFlag = false;
  142. this.dgvUser.IsTopDeep = false;
  143. this.dgvUser.Location = new System.Drawing.Point(14, 36);
  144. this.dgvUser.MergeColumnNames = null;
  145. this.dgvUser.MergeDetailColumnNames = null;
  146. this.dgvUser.MergeDetailOnlyColumn = null;
  147. this.dgvUser.MergeOnlyColumn = null;
  148. this.dgvUser.MultiSelect = false;
  149. this.dgvUser.Name = "dgvUser";
  150. this.dgvUser.RefreshAtHscroll = false;
  151. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  152. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  153. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  154. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  155. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  156. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  157. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  158. this.dgvUser.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  159. this.dgvUser.RowHeadersWidth = 50;
  160. this.dgvUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  161. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  162. this.dgvUser.RowsDefaultCellStyle = dataGridViewCellStyle5;
  163. this.dgvUser.RowTemplate.Height = 21;
  164. this.dgvUser.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  165. this.dgvUser.Size = new System.Drawing.Size(512, 402);
  166. this.dgvUser.SortOrderColumnName = null;
  167. this.dgvUser.TabIndex = 31;
  168. this.dgvUser.Tag = true;
  169. this.dgvUser.TotalSumColumns = null;
  170. this.dgvUser.ViewRowFilter = "";
  171. this.dgvUser.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvFunctionUsers_CellBeginEdit);
  172. this.dgvUser.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvFunctionUsers_CellValueChanged);
  173. this.dgvUser.Sorted += new System.EventHandler(this.dgvFunctionUsers_Sorted);
  174. //
  175. // txtWorkStationName
  176. //
  177. this.txtWorkStationName.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  178. this.txtWorkStationName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.txtWorkStationName.ImeMode = System.Windows.Forms.ImeMode.Off;
  180. this.txtWorkStationName.Location = new System.Drawing.Point(47, 10);
  181. this.txtWorkStationName.MaxLength = 20;
  182. this.txtWorkStationName.Name = "txtWorkStationName";
  183. this.txtWorkStationName.ReadOnly = true;
  184. this.txtWorkStationName.Size = new System.Drawing.Size(200, 21);
  185. this.txtWorkStationName.TabIndex = 32;
  186. //
  187. // UserCode
  188. //
  189. this.UserCode.DataPropertyName = "UserCode";
  190. this.UserCode.HeaderText = "用户编码";
  191. this.UserCode.Name = "UserCode";
  192. //
  193. // UserName
  194. //
  195. this.UserName.DataPropertyName = "UserName";
  196. this.UserName.HeaderText = "用户名称";
  197. this.UserName.Name = "UserName";
  198. this.UserName.ReadOnly = true;
  199. this.UserName.Width = 200;
  200. //
  201. // OrganizationName
  202. //
  203. this.OrganizationName.DataPropertyName = "OrganizationName";
  204. this.OrganizationName.HeaderText = "组织机构";
  205. this.OrganizationName.Name = "OrganizationName";
  206. this.OrganizationName.ReadOnly = true;
  207. this.OrganizationName.Width = 120;
  208. //
  209. // UserID
  210. //
  211. this.UserID.DataPropertyName = "UserID";
  212. this.UserID.HeaderText = "UserID";
  213. this.UserID.Name = "UserID";
  214. this.UserID.Visible = false;
  215. //
  216. // FunctionCode
  217. //
  218. this.FunctionCode.HeaderText = "FunctionCode";
  219. this.FunctionCode.Name = "FunctionCode";
  220. this.FunctionCode.Visible = false;
  221. //
  222. // AddFlag
  223. //
  224. this.AddFlag.DataPropertyName = "AddFlag";
  225. this.AddFlag.HeaderText = "AddFlag";
  226. this.AddFlag.Name = "AddFlag";
  227. this.AddFlag.Visible = false;
  228. //
  229. // F_MST_1302
  230. //
  231. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  232. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  233. this.CancelButton = this.btnCancel;
  234. this.ClientSize = new System.Drawing.Size(538, 499);
  235. this.Controls.Add(this.txtWorkStationName);
  236. this.Controls.Add(this.dgvUser);
  237. this.Controls.Add(this.lblWorkStation);
  238. this.Controls.Add(this.btnCancel);
  239. this.Controls.Add(this.btnSave);
  240. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  241. this.IsSaveFormSize = false;
  242. this.MaximizeBox = false;
  243. this.MinimizeBox = false;
  244. this.Name = "F_MST_1302";
  245. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  246. this.Text = "工位工号配置";
  247. this.Load += new System.EventHandler(this.F_MST_1302_Load);
  248. this.Controls.SetChildIndex(this.btnSave, 0);
  249. this.Controls.SetChildIndex(this.btnCancel, 0);
  250. this.Controls.SetChildIndex(this.lblWorkStation, 0);
  251. this.Controls.SetChildIndex(this.dgvUser, 0);
  252. this.Controls.SetChildIndex(this.txtWorkStationName, 0);
  253. ((System.ComponentModel.ISupportInitialize)(this.dgvUser)).EndInit();
  254. this.ResumeLayout(false);
  255. this.PerformLayout();
  256. }
  257. #endregion
  258. private Basics.BaseControls.C_Button btnSave;
  259. private Basics.BaseControls.C_Button btnCancel;
  260. private Basics.BaseControls.C_Label lblWorkStation;
  261. private Basics.BaseControls.C_DataGridView dgvUser;
  262. private System.Windows.Forms.TextBox txtWorkStationName;
  263. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  264. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  265. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  266. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  267. private System.Windows.Forms.DataGridViewTextBoxColumn FunctionCode;
  268. private System.Windows.Forms.DataGridViewTextBoxColumn AddFlag;
  269. }
  270. }