Setting.designer.cs 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. namespace Dongke.WinForm.Controls.InvoiceLayout
  2. {
  3. partial class Setting
  4. {
  5. /// <summary>
  6. /// 必要なデザイナ変数です。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 使用中のリソースをすべてクリーンアップします。
  11. /// </summary>
  12. /// <param name="disposing">マネージ リソースが破棄される場合 true、破棄されない場合は 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 フォーム デザイナで生成されたコード
  22. /// <summary>
  23. /// デザイナ サポートに必要な函数です。この函数の内容を
  24. /// コード エディタで変更しないでください。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.SuspendLayout();
  29. //
  30. // Setting
  31. //
  32. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  33. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  34. this.BackColor = System.Drawing.SystemColors.Window;
  35. this.ClientSize = new System.Drawing.Size(292, 266);
  36. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  37. this.MaximizeBox = false;
  38. this.MinimizeBox = false;
  39. this.Name = "Setting";
  40. this.ShowIcon = false;
  41. this.ShowInTaskbar = false;
  42. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  43. this.Text = "Setting";
  44. this.ResumeLayout(false);
  45. }
  46. #endregion
  47. }
  48. }