FormModelContrast.Designer.cs 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  1. 
  2. namespace SIMDP.Project
  3. {
  4. partial class FormModelContrast
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormModelContrast));
  30. this.panel1 = new System.Windows.Forms.Panel();
  31. this.coTableLayoutPanel1 = new SIMDP.CoTableLayoutPanel();
  32. this.labelControl5 = new DevExpress.XtraEditors.LabelControl();
  33. this.lookUp_TaskState = new DevExpress.XtraEditors.LookUpEdit();
  34. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  35. this.btn_Delete = new DevExpress.XtraEditors.SimpleButton();
  36. this.btn_Edit = new DevExpress.XtraEditors.SimpleButton();
  37. this.label_PageInfo = new DevExpress.XtraEditors.LabelControl();
  38. this.gridControl = new DevExpress.XtraGrid.GridControl();
  39. this.gridView = new DevExpress.XtraGrid.Views.Grid.GridView();
  40. this.gridColumn1 = new DevExpress.XtraGrid.Columns.GridColumn();
  41. this.gridColumn2 = new DevExpress.XtraGrid.Columns.GridColumn();
  42. this.gridColumn3 = new DevExpress.XtraGrid.Columns.GridColumn();
  43. this.gridColumn4 = new DevExpress.XtraGrid.Columns.GridColumn();
  44. this.gridColumn5 = new DevExpress.XtraGrid.Columns.GridColumn();
  45. this.gridColumn6 = new DevExpress.XtraGrid.Columns.GridColumn();
  46. this.panel1.SuspendLayout();
  47. this.coTableLayoutPanel1.SuspendLayout();
  48. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TaskState.Properties)).BeginInit();
  49. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).BeginInit();
  50. ((System.ComponentModel.ISupportInitialize)(this.gridView)).BeginInit();
  51. this.SuspendLayout();
  52. //
  53. // panel1
  54. //
  55. this.panel1.Controls.Add(this.coTableLayoutPanel1);
  56. this.panel1.Controls.Add(this.label_PageInfo);
  57. this.panel1.Controls.Add(this.gridControl);
  58. this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
  59. this.panel1.Location = new System.Drawing.Point(0, 0);
  60. this.panel1.Name = "panel1";
  61. this.panel1.Size = new System.Drawing.Size(757, 270);
  62. this.panel1.TabIndex = 2;
  63. //
  64. // coTableLayoutPanel1
  65. //
  66. this.coTableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  67. | System.Windows.Forms.AnchorStyles.Right)));
  68. this.coTableLayoutPanel1.ColumnCount = 9;
  69. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  70. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  71. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  72. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  73. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  74. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  75. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  76. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  77. this.coTableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 11.11111F));
  78. this.coTableLayoutPanel1.Controls.Add(this.labelControl5, 4, 0);
  79. this.coTableLayoutPanel1.Controls.Add(this.lookUp_TaskState, 5, 0);
  80. this.coTableLayoutPanel1.Controls.Add(this.btn_Add, 6, 0);
  81. this.coTableLayoutPanel1.Controls.Add(this.btn_Delete, 8, 0);
  82. this.coTableLayoutPanel1.Controls.Add(this.btn_Edit, 7, 0);
  83. this.coTableLayoutPanel1.Location = new System.Drawing.Point(3, 3);
  84. this.coTableLayoutPanel1.Name = "coTableLayoutPanel1";
  85. this.coTableLayoutPanel1.RowCount = 1;
  86. this.coTableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  87. this.coTableLayoutPanel1.Size = new System.Drawing.Size(751, 30);
  88. this.coTableLayoutPanel1.TabIndex = 28;
  89. //
  90. // labelControl5
  91. //
  92. this.labelControl5.Anchor = System.Windows.Forms.AnchorStyles.Right;
  93. this.labelControl5.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.labelControl5.Appearance.Options.UseFont = true;
  95. this.labelControl5.Location = new System.Drawing.Point(352, 8);
  96. this.labelControl5.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  97. this.labelControl5.Name = "labelControl5";
  98. this.labelControl5.Size = new System.Drawing.Size(60, 14);
  99. this.labelControl5.TabIndex = 25;
  100. this.labelControl5.Text = "解析显示:";
  101. //
  102. // lookUp_TaskState
  103. //
  104. this.lookUp_TaskState.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  105. | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.lookUp_TaskState.Location = new System.Drawing.Point(418, 3);
  108. this.lookUp_TaskState.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
  109. this.lookUp_TaskState.Name = "lookUp_TaskState";
  110. this.lookUp_TaskState.Properties.Appearance.Font = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  111. this.lookUp_TaskState.Properties.Appearance.Options.UseFont = true;
  112. this.lookUp_TaskState.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.HotFlat;
  113. this.lookUp_TaskState.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  114. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  115. this.lookUp_TaskState.Size = new System.Drawing.Size(77, 22);
  116. this.lookUp_TaskState.TabIndex = 26;
  117. this.lookUp_TaskState.EditValueChanged += new System.EventHandler(this.lookUp_TaskState_EditValueChanged);
  118. //
  119. // btn_Add
  120. //
  121. this.btn_Add.Anchor = System.Windows.Forms.AnchorStyles.None;
  122. this.btn_Add.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.ImageOptions.Image")));
  123. this.btn_Add.Location = new System.Drawing.Point(502, 3);
  124. this.btn_Add.Name = "btn_Add";
  125. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  126. this.btn_Add.TabIndex = 12;
  127. this.btn_Add.Text = "添加";
  128. //
  129. // btn_Delete
  130. //
  131. this.btn_Delete.Anchor = System.Windows.Forms.AnchorStyles.None;
  132. this.btn_Delete.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Delete.ImageOptions.Image")));
  133. this.btn_Delete.Location = new System.Drawing.Point(670, 3);
  134. this.btn_Delete.Name = "btn_Delete";
  135. this.btn_Delete.Size = new System.Drawing.Size(75, 23);
  136. this.btn_Delete.TabIndex = 14;
  137. this.btn_Delete.Text = "删除";
  138. //
  139. // btn_Edit
  140. //
  141. this.btn_Edit.Anchor = System.Windows.Forms.AnchorStyles.None;
  142. this.btn_Edit.ImageOptions.Image = ((System.Drawing.Image)(resources.GetObject("btn_Edit.ImageOptions.Image")));
  143. this.btn_Edit.Location = new System.Drawing.Point(585, 3);
  144. this.btn_Edit.Name = "btn_Edit";
  145. this.btn_Edit.Size = new System.Drawing.Size(75, 23);
  146. this.btn_Edit.TabIndex = 13;
  147. this.btn_Edit.Text = "修改";
  148. //
  149. // label_PageInfo
  150. //
  151. this.label_PageInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  152. this.label_PageInfo.Location = new System.Drawing.Point(3, 245);
  153. this.label_PageInfo.Name = "label_PageInfo";
  154. this.label_PageInfo.Size = new System.Drawing.Size(75, 14);
  155. this.label_PageInfo.TabIndex = 10;
  156. this.label_PageInfo.Text = "共 {0} 条记录";
  157. //
  158. // gridControl
  159. //
  160. this.gridControl.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  161. | System.Windows.Forms.AnchorStyles.Left)
  162. | System.Windows.Forms.AnchorStyles.Right)));
  163. this.gridControl.Location = new System.Drawing.Point(0, 36);
  164. this.gridControl.MainView = this.gridView;
  165. this.gridControl.Name = "gridControl";
  166. this.gridControl.Size = new System.Drawing.Size(757, 203);
  167. this.gridControl.TabIndex = 0;
  168. this.gridControl.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] {
  169. this.gridView});
  170. //
  171. // gridView
  172. //
  173. this.gridView.Appearance.FocusedRow.BackColor = System.Drawing.Color.White;
  174. this.gridView.Appearance.FocusedRow.Options.UseBackColor = true;
  175. this.gridView.Appearance.HeaderPanel.Options.UseTextOptions = true;
  176. this.gridView.Appearance.HeaderPanel.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  177. this.gridView.Columns.AddRange(new DevExpress.XtraGrid.Columns.GridColumn[] {
  178. this.gridColumn1,
  179. this.gridColumn2,
  180. this.gridColumn3,
  181. this.gridColumn4,
  182. this.gridColumn5,
  183. this.gridColumn6});
  184. this.gridView.GridControl = this.gridControl;
  185. this.gridView.IndicatorWidth = 50;
  186. this.gridView.Name = "gridView";
  187. this.gridView.OptionsBehavior.Editable = false;
  188. this.gridView.OptionsBehavior.ReadOnly = true;
  189. this.gridView.OptionsView.EnableAppearanceEvenRow = true;
  190. this.gridView.OptionsView.EnableAppearanceOddRow = true;
  191. this.gridView.OptionsView.ShowFilterPanelMode = DevExpress.XtraGrid.Views.Base.ShowFilterPanelMode.ShowAlways;
  192. this.gridView.OptionsView.ShowGroupPanel = false;
  193. this.gridView.OptionsView.ShowPreviewRowLines = DevExpress.Utils.DefaultBoolean.True;
  194. this.gridView.OptionsView.ShowVerticalLines = DevExpress.Utils.DefaultBoolean.True;
  195. this.gridView.CustomDrawRowIndicator += new DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventHandler(this.gridView_CustomDrawRowIndicator);
  196. //
  197. // gridColumn1
  198. //
  199. this.gridColumn1.AppearanceCell.Options.UseTextOptions = true;
  200. this.gridColumn1.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  201. this.gridColumn1.Caption = "ID";
  202. this.gridColumn1.FieldName = "Id";
  203. this.gridColumn1.Name = "gridColumn1";
  204. //
  205. // gridColumn2
  206. //
  207. this.gridColumn2.AppearanceCell.Options.UseTextOptions = true;
  208. this.gridColumn2.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  209. this.gridColumn2.Caption = "PLC交互值";
  210. this.gridColumn2.FieldName = "PLC_Code";
  211. this.gridColumn2.Name = "gridColumn2";
  212. this.gridColumn2.Visible = true;
  213. this.gridColumn2.VisibleIndex = 0;
  214. //
  215. // gridColumn3
  216. //
  217. this.gridColumn3.AppearanceCell.Options.UseTextOptions = true;
  218. this.gridColumn3.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  219. this.gridColumn3.Caption = "车型代号";
  220. this.gridColumn3.FieldName = "Model_Code";
  221. this.gridColumn3.Name = "gridColumn3";
  222. this.gridColumn3.Visible = true;
  223. this.gridColumn3.VisibleIndex = 1;
  224. //
  225. // gridColumn4
  226. //
  227. this.gridColumn4.AppearanceCell.Options.UseTextOptions = true;
  228. this.gridColumn4.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  229. this.gridColumn4.Caption = "英文名称";
  230. this.gridColumn4.FieldName = "English_Name";
  231. this.gridColumn4.Name = "gridColumn4";
  232. this.gridColumn4.Visible = true;
  233. this.gridColumn4.VisibleIndex = 2;
  234. //
  235. // gridColumn5
  236. //
  237. this.gridColumn5.AppearanceCell.Options.UseTextOptions = true;
  238. this.gridColumn5.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  239. this.gridColumn5.Caption = "中文名称";
  240. this.gridColumn5.FieldName = "Chinese_Name";
  241. this.gridColumn5.Name = "gridColumn5";
  242. this.gridColumn5.Visible = true;
  243. this.gridColumn5.VisibleIndex = 3;
  244. //
  245. // gridColumn6
  246. //
  247. this.gridColumn6.AppearanceCell.Options.UseTextOptions = true;
  248. this.gridColumn6.AppearanceCell.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Center;
  249. this.gridColumn6.Caption = "备注";
  250. this.gridColumn6.FieldName = "Remark";
  251. this.gridColumn6.Name = "gridColumn6";
  252. //
  253. // FormModelContrast
  254. //
  255. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  256. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  257. this.ClientSize = new System.Drawing.Size(757, 270);
  258. this.Controls.Add(this.panel1);
  259. this.Name = "FormModelContrast";
  260. this.Text = "车型解析";
  261. this.panel1.ResumeLayout(false);
  262. this.panel1.PerformLayout();
  263. this.coTableLayoutPanel1.ResumeLayout(false);
  264. this.coTableLayoutPanel1.PerformLayout();
  265. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TaskState.Properties)).EndInit();
  266. ((System.ComponentModel.ISupportInitialize)(this.gridControl)).EndInit();
  267. ((System.ComponentModel.ISupportInitialize)(this.gridView)).EndInit();
  268. this.ResumeLayout(false);
  269. }
  270. private void GridView_CustomDrawRowIndicator(object sender, DevExpress.XtraGrid.Views.Grid.RowIndicatorCustomDrawEventArgs e)
  271. {
  272. throw new System.NotImplementedException();
  273. }
  274. #endregion
  275. private System.Windows.Forms.Panel panel1;
  276. private DevExpress.XtraGrid.GridControl gridControl;
  277. private DevExpress.XtraGrid.Views.Grid.GridView gridView;
  278. private DevExpress.XtraGrid.Columns.GridColumn gridColumn1;
  279. private DevExpress.XtraGrid.Columns.GridColumn gridColumn2;
  280. private DevExpress.XtraGrid.Columns.GridColumn gridColumn3;
  281. private DevExpress.XtraGrid.Columns.GridColumn gridColumn4;
  282. private DevExpress.XtraGrid.Columns.GridColumn gridColumn5;
  283. private DevExpress.XtraGrid.Columns.GridColumn gridColumn6;
  284. private DevExpress.XtraEditors.LabelControl label_PageInfo;
  285. private DevExpress.XtraEditors.SimpleButton btn_Delete;
  286. private DevExpress.XtraEditors.SimpleButton btn_Edit;
  287. private DevExpress.XtraEditors.SimpleButton btn_Add;
  288. private DevExpress.XtraEditors.LookUpEdit lookUp_TaskState;
  289. private DevExpress.XtraEditors.LabelControl labelControl5;
  290. private CoTableLayoutPanel coTableLayoutPanel1;
  291. }
  292. }