FormLogOperationSetting.Designer.cs 7.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. namespace SIMDP.View
  2. {
  3. partial class FormLogOperationSetting
  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(FormLogOperationSetting));
  29. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  30. this.check_Forbid = new DevExpress.XtraEditors.CheckEdit();
  31. this.labelControl1 = new DevExpress.XtraEditors.LabelControl();
  32. this.winGridViewPager1 = new ProjectBase.Controls.WinGridViewPager();
  33. this.lookUp_TableName = new DevExpress.XtraEditors.LookUpEdit();
  34. this.btn_Add = new DevExpress.XtraEditors.SimpleButton();
  35. this.btn_Query = new DevExpress.XtraEditors.SimpleButton();
  36. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  37. this.panelControl1.SuspendLayout();
  38. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).BeginInit();
  39. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // panelControl1
  43. //
  44. this.panelControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  45. | System.Windows.Forms.AnchorStyles.Left)
  46. | System.Windows.Forms.AnchorStyles.Right)));
  47. this.panelControl1.Controls.Add(this.lookUp_TableName);
  48. this.panelControl1.Controls.Add(this.btn_Add);
  49. this.panelControl1.Controls.Add(this.btn_Query);
  50. this.panelControl1.Controls.Add(this.check_Forbid);
  51. this.panelControl1.Controls.Add(this.labelControl1);
  52. this.panelControl1.Location = new System.Drawing.Point(0, 0);
  53. this.panelControl1.Name = "panelControl1";
  54. this.panelControl1.Size = new System.Drawing.Size(868, 40);
  55. this.panelControl1.TabIndex = 0;
  56. //
  57. // check_Forbid
  58. //
  59. this.check_Forbid.Location = new System.Drawing.Point(300, 11);
  60. this.check_Forbid.Name = "check_Forbid";
  61. this.check_Forbid.Properties.Caption = "禁用";
  62. this.check_Forbid.Size = new System.Drawing.Size(47, 19);
  63. this.check_Forbid.TabIndex = 2;
  64. //
  65. // labelControl1
  66. //
  67. this.labelControl1.Location = new System.Drawing.Point(18, 13);
  68. this.labelControl1.Name = "labelControl1";
  69. this.labelControl1.Size = new System.Drawing.Size(84, 14);
  70. this.labelControl1.TabIndex = 0;
  71. this.labelControl1.Text = "数据库表名称:";
  72. //
  73. // winGridViewPager1
  74. //
  75. this.winGridViewPager1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  76. | System.Windows.Forms.AnchorStyles.Left)
  77. | System.Windows.Forms.AnchorStyles.Right)));
  78. this.winGridViewPager1.AppendedMenu = null;
  79. this.winGridViewPager1.ColumnNameAlias = ((System.Collections.Generic.Dictionary<string, string>)(resources.GetObject("winGridViewPager1.ColumnNameAlias")));
  80. this.winGridViewPager1.DataSource = null;
  81. this.winGridViewPager1.DisplayColumns = "";
  82. this.winGridViewPager1.FixedColumns = null;
  83. this.winGridViewPager1.Location = new System.Drawing.Point(0, 39);
  84. this.winGridViewPager1.MinimumSize = new System.Drawing.Size(540, 0);
  85. this.winGridViewPager1.Name = "winGridViewPager1";
  86. this.winGridViewPager1.PrintTitle = "";
  87. this.winGridViewPager1.ShowAddMenu = true;
  88. this.winGridViewPager1.ShowCheckBox = false;
  89. this.winGridViewPager1.ShowDeleteMenu = true;
  90. this.winGridViewPager1.ShowEditMenu = true;
  91. this.winGridViewPager1.ShowExportButton = true;
  92. this.winGridViewPager1.Size = new System.Drawing.Size(868, 388);
  93. this.winGridViewPager1.TabIndex = 1;
  94. //
  95. // lookUp_TableName
  96. //
  97. this.lookUp_TableName.Location = new System.Drawing.Point(101, 10);
  98. this.lookUp_TableName.Name = "lookUp_TableName";
  99. this.lookUp_TableName.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
  100. new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
  101. this.lookUp_TableName.Size = new System.Drawing.Size(168, 20);
  102. this.lookUp_TableName.TabIndex = 12;
  103. //
  104. // btn_Add
  105. //
  106. this.btn_Add.Image = ((System.Drawing.Image)(resources.GetObject("btn_Add.Image")));
  107. this.btn_Add.Location = new System.Drawing.Point(492, 9);
  108. this.btn_Add.Name = "btn_Add";
  109. this.btn_Add.Size = new System.Drawing.Size(75, 23);
  110. this.btn_Add.TabIndex = 11;
  111. this.btn_Add.Text = "新建";
  112. this.btn_Add.Click += new System.EventHandler(this.btn_Add_Click);
  113. //
  114. // btn_Query
  115. //
  116. this.btn_Query.Image = ((System.Drawing.Image)(resources.GetObject("btn_Query.Image")));
  117. this.btn_Query.Location = new System.Drawing.Point(392, 9);
  118. this.btn_Query.Name = "btn_Query";
  119. this.btn_Query.Size = new System.Drawing.Size(75, 23);
  120. this.btn_Query.TabIndex = 10;
  121. this.btn_Query.Text = "查询";
  122. this.btn_Query.Click += new System.EventHandler(this.btn_Query_Click);
  123. //
  124. // FormLogOperationSetting
  125. //
  126. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  127. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  128. this.ClientSize = new System.Drawing.Size(868, 428);
  129. this.Controls.Add(this.winGridViewPager1);
  130. this.Controls.Add(this.panelControl1);
  131. this.Name = "FormLogOperationSetting";
  132. this.Text = "用户操作日志的数据表配置";
  133. this.Load += new System.EventHandler(this.FormLogOperationSetting_Load);
  134. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  135. this.panelControl1.ResumeLayout(false);
  136. this.panelControl1.PerformLayout();
  137. ((System.ComponentModel.ISupportInitialize)(this.check_Forbid.Properties)).EndInit();
  138. ((System.ComponentModel.ISupportInitialize)(this.lookUp_TableName.Properties)).EndInit();
  139. this.ResumeLayout(false);
  140. }
  141. #endregion
  142. private DevExpress.XtraEditors.PanelControl panelControl1;
  143. private ProjectBase.Controls.WinGridViewPager winGridViewPager1;
  144. private DevExpress.XtraEditors.CheckEdit check_Forbid;
  145. private DevExpress.XtraEditors.LabelControl labelControl1;
  146. private DevExpress.XtraEditors.SimpleButton btn_Query;
  147. private DevExpress.XtraEditors.SimpleButton btn_Add;
  148. private DevExpress.XtraEditors.LookUpEdit lookUp_TableName;
  149. }
  150. }