LookDataFromZZJH.Designer.cs 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127
  1. namespace Uninpho.Tools.components.ZZJH
  2. {
  3. partial class LookDataFromZZJH
  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. this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
  29. this.XGJLBtn = new DevExpress.XtraEditors.SimpleButton();
  30. this.EditBtn = new DevExpress.XtraEditors.SimpleButton();
  31. this.reKeepBtn = new DevExpress.XtraEditors.SimpleButton();
  32. this.simpleButton1 = new DevExpress.XtraEditors.SimpleButton();
  33. this.sheetControl01 = new DevExpress.XtraSpreadsheet.SpreadsheetControl();
  34. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
  35. this.panelControl1.SuspendLayout();
  36. this.SuspendLayout();
  37. //
  38. // panelControl1
  39. //
  40. this.panelControl1.Controls.Add(this.XGJLBtn);
  41. this.panelControl1.Controls.Add(this.EditBtn);
  42. this.panelControl1.Controls.Add(this.reKeepBtn);
  43. this.panelControl1.Controls.Add(this.simpleButton1);
  44. this.panelControl1.Dock = System.Windows.Forms.DockStyle.Bottom;
  45. this.panelControl1.Location = new System.Drawing.Point(0, 624);
  46. this.panelControl1.Name = "panelControl1";
  47. this.panelControl1.Size = new System.Drawing.Size(889, 55);
  48. this.panelControl1.TabIndex = 5;
  49. //
  50. // XGJLBtn
  51. //
  52. this.XGJLBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  53. this.XGJLBtn.Location = new System.Drawing.Point(24, 20);
  54. this.XGJLBtn.Name = "XGJLBtn";
  55. this.XGJLBtn.Size = new System.Drawing.Size(89, 23);
  56. this.XGJLBtn.TabIndex = 1;
  57. this.XGJLBtn.Text = "修改记录查看";
  58. this.XGJLBtn.Click += new System.EventHandler(this.XGJLBtn_Click);
  59. //
  60. // EditBtn
  61. //
  62. this.EditBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  63. this.EditBtn.Location = new System.Drawing.Point(518, 20);
  64. this.EditBtn.Name = "EditBtn";
  65. this.EditBtn.Size = new System.Drawing.Size(89, 23);
  66. this.EditBtn.TabIndex = 0;
  67. this.EditBtn.Text = "编辑";
  68. this.EditBtn.Click += new System.EventHandler(this.EditBtn_Click);
  69. //
  70. // reKeepBtn
  71. //
  72. this.reKeepBtn.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  73. this.reKeepBtn.Location = new System.Drawing.Point(644, 20);
  74. this.reKeepBtn.Name = "reKeepBtn";
  75. this.reKeepBtn.Size = new System.Drawing.Size(89, 23);
  76. this.reKeepBtn.TabIndex = 0;
  77. this.reKeepBtn.Text = "保存";
  78. this.reKeepBtn.Click += new System.EventHandler(this.reKeepBtn_Click);
  79. //
  80. // simpleButton1
  81. //
  82. this.simpleButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  83. this.simpleButton1.Location = new System.Drawing.Point(773, 20);
  84. this.simpleButton1.Name = "simpleButton1";
  85. this.simpleButton1.Size = new System.Drawing.Size(89, 23);
  86. this.simpleButton1.TabIndex = 0;
  87. this.simpleButton1.Text = "导出";
  88. this.simpleButton1.Click += new System.EventHandler(this.simpleButton1_Click);
  89. //
  90. // sheetControl01
  91. //
  92. this.sheetControl01.Dock = System.Windows.Forms.DockStyle.Fill;
  93. this.sheetControl01.Location = new System.Drawing.Point(0, 0);
  94. this.sheetControl01.Name = "sheetControl01";
  95. this.sheetControl01.Size = new System.Drawing.Size(889, 624);
  96. this.sheetControl01.TabIndex = 6;
  97. this.sheetControl01.Text = "spreadsheetControl1";
  98. this.sheetControl01.CellValueChanged += new DevExpress.XtraSpreadsheet.CellValueChangedEventHandler(this.sheetControl01_CellValueChanged);
  99. //
  100. // LookDataFromZZJH
  101. //
  102. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
  103. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  104. this.ClientSize = new System.Drawing.Size(889, 679);
  105. this.Controls.Add(this.sheetControl01);
  106. this.Controls.Add(this.panelControl1);
  107. this.Name = "LookDataFromZZJH";
  108. this.Text = "逐枕几何数据查看";
  109. ((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
  110. this.panelControl1.ResumeLayout(false);
  111. this.ResumeLayout(false);
  112. }
  113. #endregion
  114. private DevExpress.XtraEditors.PanelControl panelControl1;
  115. private DevExpress.XtraEditors.SimpleButton simpleButton1;
  116. private DevExpress.XtraSpreadsheet.SpreadsheetControl sheetControl01;
  117. private DevExpress.XtraEditors.SimpleButton EditBtn;
  118. private DevExpress.XtraEditors.SimpleButton reKeepBtn;
  119. private DevExpress.XtraEditors.SimpleButton XGJLBtn;
  120. }
  121. }